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

CVE-2024-48916: Ceph RadosGW Authentication Bypass Flaw

CVE-2024-48916 is an authentication bypass flaw in Ceph RadosGW OIDC provider that allows JWT signature verification bypass. This post covers the technical details, affected versions, security impact, and mitigation.

Updated: January 22, 2026

CVE-2024-48916 Overview

CVE-2024-48916 is an authentication bypass vulnerability in Ceph, a distributed object, block, and file storage platform. The vulnerability exists in the RadosGW OIDC provider component, which improperly handles JSON Web Tokens (JWT) with the algorithm set to "none". When an attacker sends a JWT with alg: none, the signature verification is completely bypassed, allowing unauthorized access to protected resources.

Critical Impact

Attackers can bypass JWT signature verification by specifying "none" as the algorithm, potentially gaining unauthorized access to Ceph storage resources and compromising data confidentiality and integrity.

Affected Products

  • Ceph versions 19.2.3 and below
  • Ceph RadosGW OIDC provider component

Discovery Timeline

  • 2025-07-30 - CVE CVE-2024-48916 published to NVD
  • 2025-07-31 - Last updated in NVD database

Technical Details for CVE-2024-48916

Vulnerability Analysis

This vulnerability is classified under CWE-345 (Insufficient Verification of Data Authenticity). The flaw resides in how the RadosGW OIDC provider processes incoming JWT tokens. JWT is a widely used standard for transmitting authentication claims between parties, and the security of the mechanism relies heavily on cryptographic signature verification.

The vulnerability allows attackers to craft malicious JWT tokens that completely bypass signature verification. By setting the alg header field to "none", an attacker can submit unsigned tokens that the RadosGW OIDC provider accepts as valid. This is a classic JWT algorithm confusion attack that has affected numerous implementations across the industry.

The impact is significant as successful exploitation allows attackers to forge authentication tokens, potentially gaining access to protected storage resources without valid credentials. This can lead to unauthorized data access, data exfiltration, or data manipulation within the Ceph storage cluster.

Root Cause

The root cause of this vulnerability is insufficient validation of the JWT algorithm header before processing the token. The RadosGW OIDC provider fails to explicitly reject tokens that specify "none" as the signature algorithm. In a properly implemented JWT verification process, the server should:

  1. Maintain an allowlist of acceptable algorithms
  2. Reject any token using the "none" algorithm
  3. Verify the signature using the expected algorithm before trusting the token claims

The vulnerable implementation appears to trust the algorithm specified in the token header without validating it against a secure allowlist, allowing the "none" algorithm to bypass all signature checks.

Attack Vector

The attack is network-based and requires low privileges to execute. An attacker with the ability to send requests to the RadosGW endpoint can exploit this vulnerability by:

  1. Crafting a JWT token with arbitrary claims (such as elevated privileges or different user identity)
  2. Setting the alg header field to "none"
  3. Omitting the signature portion of the JWT entirely
  4. Submitting this malformed token to the RadosGW OIDC authentication endpoint

The JWT "none" algorithm attack works because the JWT specification technically allows tokens without signatures (for trusted environments), but accepting such tokens in production authentication systems represents a critical security failure.

When the vulnerable RadosGW component receives a token with alg: none, it processes the claims without verifying any cryptographic signature, effectively trusting attacker-controlled data for authentication decisions.

Detection Methods for CVE-2024-48916

Indicators of Compromise

  • JWT tokens in RadosGW access logs containing "alg":"none" in the decoded header
  • Authentication events with unusual or unexpected user claims that don't match known user profiles
  • Successful authentication attempts from users or service accounts that should not have valid credentials
  • Anomalous access patterns to Ceph storage resources following suspicious authentication events

Detection Strategies

  • Implement log monitoring for RadosGW access logs to detect JWT tokens with suspicious algorithm values
  • Deploy network inspection rules to identify JWT tokens containing "alg":"none" in the header portion
  • Configure authentication event correlation to flag access attempts where the JWT algorithm is set to "none"
  • Enable detailed OIDC authentication logging to capture and analyze token metadata

Monitoring Recommendations

  • Monitor RadosGW service logs for authentication anomalies and unusual access patterns
  • Implement real-time alerting for any JWT processing errors or algorithm validation failures
  • Review audit logs for unauthorized data access following suspicious authentication events
  • Track authentication success rates and investigate any unexpected increases

How to Mitigate CVE-2024-48916

Immediate Actions Required

  • Review and audit all RadosGW OIDC provider configurations for exposure
  • Implement network-level controls to filter requests containing suspicious JWT tokens where possible
  • Consider temporarily disabling OIDC authentication if not critical, switching to alternative authentication methods
  • Monitor for exploitation attempts using the detection strategies outlined above

Patch Information

As of the publication date, a known patched version has not yet been released by the Ceph project. Organizations should monitor the GitHub Security Advisory for updates on patch availability. When a patch becomes available, prioritize deployment to all affected Ceph installations.

Workarounds

  • Implement a reverse proxy or API gateway in front of RadosGW that validates JWT algorithm headers and rejects tokens with alg: none
  • Configure network segmentation to limit exposure of RadosGW OIDC endpoints to trusted networks only
  • Use alternative authentication mechanisms such as S3-style access keys instead of OIDC where feasible
  • Deploy Web Application Firewall (WAF) rules to inspect and block JWT tokens containing the "none" algorithm
bash
# Example: nginx configuration to reject JWT with alg:none
# Add to location block handling RadosGW OIDC endpoints

# Decode base64url JWT header and check for alg:none pattern
# Note: This is a basic detection - implement proper JWT parsing for production
if ($http_authorization ~* "eyJ[A-Za-z0-9_-]*bm9uZSI") {
    return 403;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCeph

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-345
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2020-1716: Ceph-ansible Auth Bypass Vulnerability

  • CVE-2026-23189: Linux Kernel Privilege Escalation Flaw

  • CVE-2025-71116: Linux Kernel Libceph OOB 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