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

CVE-2025-42959: HMAC Credential Replay Auth Bypass Flaw

CVE-2025-42959 is an authentication bypass flaw allowing attackers to reuse HMAC credentials in replay attacks, leading to complete system compromise. This article covers technical details, impact, and mitigation strategies.

Published: April 21, 2026

CVE-2025-42959 Overview

CVE-2025-42959 is a high-severity authentication vulnerability affecting SAP systems that allows unauthenticated attackers to perform credential replay attacks. The vulnerability enables exploitation of Hashed Message Authentication Code (HMAC) credentials extracted from unpatched systems, which can then be reused against other systems in the environment—even those that are fully patched.

This vulnerability is classified under CWE-308 (Use of Single-factor Authentication), indicating a fundamental weakness in the authentication mechanism that fails to adequately verify the legitimacy of credential usage across different system contexts.

Critical Impact

Successful exploitation could result in complete system compromise, affecting confidentiality, integrity, and availability of targeted SAP systems, even when those systems have current security patches applied.

Affected Products

  • SAP Systems (specific versions detailed in SAP Note #3600846)
  • SAP environments utilizing HMAC-based authentication mechanisms
  • Systems with cross-authentication trust relationships

Discovery Timeline

  • 2025-07-08 - CVE-2025-42959 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-42959

Vulnerability Analysis

This vulnerability exploits a weakness in how SAP systems handle HMAC credential validation across different system instances. The core issue stems from single-factor authentication reliance (CWE-308), where HMAC credentials lack sufficient contextual binding to prevent their reuse across different systems.

The attack requires network access and involves extracting valid HMAC credentials from a system that lacks specific security patches. Once obtained, these credentials can be replayed against a separate system in the environment. The concerning aspect of this vulnerability is that the target system's patch status is irrelevant—even fully updated systems remain vulnerable to the replay attack if valid credentials are obtained from an unpatched source.

The exploitation complexity is considered high due to the requirement of first compromising or accessing an unpatched system to extract the HMAC credentials before the actual replay attack can be executed.

Root Cause

The root cause lies in the single-factor authentication model (CWE-308) implemented in the affected SAP authentication mechanism. The HMAC credentials are not sufficiently bound to:

  • The originating system context
  • Session-specific or time-bound parameters
  • Source system identity verification

This allows credentials generated on one system to be accepted by another system without additional validation checks that would detect the cross-system reuse.

Attack Vector

The attack follows a multi-stage approach requiring network access to both an unpatched source system and the target system:

  1. Credential Extraction: The attacker identifies and accesses an SAP system in the environment that is missing specific security patches
  2. HMAC Capture: Valid HMAC credentials are extracted from the vulnerable system through network interception or direct access
  3. Replay Execution: The captured HMAC credentials are replayed against a different target system in the network
  4. System Compromise: Upon successful authentication, the attacker gains unauthorized access with the privileges associated with the replayed credentials

The vulnerability requires no prior authentication and can be exploited remotely over the network, though the attack complexity is elevated due to the multi-step nature of the exploitation process.

Detection Methods for CVE-2025-42959

Indicators of Compromise

  • Authentication events with HMAC credentials that do not match expected client system identifiers
  • Unusual authentication attempts from IP addresses that differ from the system where the credential was originally issued
  • Multiple authentication requests using identical HMAC tokens across different system endpoints
  • Authentication success events without corresponding preceding handshake or session initialization

Detection Strategies

  • Implement cross-referencing of HMAC credential usage with originating system metadata to detect replay attempts
  • Deploy anomaly detection for authentication patterns that indicate credential reuse across disparate systems
  • Monitor for authentication events where the presenting client's fingerprint does not match the credential's expected source
  • Establish baseline authentication behavior per system and alert on deviations indicating cross-system credential usage

Monitoring Recommendations

  • Enable detailed SAP security audit logging to capture all authentication events with full contextual data
  • Implement real-time correlation of authentication logs across all SAP systems in the environment
  • Configure alerts for authentication events that fail secondary validation checks or contextual binding verification
  • Monitor network traffic for HMAC tokens being transmitted between unexpected system pairs

How to Mitigate CVE-2025-42959

Immediate Actions Required

  • Apply the security patches referenced in SAP Note #3600846 to all SAP systems in the environment
  • Prioritize patching systems that may serve as credential source targets for attackers
  • Audit all SAP systems to identify any that are missing the required security patches
  • Implement network segmentation to limit cross-system authentication exposure

Patch Information

SAP has released security patches to address this vulnerability. Organizations should consult SAP Note #3600846 for specific patch details and installation instructions. Additionally, the SAP Security Patch Day portal provides comprehensive information about security updates and remediation guidance.

It is critical to patch ALL systems in the environment, as the vulnerability chain requires only one unpatched system to enable attacks against other systems.

Workarounds

  • Implement additional authentication factors beyond HMAC credentials where supported
  • Deploy network-level controls to restrict and monitor authentication traffic between SAP systems
  • Consider implementing session binding mechanisms that tie HMAC credentials to specific system contexts
  • Reduce the attack surface by limiting network exposure of systems that cannot be immediately patched
  • Enable enhanced logging and monitoring to detect potential exploitation attempts while patching is in progress

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

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.12%

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

  • SAP Security Patch Day
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer 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