CVE-2026-59803
Last modified
CVE-2026-59803 is a high-severity vulnerability rated 8.7/10 on the CVSS scale. rpcx through 1.9.3, fixed in commit 047aec1, contains a denial-of-service vulnerability in protocol.Message.Decode (protocol/message.go). When a message has the compression flag set, the payload is gzip-decompressed via util.Unzip with no limit on the decompressed output size. EPSS estimates a 0.41% chance of exploitation in the next 30 days.
Description
rpcx through 1.9.3, fixed in commit 047aec1, contains a denial-of-service vulnerability in protocol.Message.Decode (protocol/message.go). When a message has the compression flag set, the payload is gzip-decompressed via util.Unzip with no limit on the decompressed output size. The only built-in size guard, protocol.MaxMessageLength, is checked against the compressed on-the-wire frame length, not the decompressed size, so it provides no protection. Because decoding (and decompression) occurs in readRequest before authentication, a single unauthenticated connection can send a small (under 2 MB) gzip-compressed message that expands to gigabytes of heap allocation, leading to out-of-memory conditions and service unavailability.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/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
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| smallnest | rpcx | <= 1.9.3 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-59803?
How severe is CVE-2026-59803?
How do I fix CVE-2026-59803?
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-59795In JetBrains TeamCity before 2026.1.2 stored XSS via unauthe…6.1
- CVE-2026-59796In JetBrains TeamCity before 2026.1.2 pipeline modification …8.1
- CVE-2026-5980A flaw has been found in D-Link DIR-605L 2.13B01. Affected b…8.8
- CVE-2026-598009Router before 0.4.44 contains an OS command injection vulne…9.8
- CVE-2026-598019Router through version 0.4.41 contains an unauthenticated a…9.8
- CVE-2026-59802PasswordPusher before 2.8.1 accepts data URI schemes in URL …8.2
- CVE-2026-59804Midscene Bridge Server through 1.10.3, fixed in commit 86f41…7.6
- CVE-2026-59805Gumroad before 2026.07.06.2 contains a broken access control…7.1
- CVE-2026-59806Gradio before 6.20.0 contains an open redirect and server-si…7.4
- CVE-2026-59807Composio SDK before 0.2.32-beta.283 contains a path validati…8.9
- CVE-2026-5981A vulnerability has been found in D-Link DIR-605L 2.13B01. T…8.8
- CVE-2026-59817Ghost is a Node.js content management system. From 6.27.0 be…5.3
Are you affected by CVE-2026-59803?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
