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-2024-28176

CVE-2024-28176: Jose Project Jose DoS Vulnerability

CVE-2024-28176 is a denial of service vulnerability in Jose Project Jose affecting JWE decryption operations. Attackers can cause excessive CPU or memory consumption. This article covers technical details, affected versions, and patches.

Updated: January 22, 2026

CVE-2024-28176 Overview

A resource exhaustion vulnerability has been identified in the jose JavaScript module, which provides support for JSON Object Signing and Encryption (JOSE) standards including JSON Web Tokens (JWT), JSON Web Signature (JWS), JSON Web Encryption (JWE), JSON Web Key (JWK), and JSON Web Key Set (JWKS). The vulnerability exists in the JSON Web Encryption (JWE) decryption interfaces, specifically related to the support for decompressing plaintext after decryption. Under certain conditions, an attacker can cause the target environment to consume unreasonable amounts of CPU time or memory during JWE Decryption operations, leading to denial of service.

Critical Impact

Applications using vulnerable versions of the jose library for JWE decryption may be susceptible to denial of service attacks through specially crafted JWE payloads that trigger excessive resource consumption during decompression.

Affected Products

  • jose_project jose (versions prior to 2.0.7 and 4.15.5)
  • Fedoraproject Fedora

Discovery Timeline

  • March 9, 2024 - CVE CVE-2024-28176 published to NVD
  • December 5, 2025 - Last updated in NVD database

Technical Details for CVE-2024-28176

Vulnerability Analysis

This vulnerability falls under the category of Resource Exhaustion (CWE-400), a type of denial of service vulnerability. The jose library implements JWE decryption with optional support for decompressing the plaintext payload after decryption. The vulnerability manifests when processing maliciously crafted JWE tokens that exploit the decompression mechanism.

When a JWE token specifies a compression algorithm in its header (such as DEF for DEFLATE compression), the library will attempt to decompress the decrypted plaintext. An attacker can craft a JWE token with a small compressed payload that expands to an extremely large size during decompression, commonly known as a "decompression bomb" or "zip bomb" attack. This can cause the target application to exhaust available memory or CPU resources while attempting to process the malicious payload.

The vulnerability requires network access but has high attack complexity as specific conditions must be met for exploitation. The impact is limited to availability, with no direct effect on confidentiality or integrity.

Root Cause

The root cause of this vulnerability is inadequate resource constraints in the JWE decompression implementation. The library did not properly limit the resources consumed during the decompression phase of JWE decryption, allowing specially crafted compressed payloads to expand disproportionately and exhaust system resources.

Attack Vector

The attack is network-based, requiring an attacker to send a malicious JWE token to an application that processes it using a vulnerable version of the jose library. The attack does not require authentication or user interaction, but the complexity is considered high as specific conditions must be present:

  1. The target application must accept JWE tokens from untrusted sources
  2. The JWE decryption must support compressed payloads
  3. The attacker must craft a JWE token that passes decryption but contains a decompression bomb

The attack mechanism involves creating a JWE token with a payload that has a very high compression ratio. When the library decrypts and then decompresses this payload, it attempts to allocate memory for the decompressed data, potentially exhausting available resources. For technical details on the vulnerability mechanism, see the GitHub Security Advisory.

Detection Methods for CVE-2024-28176

Indicators of Compromise

  • Unusual memory consumption spikes in applications processing JWT/JWE tokens
  • CPU utilization anomalies during token validation operations
  • Application crashes or hangs during JWE decryption routines
  • Increased latency or timeouts in authentication services

Detection Strategies

  • Monitor application memory and CPU usage patterns for abnormal consumption during token processing
  • Implement logging for JWE decryption operations and alert on failures or extended processing times
  • Use dependency scanning tools to identify vulnerable versions of the jose library in your codebase
  • Deploy runtime application security monitoring to detect resource exhaustion patterns

Monitoring Recommendations

  • Set up alerts for memory usage thresholds on services that process JWE tokens
  • Monitor Node.js process metrics for heap memory growth during authentication workflows
  • Implement request timeout limits on endpoints that perform JWE decryption
  • Configure resource quotas and limits in containerized environments to contain potential impact

How to Mitigate CVE-2024-28176

Immediate Actions Required

  • Upgrade the jose library to version 2.0.7 or later (for 2.x branch) or version 4.15.5 or later (for 4.x branch)
  • Review and inventory all applications using the jose library for JWE decryption
  • Implement resource limits and timeouts for token processing operations
  • Consider temporarily disabling JWE compression support if not required

Patch Information

The jose project has released patched versions that address this vulnerability. The fixes have been applied in versions 2.0.7 and 4.15.5. Detailed patch commits are available:

  • Patch commit for version 4.15.5
  • Patch commit for version 2.0.7

Fedora users should apply the latest package updates as announced through the Fedora Package Announcements.

Workarounds

  • Disable JWE compression support in your application if the feature is not required
  • Implement resource limits at the infrastructure level (memory limits, CPU quotas)
  • Add request size validation before processing JWE tokens
  • Deploy a web application firewall (WAF) to filter potentially malicious token payloads
bash
# Update jose library to patched version
npm update jose@latest

# Or specify the exact patched version
npm install jose@4.15.5

# For applications using the 2.x branch
npm install jose@2.0.7

# Verify installed version
npm list jose

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechJose Project

  • SeverityMEDIUM

  • CVSS Score5.9

  • EPSS Probability0.42%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected 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