Uncontrolled Resource ConsumptionWeakness · CWE-400

CVE-2025-5024

HIGH · 7.4 CVSS v3.1 Published 2025-05-22
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
81/100
Remediation priority · High
Remotely reachable No privileges

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
A flaw was found in gnome-remote-desktop. Once gnome-remote-desktop listens for RDP connections, an unauthenticated attacker can exhaust system resources and repeatedly crash the process. There may be a resource leak after many attacks, which will also result in gnome-remote-desktop no longer being able to open files even after it is restarted via systemd.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

gnome-remote-desktop lacks proper authentication controls on its RDP listener, allowing unauthenticated remote attackers to repeatedly crash the service via resource exhaustion. This results in a persistent resource leak that prevents the service from functioning even after systemd restart.

MitigationRestrict network access to the RDP listener via firewall rules or network segmentation; disable gnome-remote-desktop if remote desktop functionality is not required.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
Required
Scope
Changed
Confidentiality
None
Integrity
None
Availability
High

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

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Verify gnome-remote-desktop is installed
    Check for package presence: rpm -q gnome-remote-desktop (RHEL/Fedora) or dpkg -l gnome-remote-desktop (Debian/Ubuntu). Also check if /usr/bin/gnome-remote-desktop exists.
    Affected if Package is installed or executable exists on the system
  2. Identify if RDP listener is configured
    Check user configuration: look for files in ~/.config/gnome-remote-desktop/ or run 'gnome-remote-desktop --list' if available. Inspect dconf keys under /org/gnome/remote-desktop/
    Affected if RDP share or listener is configured and enabled for a user or system-wide
  3. Confirm the RDP service is running and listening
    Run 'ss -tlnp | grep -E "3389|rdp"' or 'netstat -tlnp | grep -E "3389|rdp"' to check if port 3389 (RDP) is listening. Also check 'systemctl status gnome-remote-desktop.service' if it exists.
    Affected if gnome-remote-desktop service or daemon is running and listening on network ports
  4. Assess network exposure
    Review firewall rules: 'iptables -L -n' or 'firewall-cmd --list-all'. Check if port 3389 is open to non-localhost. Verify the service bind address in configuration files.
    Affected if RDP listener is bound to 0.0.0.0 or accessible from network interfaces other than localhost, or firewall permits external access to port 3389

System is affected if gnome-remote-desktop is installed with RDP listener enabled and exposed to network access, allowing unauthenticated remote attackers to trigger resource exhaustion.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Restrict network access to the RDP listener via firewall rules or network segmentation; disable gnome-remote-desktop if remote desktop functionality is not required.

Have this fixed Scoped from the published advisory
  • Consultation4.0 h
  • Implementation6.0 h
  • Testing3.0 h
  • Review / QA2.0 h
15.0 hours of engineering $2,690
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,304.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-5024 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2025-5024 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data