Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-22775

CVE-2026-22775: Svelte Devalue DOS Vulnerability

CVE-2026-22775 is a denial of service flaw in Svelte Devalue that allows attackers to consume excessive CPU and memory through malicious inputs. This article covers the technical details, affected versions, and mitigation steps.

Published: January 23, 2026

CVE-2026-22775 Overview

CVE-2026-22775 is a Denial of Service vulnerability in Svelte devalue, a JavaScript library that serializes values into strings when JSON.stringify isn't sufficient for the job. From versions 5.1.0 to 5.6.1, certain inputs can cause devalue.parse to consume excessive CPU time and/or memory, potentially leading to denial of service in systems that parse input from untrusted sources.

Critical Impact

Applications using devalue.parse on externally-supplied data are vulnerable to resource exhaustion attacks that can render services unavailable.

Affected Products

  • Svelte devalue versions 5.1.0 through 5.6.1
  • Node.js applications using the vulnerable devalue package
  • SvelteKit applications that process untrusted serialized data

Discovery Timeline

  • January 15, 2026 - CVE-2026-22775 published to NVD
  • January 20, 2026 - Last updated in NVD database

Technical Details for CVE-2026-22775

Vulnerability Analysis

This vulnerability affects applications that use the devalue.parse function to deserialize data from untrusted sources. The flaw resides in the ArrayBuffer hydration mechanism, which expects base64 encoded strings as input but fails to validate this assumption before attempting to decode the input.

When malicious or malformed input is provided to devalue.parse, the library may enter a state where it consumes excessive computational resources. This resource exhaustion can manifest as high CPU utilization, memory exhaustion, or both, depending on the nature of the crafted input.

The vulnerability is classified under CWE-405 (Asymmetric Resource Consumption), which describes scenarios where an attacker can cause disproportionate resource consumption relative to the effort required to trigger it. In this case, a relatively small malicious payload could potentially cause significant resource exhaustion on the server.

Root Cause

The root cause is insufficient input validation in the ArrayBuffer hydration code path. The devalue.parse function assumes that input intended for ArrayBuffer hydration will be properly base64 encoded, but this assumption is never verified before processing begins. When non-base64 or specially crafted input is provided, the parsing logic may behave unexpectedly, leading to excessive resource consumption.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by sending crafted serialized data to any endpoint that uses devalue.parse to process user-supplied input.

Common attack scenarios include:

  • Targeting API endpoints that accept serialized data from clients
  • Exploiting SvelteKit server-side rendering paths that deserialize client state
  • Attacking any web service that uses devalue for data transfer between client and server

The vulnerability does not compromise confidentiality or integrity, but can severely impact service availability by exhausting server resources.

Detection Methods for CVE-2026-22775

Indicators of Compromise

  • Abnormal CPU spikes correlated with incoming requests to endpoints using devalue.parse
  • Memory consumption anomalies in Node.js processes handling serialization
  • Increased response latency or timeouts on affected application routes
  • Application crashes or out-of-memory errors in server logs

Detection Strategies

  • Monitor Node.js process resource consumption for unusual patterns during request processing
  • Implement request payload size limits on endpoints that process serialized data
  • Set up alerting for CPU and memory threshold breaches on application servers
  • Review application dependencies for vulnerable devalue versions using npm audit or similar tools

Monitoring Recommendations

  • Enable application performance monitoring (APM) to track resource usage per request
  • Configure log aggregation to identify patterns of failed or slow serialization operations
  • Implement rate limiting on endpoints that accept untrusted serialized data
  • Set up dependency scanning in CI/CD pipelines to detect vulnerable package versions

How to Mitigate CVE-2026-22775

Immediate Actions Required

  • Upgrade Svelte devalue to version 5.6.2 or later immediately
  • Audit all application code for usage of devalue.parse with untrusted input
  • Implement input validation and size limits on affected endpoints as a defense-in-depth measure
  • Consider temporarily disabling endpoints that accept untrusted serialized data until patching is complete

Patch Information

The vulnerability has been fixed in devalue version 5.6.2. The fix was implemented in commit 11755849fa0634ae294a15ec0aef2f43efcad7c4, which adds proper validation of base64 input before ArrayBuffer hydration processing.

For detailed information about the vulnerability and fix, refer to the GitHub Security Advisory GHSA-g2pg-6438-jwpf. The patched version is available on the GitHub Releases page.

Workarounds

  • Validate and sanitize all input before passing to devalue.parse
  • Implement request timeouts and resource limits at the application or infrastructure level
  • Use a Web Application Firewall (WAF) to filter potentially malicious payloads
  • Restrict endpoints using devalue.parse to authenticated users where possible
bash
# Update devalue to the patched version
npm update devalue@5.6.2

# Verify the installed version
npm list devalue

# Run security audit to check for other vulnerabilities
npm audit

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSvelte Devalue

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-405
  • Technical References
  • GitHub Release v5.6.2
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-g2pg-6438-jwpf
  • Related CVEs
  • CVE-2026-22774: Svelte Devalue DOS 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