CVE-2026-26965
Last modified
CVE-2026-26965 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, in the RLE planar decode path, `planar_decompress_plane_rle()` writes into `pDstData` at `((nYDst+y) * nDstStep) + (4*nXDst) + nChannel` without verifying that `(nYDst+nSrcHeight)` fits in the destination height or that `(nXDst+nSrcWidth)` fits in the destination stride. EPSS estimates a 0.59% chance of exploitation in the next 30 days.
Description
FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.23.0, in the RLE planar decode path, `planar_decompress_plane_rle()` writes into `pDstData` at `((nYDst+y) * nDstStep) + (4*nXDst) + nChannel` without verifying that `(nYDst+nSrcHeight)` fits in the destination height or that `(nXDst+nSrcWidth)` fits in the destination stride. When `TempFormat != DstFormat`, `pDstData` becomes `planar->pTempData` (sized for the desktop), while `nYDst` is only validated against the **surface** by `is_within_surface()`. A malicious RDP server can exploit this to perform a heap out-of-bounds write with attacker-controlled offset and pixel data on any connecting FreeRDP client. The OOB write reaches up to 132,096 bytes past the temp buffer end, and on the brk heap (desktop ≤ 128×128), an adjacent `NSC_CONTEXT` struct's `decode` function pointer is overwritten with attacker-controlled pixel data — control-flow–relevant corruption (function pointer overwritten) demonstrated under deterministic heap layout (`nsc->decode = 0xFF414141FF414141`). Version 3.23.0 fixes the vulnerability.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Freerdp | Freerdp | < 3.23.0 |
References
- https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-5vgf-mw4f-r33hExploit, Mitigation, Patch, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-26965?
How severe is CVE-2026-26965?
How do I fix CVE-2026-26965?
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-2696The Export All URLs WordPress plugin before 5.1 generates CS…5.3
- CVE-2026-26960node-tar is a full-featured Tar for Node.js. When using defa…7.1
- CVE-2026-26961Rack is a modular Ruby web server interface. Prior to versio…5.3
- CVE-2026-26962Rack is a modular Ruby web server interface. From version 3.…6.5
- CVE-2026-26963Cilium is a networking, observability, and security solution…5.4
- CVE-2026-26964Windmill is an open-source developer platform for internal c…2.7
- CVE-2026-26967PJSIP is a free and open source multimedia communication lib…5.3
- CVE-2026-2697An Indirect Object Reference (IDOR) in Security Center allow…8.8
- CVE-2026-26972OpenClaw is a personal AI assistant. In versions 2026.1.12 t…6.7
- CVE-2026-26973Discourse is an open source discussion platform. Versions pr…4.3
- CVE-2026-26974Slyde is a program that creates animated presentations from …9.8
- CVE-2026-26975Music Assistant is an open-source media library manager that…8.8
Are you affected by CVE-2026-26965?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
