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-44582

CVE-2026-44582: Next.js Cache Poisoning Vulnerability

CVE-2026-44582 is a cache poisoning flaw in Next.js React Server Components affecting versions 13.4.6 to before 15.5.16 and 16.2.5. Attackers can exploit cache collisions to serve wrong responses. This article covers technical details, affected versions, impact, and mitigation steps.

Published: May 14, 2026

CVE-2026-44582 Overview

CVE-2026-44582 is a cache poisoning vulnerability in Next.js, the React framework for building full-stack web applications. The flaw affects versions from 13.4.6 up to (but not including) 15.5.16 and 16.2.5. React Server Component (RSC) responses can be poisoned in deployments that rely on shared caches with insufficient response partitioning. Collisions in the _rsc cache-busting value allow an attacker to poison cache entries, causing users to receive the wrong response variant for a given URL. The issue is classified under [CWE-328] (Use of Weak Hash) and has been fixed in Next.js 15.5.16 and 16.2.5.

Critical Impact

Attackers can cause users to receive incorrect cached response variants, potentially exposing alternate content or breaking application integrity under specific shared cache configurations.

Affected Products

  • Next.js versions 13.4.6 through 15.5.15
  • Next.js versions 16.0.0 through 16.2.4
  • Deployments using shared caches with insufficient response partitioning

Discovery Timeline

  • 2026-05-13 - CVE CVE-2026-44582 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-44582

Vulnerability Analysis

Next.js uses a query parameter named _rsc as a cache-busting token to distinguish between standard HTML responses and React Server Component payload responses for the same URL. The token serves to partition cached content so intermediate caches and content delivery networks (CDNs) return the correct variant.

The vulnerability stems from the weakness of the _rsc value. Because the token has insufficient entropy, collisions are reachable by an attacker who can predict or brute-force values. When two requests share the same _rsc value but expect different content variants, a shared cache can store one variant and serve it to clients expecting the other.

The practical impact depends on deployment topology. Sites that rely on shared upstream caches or CDNs that key on URL plus the _rsc parameter without additional partitioning are exposed. The integrity impact is limited to served content, with no direct confidentiality or availability impact according to the CVSS vector.

Root Cause

The root cause is the use of a weak hashing or token generation scheme for the _rsc cache-busting parameter [CWE-328]. The generated value does not provide sufficient uniqueness to prevent collisions across response variants, which breaks the cache partitioning invariant the framework relies on.

Attack Vector

An attacker sends crafted HTTP requests to a vulnerable Next.js application fronted by a shared cache. By manipulating or guessing the _rsc token, the attacker primes the cache with a response variant. Subsequent users requesting the same URL receive the poisoned cached response instead of the correct variant. Exploitation requires high attack complexity and no authentication or user interaction. See the GitHub Security Advisory GHSA-vfv6-92ff-j949 for additional technical detail.

Detection Methods for CVE-2026-44582

Indicators of Compromise

  • Unexpected RSC payload content returned for HTML page requests, or vice versa, under the same URL
  • Anomalous volumes of requests containing the _rsc query parameter from a small set of source addresses
  • Cache hit logs showing the same _rsc value mapped to differing response bodies over time

Detection Strategies

  • Inventory all Next.js deployments and compare versions against the fixed releases 15.5.16 and 16.2.5
  • Review CDN and reverse proxy cache key configurations to confirm response variants are partitioned beyond URL plus _rsc
  • Inspect application access logs for repeated requests targeting the same path with varying _rsc token values

Monitoring Recommendations

  • Enable cache hit and miss telemetry at the CDN tier and alert on response content-type mismatches for cached entries
  • Monitor for elevated 4xx and 5xx rates following requests with manipulated _rsc parameters
  • Forward web application and CDN logs to a centralized analytics platform to correlate cache behavior with client-reported anomalies

How to Mitigate CVE-2026-44582

Immediate Actions Required

  • Upgrade Next.js to version 15.5.16 or 16.2.5, depending on the major release in use
  • Audit shared cache configurations and add response partitioning by Accept header or RSC request header where supported
  • Purge existing cached entries that may contain poisoned RSC or HTML responses after upgrading

Patch Information

The Next.js maintainers fixed the issue in releases 15.5.16 and 16.2.5. Patch notes and remediation details are documented in the Vercel Next.js Security Advisory GHSA-vfv6-92ff-j949. Operators should plan an upgrade and validate cache behavior in staging before production rollout.

Workarounds

  • Configure CDN or reverse proxy cache keys to include the RSC request header so HTML and RSC variants are stored separately
  • Disable shared caching for RSC routes until the patched version can be deployed
  • Restrict cache TTLs for affected routes to limit the window during which poisoned content can be served
bash
# Configuration example - Upgrade Next.js to a fixed version
npm install next@15.5.16
# or
npm install next@16.2.5

# Verify installed version
npx next --version

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechNext.js

  • SeverityLOW

  • CVSS Score3.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-328
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2022-23646: Vercel Next.js UI Misrepresentation Flaw

  • CVE-2021-37699: Vercel Next.js Open Redirect Vulnerability

  • CVE-2026-44578: Next.js SSRF Vulnerability

  • CVE-2026-44580: Next.js beforeInteractive XSS 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