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
    • 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-0337

CVE-2025-0337: ServiceNow Authorization Bypass Vulnerability

CVE-2025-0337 is an authorization bypass vulnerability in ServiceNow Now Platform Washington release that allows authenticated users to access unauthorized data. This article covers technical details, affected versions, and patches.

Updated: January 22, 2026

CVE-2025-0337 Overview

ServiceNow has addressed an authorization bypass vulnerability identified in the Washington release of the Now Platform. This vulnerability, if exploited, could potentially enable an authenticated user to access unauthorized data stored within the Now Platform that the user otherwise would not be entitled to access. The issue is classified as CWE-639 (Authorization Bypass Through User-Controlled Key), indicating a flaw in how the platform validates user authorization for accessing specific resources.

Critical Impact

An authenticated attacker could bypass authorization controls to access sensitive data stored within the Now Platform, potentially exposing confidential business information, customer data, or system configurations that should be restricted.

Affected Products

  • ServiceNow Now Platform - Washington Release
  • ServiceNow Hosted Deployments
  • ServiceNow Self-Hosted Deployments

Discovery Timeline

  • March 6, 2025 - CVE-2025-0337 published to NVD
  • March 6, 2025 - Last updated in NVD database

Technical Details for CVE-2025-0337

Vulnerability Analysis

This authorization bypass vulnerability stems from improper access control mechanisms within the ServiceNow Now Platform's Washington release. The vulnerability allows authenticated users to circumvent normal authorization checks, enabling access to data records and resources beyond their permitted scope. The issue affects the platform's ability to properly validate whether a requesting user has legitimate entitlements to the data being accessed.

The network-accessible nature of this vulnerability means attackers can exploit it remotely through normal platform interfaces. The attack requires low privilege levels, specifically just authenticated access to the platform, and does not require user interaction. The impact is primarily on data confidentiality, with high potential for unauthorized information disclosure.

Root Cause

The root cause is identified as CWE-639: Authorization Bypass Through User-Controlled Key. This weakness occurs when the application uses user-controlled input to determine which resources or records to access without properly verifying that the user is authorized to access those specific resources. In the context of ServiceNow, this could manifest in API endpoints, record queries, or data retrieval functions that fail to enforce proper access control list (ACL) rules or role-based access controls.

Attack Vector

The attack vector is network-based, requiring an authenticated session on the Now Platform. An attacker with valid credentials (even low-privileged ones) could craft requests that manipulate resource identifiers or query parameters to access data belonging to other users, departments, or security domains. This type of vulnerability is commonly exploited through:

  • Manipulating record sys_id values in API requests
  • Altering query parameters to bypass record-level security
  • Exploiting inconsistent ACL enforcement across different access methods
  • Leveraging direct object references without proper authorization validation

The attack does not require any user interaction and can be performed entirely through programmatic API access or normal browser interactions with the platform.

Detection Methods for CVE-2025-0337

Indicators of Compromise

  • Unusual data access patterns from authenticated users accessing records outside their normal scope
  • Elevated API request volumes targeting specific tables or records from single user sessions
  • Access logs showing users retrieving data from restricted tables or security domains
  • Anomalous query patterns attempting to enumerate record identifiers

Detection Strategies

  • Implement audit logging for all data access requests and monitor for authorization failures followed by successful accesses to the same resources
  • Deploy User and Entity Behavior Analytics (UEBA) to detect abnormal access patterns deviating from user baselines
  • Configure ServiceNow Security Operations to alert on access attempts to sensitive tables from unauthorized roles
  • Review application logs for patterns indicating systematic record enumeration or identifier manipulation

Monitoring Recommendations

  • Enable verbose logging for ACL evaluations and authorization decisions in the Now Platform
  • Monitor ServiceNow system logs (syslog) for authorization-related events and failures
  • Configure alerts for bulk data exports or unusual report generation activities
  • Implement real-time monitoring of API endpoints commonly used for data retrieval

How to Mitigate CVE-2025-0337

Immediate Actions Required

  • Apply the latest patches and family releases provided by ServiceNow immediately
  • Review and audit current user access permissions and role assignments for excessive privileges
  • Enable enhanced logging and monitoring for data access events during the remediation period
  • Conduct a review of recently accessed sensitive data to identify potential unauthorized access

Patch Information

ServiceNow has released patches addressing this vulnerability for both hosted and self-hosted deployments. Hosted customers should verify that their instances have been updated, while self-hosted customers must download and apply the relevant patches from the ServiceNow Knowledge Base Article. Partners should also ensure their environments are updated to the patched versions.

Customers should reference KB1948695 for specific patch versions, installation instructions, and verification steps.

Workarounds

  • Implement additional network segmentation to restrict access to the Now Platform from untrusted networks
  • Enable additional multi-factor authentication requirements for accessing sensitive data tables
  • Review and tighten ACL rules for tables containing sensitive information until patches can be applied
  • Consider implementing read-only access temporarily for non-essential users while evaluating exposure
bash
# ServiceNow instance verification steps
# Check current patch level in ServiceNow
# Navigate to: System Diagnostics > Stats > Stats

# Review ACL configurations for sensitive tables
# Navigate to: System Security > Access Control (ACL)

# Enable enhanced audit logging
# Navigate to: System Logs > System Log > All
# Configure audit policies for data access monitoring

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechServicenow

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.09%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/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-639
  • Technical References
  • ServiceNow Knowledge Base Article
  • Related CVEs
  • CVE-2025-12420: ServiceNow Now Assist Auth Bypass Flaw

  • CVE-2026-0542: ServiceNow AI Platform RCE Vulnerability

  • CVE-2024-5217: ServiceNow Platform RCE Vulnerability

  • CVE-2024-4879: ServiceNow Platform RCE 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