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-2025-63811

CVE-2025-63811: Dvsekhvalnov Jose2go DOS Vulnerability

CVE-2025-63811 is a denial-of-service flaw in Dvsekhvalnov Jose2go versions 1.5.0 through 1.7.0 caused by crafted JWE tokens with high compression ratios. This article covers technical details, impact, and fixes.

Published: April 15, 2026

CVE-2025-63811 Overview

A resource exhaustion vulnerability has been discovered in the dvsekhvalnov jose2go library, a Go implementation of the JSON Web Encryption (JWE) and JSON Web Signature (JWS) specifications. The vulnerability exists in versions 1.5.0 through 1.7.0 and allows an attacker to cause a Denial-of-Service (DoS) condition by submitting a specially crafted JWE token with an exceptionally high compression ratio—commonly referred to as a "decompression bomb" attack.

Critical Impact

Unauthenticated remote attackers can exhaust server resources and crash applications by sending malicious JWE tokens, potentially disrupting authentication services and APIs that rely on this JWT library.

Affected Products

  • dvsekhvalnov jose2go versions 1.5.0 through 1.7.0
  • Applications using jose2go for JWT/JWE token processing
  • Go applications implementing JWT-based authentication with this library

Discovery Timeline

  • 2025-11-12 - CVE-2025-63811 published to NVD
  • 2025-12-31 - Last updated in NVD database

Technical Details for CVE-2025-63811

Vulnerability Analysis

This vulnerability is classified as a Resource Exhaustion attack (CWE-400) that exploits the compression handling in JWE token processing. When the jose2go library decompresses JWE payloads, it does not adequately limit the decompression output size relative to the compressed input. An attacker can craft a token with a small compressed payload that expands to an extremely large size during decompression, consuming excessive memory and CPU resources.

The attack is particularly concerning because JWE tokens are typically processed during authentication flows, meaning the vulnerable code path is often exposed to unauthenticated users. This allows attackers to target the availability of authentication services without requiring any credentials.

Root Cause

The root cause of this vulnerability lies in the insufficient validation of compressed content within JWE tokens. The jose2go library supports the DEF (DEFLATE) compression algorithm as specified in RFC 7516 for JWE. However, the implementation fails to impose adequate limits on the decompression ratio or the maximum decompressed size, allowing maliciously crafted tokens with extremely high compression ratios to consume disproportionate system resources during decompression.

Attack Vector

An attacker can exploit this vulnerability remotely over the network without requiring authentication or user interaction. The attack involves:

  1. Crafting a JWE token with a compressed payload that has an exceptionally high compression ratio
  2. Sending this malicious token to any endpoint that processes JWE tokens using the vulnerable jose2go library
  3. The server attempts to decompress the payload, leading to memory exhaustion and potential service disruption

The vulnerability allows for repeated attacks since each malicious request can trigger resource exhaustion independently, making it trivial to maintain a persistent DoS condition against vulnerable services.

Detection Methods for CVE-2025-63811

Indicators of Compromise

  • Abnormal memory consumption spikes in applications processing JWT/JWE tokens
  • JWE tokens with unusually small encrypted payloads that claim large content sizes
  • Service crashes or out-of-memory errors in Go applications handling JWT authentication
  • Repeated authentication requests from single sources with anomalous token characteristics

Detection Strategies

  • Monitor application memory usage for sudden, unexplained spikes during token processing operations
  • Implement logging for JWE token processing that captures compressed versus decompressed sizes
  • Deploy application-level rate limiting on endpoints accepting JWT/JWE tokens
  • Use Go profiling tools to identify memory allocation patterns during token validation

Monitoring Recommendations

  • Set up alerting thresholds for memory utilization in services using jose2go
  • Monitor for application restarts or OOM (Out of Memory) kills in container orchestration platforms
  • Track latency increases in authentication endpoints that may indicate resource exhaustion
  • Review application logs for decompression-related errors or warnings

How to Mitigate CVE-2025-63811

Immediate Actions Required

  • Identify all applications in your environment using dvsekhvalnov jose2go versions 1.5.0 through 1.7.0
  • Review the GitHub Issue Discussion for the latest patch information and updates
  • Implement rate limiting on endpoints that process JWE tokens to reduce attack surface
  • Consider implementing input validation to reject JWE tokens that exceed reasonable size thresholds

Patch Information

The vulnerability affects jose2go versions 1.5.0 through 1.7.0. Organizations should monitor the vendor's GitHub repository for updates and patches addressing this vulnerability. Update to a patched version as soon as one becomes available from the maintainer.

To check your current jose2go version, review your Go module dependencies:

bash
# Check jose2go version in your Go project
go list -m github.com/dvsekhvalnov/jose2go

Workarounds

  • Implement application-level limits on the maximum size of JWE tokens accepted by your services
  • Add timeout controls around token decompression operations to prevent indefinite resource consumption
  • Deploy web application firewalls (WAF) with rules to inspect and limit JWT/JWE token sizes
  • Consider using an alternative JWT library until a patch is available, if operationally feasible
  • Implement resource quotas and memory limits for containers running affected applications
bash
# Example: Setting memory limits for containerized applications
# Docker run with memory constraints
docker run --memory="512m" --memory-swap="512m" your-jwt-application

# Kubernetes resource limits
# Add to your deployment spec:
# resources:
#   limits:
#     memory: "512Mi"
#   requests:
#     memory: "256Mi"

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechDvsekhvalnov Jose2go

  • 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-400
  • Vendor Resources
  • GitHub Issue Discussion
  • Latest CVEs
  • CVE-2026-43328: Linux Kernel Use-After-Free Vulnerability

  • CVE-2026-43329: Linux Kernel Netfilter DoS Vulnerability

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

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

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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