CVE detail
CVE-2026-22858
FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, global-buffer-overflow was observed in FreeRDP's Base64 decoding path. The root cause appears to be implementation-defined char signedness: on Arm/AArch64 builds, plain char is treated as unsigned, so the guard c <= 0 can be optimized into a simple c != 0 check. As a result, non-ASCII bytes (e.g., 0x80-0xFF) may bypass the intended range restriction and be used as an index into a global lookup table, causing out-of-bounds access. This vulnerability is fixed in 3.20.1.
Buzz score
Why this CVE is surfacing
This all-time snapshot uses the same composite formula as Trending across a 30-year evidence window, rather than a current rolling window.
Buzz score components · mention 30.0 · diversity 13.0 · KEV 0.0 · OTX 0.0 · PoC 0.0
Why it matters now
Mention timeline
- Total mentions
- 0
- within the 30d window
- Peak daily
- 0
- highest bucket
Evidence
Source links by recency
19 source links · newest first
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-22858.jsonsecurity.access.redhat.com
No excerpt available.
Vendor Advisorysecurity.access.redhat.comJan 14, 2026, 6:16 PM - https://bugzilla.redhat.com/show_bug.cgi?id=2429649bugzilla.redhat.com
No excerpt available.
Exploitbugzilla.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/security/cve/CVE-2026-22858access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:4489access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:4471access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:4446access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:4440access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:4439access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:4438access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:4437access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:4433access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:4121access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:3975access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:3334access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:3068access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:3067access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM - https://access.redhat.com/errata/RHSA-2026:19033access.redhat.com
No excerpt available.
Vendor Advisoryaccess.redhat.comJan 14, 2026, 6:16 PM No excerpt available.
Exploitgithub.comJan 14, 2026, 6:16 PMNo excerpt available.
Exploitgithub.comJan 14, 2026, 6:16 PM
Exploit code
Public exploit repository references
Public PoC repositories are third-party, potentially unsafe artifacts. Treat their code as untrusted and use it only on authorized systems in an isolated, least-privilege environment. cvebuzz does not execute the code or verify that an exploit works.
0 repository references · best confidence N/A · max 0 stars
Related records
Similar CVEs
6 related CVEs with shared weakness or product evidence
- CVE-2026-43767CVSS 5.0 · Medium
The issue was addressed with improved memory handling. This issue is fixed in macOS Sequoia 15.7.8, macOS Sonoma 14.8.8, macOS Tahoe 26.6. An app may be able to cause unexpected s…
- CVE-2026-17572CVSS 5.5 · Medium
Heap-based buffer overflow in the SOHM list-index deserialization code in HDF5 through 2.1.1 on all platforms allows attackers to cause a denial of service (crash) via a crafted H…
- CVE-2026-16419CVSS 9.6 · Critical
Out of bounds read and write in ANGLE in Google Chrome on Android prior to 150.0.7871.182 allowed a remote attacker to potentially perform a sandbox escape via a crafted HTML page…
- CVE-2026-59147CVSS 9.8 · Critical
Data::DisjointSet::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via an unvalidated parent index in dsu_find. The attach-time validator dsu_validate_h…
- CVE-2026-59146CVSS 7.8 · High
Data::SpatialHash::Shared versions before 0.02 for Perl allow out-of-bounds reads and writes via unvalidated bucket, link and free-list indices in sph_walk_cell and sph_alloc_slot…
- CVE-2026-15903CVSS 8.8 · High
Out of bounds read and write in V8 in Google Chrome prior to 150.0.7871.128 allowed a remote attacker to execute arbitrary code inside a sandbox via a crafted HTML page. (Chromium…