A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-42951

CVE-2025-42951: SAP Business One Privilege Escalation Flaw

CVE-2025-42951 is a privilege escalation vulnerability in SAP Business One SLD caused by broken authorization. Attackers can exploit an API to gain administrator privileges, severely impacting confidentiality, integrity, and availability.

Published: May 26, 2026

CVE-2025-42951 Overview

CVE-2025-42951 is a broken authorization vulnerability in SAP Business One's System Landscape Directory (SLD) component. An authenticated attacker can invoke a specific API to gain administrator privileges over a backend database. The flaw is classified as [CWE-863: Incorrect Authorization] and impacts the confidentiality, integrity, and availability of the affected application.

The vulnerability is exploitable over the network with low attack complexity and only low-privilege authentication required. Successful exploitation allows an attacker to elevate from a standard authenticated user to database administrator, enabling full control of stored data.

Critical Impact

Authenticated attackers can escalate to database administrator privileges in SAP Business One (SLD), compromising confidentiality, integrity, and availability of the application data.

Affected Products

  • SAP Business One — System Landscape Directory (SLD) component
  • Refer to SAP Note #3625403 for the complete list of affected versions
  • SAP Security Patch Day (August 2025) advisory for patched releases

Discovery Timeline

  • 2025-08-12 - CVE-2025-42951 published to the National Vulnerability Database (NVD)
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-42951

Vulnerability Analysis

The vulnerability resides in the System Landscape Directory (SLD) of SAP Business One. The SLD component manages metadata and configuration for connected company databases. One or more SLD API endpoints fail to correctly enforce authorization checks on the calling principal.

An authenticated user with limited privileges can invoke an administrative API and receive elevated database administrator rights. This breaks the intended privilege separation between standard operator roles and database administrators. The flaw is purely server-side and requires no user interaction.

The vulnerability falls under broken access control rather than authentication. The application validates that the caller is logged in but does not verify that the caller is authorized to perform the requested administrative action.

Root Cause

The root cause is incorrect authorization logic ([CWE-863]) in an SLD API handler. The endpoint accepts requests from any authenticated session and acts on them without re-validating role membership or required permissions against the target resource. This is a classic missing function-level authorization defect.

Attack Vector

Exploitation requires network access to the SLD service and valid credentials of any authenticated user. The attacker sends a crafted API request to the vulnerable endpoint targeting a company database. The server processes the request as if it originated from a privileged administrator and grants the attacker administrative control of that database.

No verified public proof-of-concept code is available for this issue. Refer to the SAP Note #3625403 for vendor-provided technical details and remediation guidance.

Detection Methods for CVE-2025-42951

Indicators of Compromise

  • Unexpected SLD API calls to administrative endpoints originating from non-administrative user accounts
  • New or modified database administrator accounts in SAP Business One company databases without a corresponding change ticket
  • Authentication sessions from low-privilege users immediately followed by privileged database actions
  • Outbound database connections using newly granted administrator credentials

Detection Strategies

  • Enable verbose audit logging on the SLD service and forward authentication and authorization events to a central log platform
  • Correlate SLD API request logs with user role assignments to surface privilege mismatches
  • Baseline normal SLD administrative API usage and alert on deviations from expected source accounts or hosts
  • Monitor SAP Business One database for unauthorized creation or modification of users in administrative roles

Monitoring Recommendations

  • Forward SAP Business One and SLD logs to your SIEM or data lake for retention and correlation
  • Alert on any administrative SLD API invocation that originates from an account not on an approved administrator list
  • Track database role grants and revocations as a dedicated high-priority detection rule
  • Review access logs after applying the patch to identify any prior abuse of the vulnerable endpoint

How to Mitigate CVE-2025-42951

Immediate Actions Required

  • Apply the SAP security patch referenced in SAP Note #3625403 without delay
  • Restrict network access to the SLD service to trusted administrative networks only
  • Audit all SAP Business One database administrator accounts and remove any that are unexpected
  • Rotate credentials for accounts that may have been exposed if signs of exploitation are present

Patch Information

SAP addressed CVE-2025-42951 as part of the SAP Security Patch Day program. Customers must consult SAP Note #3625403 for the specific patched component versions and apply the update to all SAP Business One installations running the SLD component.

Workarounds

  • Limit SLD API exposure to a hardened management network segment using firewall rules
  • Reduce the number of authenticated SAP Business One users until the patch is applied
  • Increase audit logging and review SLD API activity daily until remediation is complete
  • Enforce strong multi-factor authentication on all accounts that can reach the SLD service

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechSap Business One

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-863
  • Technical References
  • SAP Note #3625403

  • SAP Security Patch Day
  • Related CVEs
  • CVE-2026-0489: SAP Business One Job Service XSS Flaw

  • CVE-2026-24319: SAP Business One Information Disclosure Flaw
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