The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-35469

CVE-2026-35469: spdystream Library DoS Vulnerability

CVE-2026-35469 is a denial of service flaw in the spdystream Go library that allows attackers to exhaust memory via crafted SPDY frames. This article covers the technical details, affected versions, and mitigation steps.

Published: April 17, 2026

CVE-2026-35469 Overview

CVE-2026-35469 is a resource exhaustion vulnerability in spdystream, a Go library used for multiplexing streams over SPDY connections. The vulnerability exists in versions 0.5.0 and below where the SPDY/3 frame parser fails to validate attacker-controlled counts and lengths before allocating memory, allowing a remote attacker to trigger an out-of-memory crash with a single crafted control frame.

Critical Impact

A remote peer can exhaust process memory and crash services using spdystream by sending a single malicious SPDY frame, leading to denial of service.

Affected Products

  • spdystream versions 0.5.0 and below
  • Applications and services utilizing the spdystream Go library for SPDY connections
  • Container orchestration and networking tools that depend on spdystream

Discovery Timeline

  • 2026-04-16 - CVE-2026-35469 published to NVD
  • 2026-04-16 - Last updated in NVD database

Technical Details for CVE-2026-35469

Vulnerability Analysis

This vulnerability is classified as CWE-770 (Allocation of Resources Without Limits or Throttling). The spdystream library's SPDY/3 frame parser contains three distinct allocation paths that are vulnerable to exploitation. When parsing incoming SPDY frames, the library reads 32-bit integers representing counts and sizes but uses these values directly for memory allocation without performing any bounds checking or validation.

The vulnerability is particularly dangerous because SPDY header blocks use zlib compression. This compression mechanism allows attackers to craft small network payloads that decompress into extremely large values, amplifying the attack's impact while minimizing the bandwidth required to execute it.

Root Cause

The root cause lies in the absence of input validation for three critical allocation paths within the frame parser: the SETTINGS frame entry count, the header count in the parseHeaderValueBlock function, and individual header field sizes. Each of these values is read as a 32-bit integer from attacker-controlled data and passed directly to memory allocation functions without any upper bounds enforcement or sanity checks.

Attack Vector

This vulnerability is exploitable over the network by any remote peer capable of sending SPDY frames to a service using the spdystream library. The attack requires no authentication and no user interaction. An attacker can craft a malicious SPDY control frame containing compressed header blocks that decompress to extremely large allocation requests. When the vulnerable parser processes this frame, it attempts to allocate the requested memory, rapidly exhausting available system memory and causing the target process to crash with an out-of-memory error.

The zlib compression used in SPDY header blocks serves as an amplification mechanism, enabling attackers to send relatively small network packets that trigger disproportionately large memory allocations on the target system.

Detection Methods for CVE-2026-35469

Indicators of Compromise

  • Unexpected process crashes with out-of-memory errors in services using spdystream
  • Sudden spikes in memory consumption followed by service termination
  • Unusual SPDY traffic patterns with abnormally structured control frames
  • Application logs showing memory allocation failures during SPDY frame processing

Detection Strategies

  • Monitor application memory usage for rapid, unexplained increases when processing SPDY connections
  • Implement network-level inspection for malformed or suspicious SPDY frames targeting services using spdystream
  • Deploy dependency scanning tools to identify applications using vulnerable versions (<= 0.5.0) of spdystream
  • Set up alerting for service crashes that correlate with incoming SPDY connection activity

Monitoring Recommendations

  • Configure memory threshold alerts for processes handling SPDY traffic
  • Implement rate limiting on SPDY connections to mitigate rapid exploitation attempts
  • Enable detailed logging for SPDY frame parsing to capture anomalous frame characteristics
  • Use container resource limits to prevent memory exhaustion from affecting host systems

How to Mitigate CVE-2026-35469

Immediate Actions Required

  • Upgrade spdystream to version 0.5.1 or later immediately
  • Identify all applications and services in your environment that depend on spdystream
  • Audit Go module dependencies using go list -m all | grep spdystream to locate vulnerable versions
  • Prioritize patching internet-facing services that accept SPDY connections from untrusted peers

Patch Information

The vulnerability has been addressed in spdystream version 0.5.1. The fix implements proper bounds checking for attacker-controlled values before memory allocation. For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-pc3f-x583-g7j2 and the GitHub Release v0.5.1.

Workarounds

  • Restrict network access to services using spdystream to trusted peers only until patching is complete
  • Implement process-level memory limits to contain the impact of potential exploitation
  • Deploy network firewalls or proxies to filter SPDY traffic from untrusted sources
  • Consider temporarily disabling SPDY support in favor of HTTP/2 if application architecture permits
bash
# Update spdystream dependency to patched version
go get github.com/moby/spdystream@v0.5.1
go mod tidy

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSpdystream

  • SeverityHIGH

  • CVSS Score8.7

  • Known ExploitedNo
  • CVSS Vector
  • 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
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-770
  • Technical References
  • GitHub Release v0.5.1

  • GitHub Security Advisory GHSA-pc3f-x583-g7j2
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English