Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-35469 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

spdystream is a Go library for multiplexing streams over SPDY connections. In versions 0.5.0 and below, the SPDY/3 frame parser does not validate attacker-controlled counts and lengths before allocating memory. Three allocation paths are affected: the SETTINGS frame entry count, the header count in parseHeaderValueBlock, and individual header field sizes — all read as 32-bit integers and used directly as allocation sizes with no bounds checking. Because SPDY header blocks are zlib-compressed, a small on-the-wire payload can decompress into large attacker-controlled values. A remote peer that can send SPDY frames to a service using spdystream can exhaust process memory and cause an out-of-memory crash with a single crafted control frame. This issue has been fixed in version 0.5.1.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:11070 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:11217 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:12118 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:13791 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:13829 redhat-SADP

see all 89 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-770Allocation of Resources Without Limits or Throttlingredhat-SADP
CWE-770Allocation of Resources Without Limits or Throttling[email protected]

Affected Products

ProductVersions
github.com/moby/spdystream
All versions

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • No remediation found in references.

Change History

48 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-35469
NVD Published Date:
Apr 16, 2026
NVD Last Modified:
Sep 11, 2026
Source:
[email protected]
CVE-2026-35469 Details - Not Deferred