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

CVE-2025-49151: JWT Authentication Bypass Vulnerability

CVE-2025-49151 is a JWT authentication bypass flaw that allows unauthenticated attackers to forge JSON Web Tokens and gain unauthorized access. This article covers technical details, affected systems, and mitigation.

Published: April 1, 2026

CVE-2025-49151 Overview

CVE-2025-49151 is a critical authentication bypass vulnerability that allows unauthenticated attackers to generate forged JSON Web Tokens (JWT) to completely bypass authentication mechanisms. This vulnerability stems from the use of hard-coded security-relevant constants (CWE-547), enabling attackers to craft valid authentication tokens without proper credentials.

Critical Impact

Unauthenticated remote attackers can forge JWT tokens to gain unauthorized access to protected systems, potentially compromising industrial control system environments with full confidentiality and integrity impact.

Affected Products

  • Industrial Control System products (refer to CISA ICS Advisory ICSA-25-175-07 for complete affected product list)

Discovery Timeline

  • 2025-06-25 - CVE-2025-49151 published to NVD
  • 2025-07-17 - Last updated in NVD database

Technical Details for CVE-2025-49151

Vulnerability Analysis

This vulnerability enables complete authentication bypass through JWT token forgery. The root cause lies in the use of hard-coded security-relevant constants within the authentication implementation. When JWT signing secrets or cryptographic keys are embedded directly in application code or firmware, attackers who discover these constants can generate their own valid tokens.

The network-based attack vector means this vulnerability can be exploited remotely without requiring any prior authentication or user interaction. Successful exploitation grants attackers the ability to impersonate any user, including administrative accounts, leading to complete compromise of confidentiality and integrity within the affected system.

Industrial Control Systems (ICS) are particularly sensitive targets for this type of vulnerability, as unauthorized access could enable manipulation of operational technology processes, modification of system configurations, or access to sensitive operational data.

Root Cause

The vulnerability is classified under CWE-547 (Use of Hard-coded, Security-relevant Constants). This weakness occurs when cryptographic secrets, JWT signing keys, or other security-critical values are embedded directly in the application rather than being securely generated and stored. Hard-coded secrets in distributed software can be extracted through reverse engineering, allowing attackers to cryptographically forge authentication tokens that the system will accept as legitimate.

Attack Vector

The attack is network-accessible and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Extracting the hard-coded JWT signing secret from the application binary or firmware
  2. Using the extracted secret to generate forged JWT tokens with arbitrary claims
  3. Presenting the forged token to the authentication mechanism
  4. Gaining unauthorized access with the privileges embedded in the forged token

Since JWT tokens are typically self-contained and verified using the signing secret alone, the system has no way to distinguish between legitimate tokens and forged ones created with the extracted secret.

Detection Methods for CVE-2025-49151

Indicators of Compromise

  • JWT tokens with unusual or elevated privilege claims appearing in authentication logs
  • Authentication activity from unexpected source IP addresses using valid tokens
  • Rapid authentication token generation or anomalous token usage patterns
  • Access attempts to administrative functions from non-administrative user contexts

Detection Strategies

  • Monitor authentication logs for JWT tokens with suspicious claim values or privilege escalations
  • Implement anomaly detection for authentication patterns that deviate from normal user behavior
  • Analyze network traffic for authentication requests originating from unexpected geographic regions
  • Deploy endpoint detection to identify reverse engineering tools targeting application binaries

Monitoring Recommendations

  • Enable detailed logging for all JWT validation and authentication events
  • Configure alerting for failed JWT signature verification attempts that may indicate probing
  • Monitor for bulk extraction or unauthorized access to firmware or application binaries
  • Implement user behavior analytics to detect account activity inconsistent with established baselines

How to Mitigate CVE-2025-49151

Immediate Actions Required

  • Review the CISA ICS Advisory ICSA-25-175-07 for vendor-specific remediation guidance
  • Identify all deployed instances of affected products in your environment
  • Implement network segmentation to limit exposure of vulnerable systems
  • Enable enhanced logging and monitoring for authentication events on affected systems
  • Restrict network access to affected systems to trusted IP addresses only

Patch Information

Consult the CISA ICS Advisory ICSA-25-175-07 for official patch information and vendor remediation guidance. Organizations should prioritize applying vendor-supplied patches as soon as they become available due to the critical nature of this authentication bypass vulnerability.

Workarounds

  • Implement network-level access controls to restrict connectivity to affected systems
  • Deploy a web application firewall (WAF) or API gateway with JWT validation capabilities
  • Place affected systems behind VPN or zero-trust network access controls
  • Implement additional authentication factors that do not rely solely on JWT validation
  • Monitor and rotate any configurable authentication secrets where possible
bash
# Network segmentation example for affected ICS systems
# Restrict access to management interfaces from trusted subnets only
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechN/A

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.40%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-547
  • Technical References
  • CISA ICS Advisory ICSA-25-175-07
  • 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