CVE-2026-64620
Last modified
CVE-2026-64620 is a critical-severity vulnerability rated 9.1/10 on the CVSS scale. FreeRDP before 3.28.0 (affected <=3.27.1) contains a heap-based buffer overflow in crypto_rsa_common() (libfreerdp/crypto/crypto.c). The function writes the modular-exponentiation result into the caller's output buffer via BN_bn2bin() and only afterward checks output_length > out_length, so out-of-bounds bytes are written before the bounds check. EPSS estimates a 0.58% chance of exploitation in the next 30 days.
Description
FreeRDP before 3.28.0 (affected <=3.27.1) contains a heap-based buffer overflow in crypto_rsa_common() (libfreerdp/crypto/crypto.c). The function writes the modular-exponentiation result into the caller's output buffer via BN_bn2bin() and only afterward checks output_length > out_length, so out-of-bounds bytes are written before the bounds check. On the server side, when a client selects RDP Standard Security, the encrypted client random is decrypted into a fixed 32-byte buffer. Because the server publishes its RSA public key, an unauthenticated attacker can forge a ciphertext whose decrypted value is up to the full modulus length (e.g. 256 bytes for RSA-2048), overflowing the 32-byte heap buffer by up to ~224 attacker-controlled bytes pre-authentication, resulting in denial of service.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Freerdp | Freerdp | < 3.28.0 |
References
- https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-pjqx-v446-x7fcExploit, Mitigation, Vendor Advisory
- https://www.vulncheck.com/advisories/freerdp-before-heap-buffer-overflow-via-crypto-rsa-commonPatch, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-64620?
How severe is CVE-2026-64620?
How do I fix CVE-2026-64620?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64613Data::Buffer::Shared versions before 0.05 for Perl create a …6.2
- CVE-2026-64614Data::Deque::Shared versions before 0.06 for Perl create a w…3.8
- CVE-2026-64615Data::Graph::Shared versions before 0.04 for Perl create a w…3.3
- CVE-2026-64616Data::NDArray::Shared versions before 0.02 for Perl create a…3.3
- CVE-2026-64617Data::PubSub::Shared versions before 0.07 for Perl create a …3.8
- CVE-2026-64619FileCodeBox before 2.4 contains a rate-limit bypass vulnerab…8.7
- CVE-2026-64621FreeRDP before 3.28.0 (affected 3.x through 3.27.1) contains…9.3
- CVE-2026-64622Network-AI (npm: network-ai) versions 5.12.2 through 5.13.3 …9.3
- CVE-2026-64623Network-AI before 5.13.4 contains an improper cryptographic …8.8
- CVE-2026-64624FreeRDP before 3.28.0 treats lines beginning with forward sl…8.5
- CVE-2026-64625AVideo before 29.0 contains an incomplete fix for CVE-2026-4…9.8
- CVE-2026-64626AVideo versions from commit 0dbadbca through latest master c…6.4
Are you affected by CVE-2026-64620?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
