LiveActive security incident?Get immediate response
CVE Record

CVE-2025-4478: Gnome-remote-desktop: freerdp: unauthenticated rdp packet causes segfault in freerdp leading to denial of service

A flaw was found in the FreeRDP used by Anaconda's remote install feature, where a crafted RDP packet could trigger a segmentation fault. This issue causes the service to crash and remain defunct, resulting in a denial of service. It occurs pre-boot and is likely due to a NULL pointer dereference. Rebooting is required to recover the system.

MediumCVSS 6.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw can crash the FreeRDP service used during Red Hat Anaconda remote installation. An unauthenticated crafted RDP packet may cause a denial of service before boot, leaving the service defunct until reboot. The business impact is installation disruption, not data theft or code execution based on the provided sources.

Executive priority

Treat as a moderate availability risk for build, provisioning, and installation workflows. Prioritize patching affected RHEL 10 installer environments, especially where remote install services are reachable from shared or untrusted networks.

Technical view

CVE-2025-4478 is a likely NULL pointer dereference in FreeRDP, mapped to CWE-476. Red Hat rates it medium with CVSS 6.5. The described impact is availability-only: a segmentation fault in the pre-boot remote install path requiring reboot for recovery.

Likely exposure

Exposure appears concentrated in Red Hat Enterprise Linux 10 freerdp package 2:3.10.3-3.el10_0 and Anaconda remote install usage. The bundle lists RHEL 8 and RHEL 9 as unaffected. Evidence for broader affected products is incomplete.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation. The attack is described as network-reachable and unauthenticated, but CVSS includes user interaction required, so practical exposure likely depends on remote installation state and service accessibility.

Researcher notes

The record describes denial of service only, not confidentiality, integrity, or code execution impact. The affected scope is specific in Red Hat data, but upstream breadth is unclear from the bundle. Avoid claiming active exploitation without new evidence.

Mitigation direction

  • Apply Red Hat fixes from RHSA-2025:9307 for affected RHEL 10 systems.
  • Follow Red Hat CVE guidance for any additional vendor-specific remediation.
  • Restrict RDP remote install access to trusted networks during installation windows.
  • Reboot affected pre-boot systems if the service becomes defunct after a crash.

Validation and detection

  • Inventory RHEL 10 systems with the freerdp package installed.
  • Check whether Anaconda remote install using RDP is enabled or reachable.
  • Confirm RHEL 8 and RHEL 9 assets are not incorrectly flagged as affected.
  • Verify installed freerdp builds against Red Hat advisory RHSA-2025:9307.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-476: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-4478 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
5Timeline events
1ADP providers
5Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.5CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H2.83.6redhat

Vulnerability scoring details

Base CVSS 3.1 score

6.5Medium
CVSS 3.1 vector shape for CVE-2025-4478Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. Source timelineredhat

    Reported to Red Hat.

  2. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  3. Source timelineredhat

    Made public.

  4. CVE publishedCVE Program

    The CVE record was published.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Unknown vendorfreerdpfreerdp, 3.0.0-beta1unaffected
Red HatRed Hat Enterprise Linux 10freerdp, 2:3.10.3-3.el10_0affected
Red HatRed Hat Enterprise Linux 8freerdpunaffected
Red HatRed Hat Enterprise Linux 9freerdpunaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.