CSIRTS // UNIFIED SECURITY ADVISORY FEEDSYS ● ONLINE · POWERED BY INTELFUSIONS.COM

CVE-2026-59803

highCVSS 7.5covered by 1 sourcefirst seen 2026-07-08
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.

⚡ Watch CVE-2026-59803

Get an email if CVE-2026-59803 is added to CISA KEV, gains public exploit code, or a new advisory cites it — max one per day, one-click unsubscribe.

Exploitation outlook

Advisory coverage (1)

External references

NVD record for CVE-2026-59803

CVE.org record

Embed the live status

CVE-2026-59803 live status badge — this badge updates automatically when the KEV or exploit status changes. How to embed it →

[![CVE-2026-59803 status](https://www.csirts.com/badge/CVE-2026-59803)](https://www.csirts.com/cve/CVE-2026-59803)