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

CVE-2025-0063: SAP NetWeaver Authorization Bypass Flaw

CVE-2025-0063 is an authorization bypass vulnerability in SAP NetWeaver AS ABAP that allows attackers with basic privileges to gain control over Informix database data. This article covers technical details, impact, and mitigations.

Published: June 9, 2026

CVE-2025-0063 Overview

CVE-2025-0063 affects SAP NetWeaver Application Server ABAP and ABAP Platform. The vulnerability stems from missing authorization checks when users invoke certain Remote Function Call (RFC) function modules. Authenticated attackers with basic user privileges can manipulate data in the underlying Informix database. Successful exploitation leads to full compromise of confidentiality, integrity, and availability of the affected SAP system. The flaw is classified under [CWE-89] (SQL Injection) and impacts SAP Basis releases from 700 through 758. SAP addressed the issue on its January 2025 Security Patch Day via SAP Note 3550816.

Critical Impact

A low-privileged authenticated user can execute unauthorized RFC calls that pass attacker-controlled input to the Informix database, resulting in complete loss of data confidentiality, integrity, and availability.

Affected Products

  • SAP NetWeaver AS ABAP and ABAP Platform — SAP Basis 700, 701, 702, 731, 740
  • SAP Basis 750, 751, 752, 753, 754, 755
  • SAP Basis 756, 757, 758

Discovery Timeline

  • 2025-01-14 - CVE-2025-0063 published to NVD
  • 2025-01-14 - SAP releases security patch via SAP Note 3550816 on Security Patch Day
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2025-0063

Vulnerability Analysis

The vulnerability resides in RFC function modules exposed by SAP NetWeaver AS ABAP that interact with an Informix database backend. SAP did not enforce proper authorization checks before executing these modules. Any authenticated user with basic SAP privileges can invoke the affected RFC endpoints over the network. Because the modules forward user-supplied parameters into database operations without sufficient validation, an attacker can influence SQL statements processed by the Informix engine, mapping to [CWE-89] (SQL Injection). The result is unauthorized read, modification, and deletion of database content, including data the attacker should not be able to access through normal SAP role assignments.

Root Cause

The root cause is twofold. First, the affected RFC function modules lack AUTHORITY-CHECK statements that would restrict callers to authorized roles. Second, input handed off to Informix database operations is not adequately sanitized or parameterized, permitting injection of attacker-controlled SQL fragments. Together, these defects allow a basic user to bypass SAP's role-based access model and operate directly against the database.

Attack Vector

The attack is conducted over the network against the SAP Gateway or any interface that accepts RFC calls. The attacker authenticates with valid but low-privileged credentials, then invokes the vulnerable RFC modules with crafted parameters. No user interaction is required. Because the RFC layer is commonly reachable from internal application servers, third-party connectors, and service users, the exploitable surface is broad in typical SAP landscapes. See SAP Note 3550816 for technical details restricted to authorized SAP customers.

Detection Methods for CVE-2025-0063

Indicators of Compromise

  • Unexpected RFC calls to database-related function modules originating from user accounts that do not normally invoke RFC interfaces.
  • Anomalous Informix database queries containing concatenated SQL syntax, UNION SELECT, or comment markers initiated by SAP work processes.
  • Spikes in SM21 system log entries or ST22 short dumps tied to RFC execution and database errors.
  • Modifications to sensitive tables performed outside of standard transactions or change documents.

Detection Strategies

  • Enable and review SAP Security Audit Log (SM19/SM20) events for RFC function module execution, especially calls made by dialog users with minimal roles.
  • Correlate RFC_CALL audit records with database-layer logs to identify modules that touch Informix tables outside expected business processes.
  • Use SAP UCON (Unified Connectivity) to baseline allowed RFC function modules and alert on calls outside the allowlist.

Monitoring Recommendations

  • Forward SAP audit, gateway, and database logs to a central SIEM for correlation against authentication and authorization events.
  • Monitor for newly created or reactivated service accounts invoking RFC modules tied to database access.
  • Track patch deployment status across all SAP Basis instances and flag systems still running unpatched versions in the 700–758 range.

How to Mitigate CVE-2025-0063

Immediate Actions Required

  • Apply the SAP-provided fix referenced in SAP Note 3550816 on all SAP NetWeaver AS ABAP and ABAP Platform systems running affected SAP Basis releases.
  • Audit user assignments and remove unnecessary RFC execution authorizations (S_RFC) from dialog and service users.
  • Restrict network exposure of the SAP Gateway and message server to trusted hosts using gw/sec_info and gw/reg_info access control lists.

Patch Information

SAP published the corrective note on Security Patch Day, January 14, 2025. Customers should download the kernel and support package updates referenced in SAP Note 3550816 and the SAP Security Patch Day portal. Apply patches across development, quality assurance, and production systems following standard SAP transport procedures.

Workarounds

  • Enable SAP UCON in active mode to block RFC function modules that are not explicitly required for business processes.
  • Tighten S_RFC authorization objects so that basic users cannot call function groups associated with database administration or generic table access.
  • Place SAP Gateway behind network segmentation and require strong authentication for any RFC connection originating from outside the trusted SAP zone.
bash
# Example: restrict RFC access via SAP Gateway secinfo entries
# Format: P TP=<program> HOST=<host> ACCESS=<host> CANCEL=<host>
P TP=* HOST=internal-app-server ACCESS=internal-app-server CANCEL=internal-app-server
D TP=* HOST=* ACCESS=* CANCEL=*

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSap Basis

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.25%

  • 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-89
  • Technical References
  • SAP Note #3550816
  • Vendor Resources
  • SAP Security Patch Day
  • Related CVEs
  • CVE-2026-23687: SAP Basis Auth Bypass Vulnerability

  • CVE-2026-24312: SAP Basis Privilege Escalation Vulnerability

  • CVE-2025-0053: SAP Basis Information Disclosure Flaw

  • CVE-2025-0066: SAP Basis 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