Cyber Resilience

CVE-2025-42874

DoS

Published
09 December 2025
Modified
15 April 2026
CVSS Score v3.1 7.9
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:H/A:H
EPSS Score 0.0042 34th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-42874 is a high-severity Amplification (CWE-405) vulnerability in Sap (inferred from references). Its CVSS base score is 7.9 (High).

Operationally, ranked at the 34th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-10 (Information Input Validation) and AC-6 (Least Privilege) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

SAP NetWeaver remote service for Xcelsius allows an attacker with network access and high privileges to execute arbitrary code on the affected system due to insufficient input validation and improper handling of remote method calls. Exploitation does not require user…

more

interaction and could lead to service disruption or unauthorized system control. This has high impact on integrity and availability, with no impact on confidentiality.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-53633Shared CWE-405
CVE-2024-28214Shared CWE-405
CVE-2025-26516Shared CWE-405
CVE-2026-54224Shared CWE-405
CVE-2025-8677Shared CWE-405
CVE-2026-24324Shared CWE-405
CVE-2026-35626Shared CWE-405
CVE-2025-30204Shared CWE-405
CVE-2025-24356Shared CWE-405
CVE-2024-40705Shared CWE-405

Affected Assets

Sap
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • AC-6 Least Privilege
  • SC-7 Boundary Protection
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)
  • 6 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires validation of all inputs to the remote service, blocking the insufficient input validation that enables arbitrary code execution via crafted method calls.

prevent

Restricts the high privileges required for exploitation, limiting the accounts that can reach the vulnerable remote method handling path.

prevent

Enforces boundary protection and traffic filtering to block unauthorized network access to the exposed Xcelsius remote service.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.IR-03 mostly match
prevents

Resilience mechanisms such as rate limiting and load balancing directly constrain asymmetric resource use.

PR.IR-04 mostly match
prevents

Capacity planning and monitoring maintain availability headroom against amplification attacks.

DE.CM-01 partial match
prevents

Network monitoring detects amplification traffic patterns but does not itself limit asymmetric consumption.

DE.CM-09 partial match
prevents

Runtime resource monitoring can surface excessive consumption yet does not enforce authorization or work proofs.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

none

Stress-testing and demand-reduction tactics (e.g., bandwidth throttling) blunt amplification vectors that would otherwise let an attacker multiply resource consumption through a single request.

References