CVE-2026-44760
Awaiting Analysis Awaiting Analysis - Queue

Cross-Site Scripting (XSS) in SAP NetWeaver Application Server ABAP

Vulnerability report for CVE-2026-44760, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-14

Last updated on: 2026-07-14

Assigner: SAP SE

Description

Due to a Cross-Site Scripting (XSS) vulnerability, applications based on Business Server Pages framework in SAP NetWeaver Application Server ABAP reflects unsanitized input into the HTTP response which allows an attacker to inject and execute arbitrary JavaScript code under certain conditions. Successful exploitation could allow the attacker to steal session information, perform authenticated actions on behalf of the victim user etc. This vulnerability has low impact on confidentiality and integrity of the data and no impact on application 's availability.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-14
Last Modified
2026-07-14
Generated
2026-08-03
AI Q&A
2026-07-14
EPSS Evaluated
2026-08-02
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sap netweaver_application_server_abap *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-79 The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a Cross-Site Scripting (XSS) issue in applications based on the Business Server Pages (BSP) framework within SAP NetWeaver Application Server ABAP. The vulnerability occurs because the application reflects unsanitized user input directly into the HTTP response. Under certain conditions, this allows an attacker to inject and execute arbitrary JavaScript code in the context of a victim's browser session.

An attacker could exploit this by tricking a user into clicking a malicious link or visiting a compromised webpage. Once exploited, the attacker could perform actions such as stealing session information or performing authenticated actions on behalf of the victim.

Detection Guidance

Detecting this Cross-Site Scripting (XSS) vulnerability in SAP NetWeaver Application Server ABAP-based applications requires checking for unsanitized input reflection in HTTP responses. This typically involves testing web applications for XSS vulnerabilities by sending crafted input and observing if it is reflected without proper sanitization.

  • Use automated vulnerability scanners like OWASP ZAP or Burp Suite to scan for XSS vulnerabilities in SAP applications. These tools can send test payloads and detect unsanitized reflections.
  • Manually test by injecting simple XSS payloads (e.g., <script>alert(1)</script>) into input fields or URL parameters of the SAP application. If the payload executes or is reflected in the response without encoding, the vulnerability may exist.
  • Review SAP Security Notes (e.g., Resource 1) for specific indicators or patches related to this CVE. Check if the installed SAP NetWeaver version is affected by comparing it with the notes.
  • Inspect HTTP response headers and body for unsanitized user-controlled input, particularly in error messages or dynamic content generation.
Impact Analysis

If you are using an affected SAP NetWeaver Application Server ABAP system with applications based on the Business Server Pages framework, this vulnerability could impact you in the following ways:

  • An attacker could steal sensitive session information, such as authentication tokens or cookies, leading to unauthorized access to your account.
  • The attacker could perform actions on your behalf, such as modifying data, submitting transactions, or accessing restricted information within the SAP system.
  • The vulnerability has a low impact on the confidentiality and integrity of your data, meaning the risk of data exposure or manipulation exists but is limited in scope.
  • There is no impact on the availability of the application, so the system itself will remain operational even if the vulnerability is exploited.
Compliance Impact

This vulnerability could affect compliance with common standards and regulations in the following ways:

  • GDPR (General Data Protection Regulation): If the vulnerability leads to unauthorized access or disclosure of personal data, it could result in a violation of GDPR. GDPR requires organizations to implement appropriate security measures to protect personal data, and failure to address XSS vulnerabilities could be seen as a lapse in these measures. This may lead to fines or legal consequences if exploited.
  • HIPAA (Health Insurance Portability and Accountability Act): If the affected SAP system processes or stores protected health information (PHI), exploitation of this vulnerability could lead to unauthorized access or disclosure of PHI. This would violate HIPAA's Security Rule, which mandates safeguards to protect the confidentiality and integrity of electronic PHI.
  • Other standards (e.g., ISO 27001, NIST): Compliance with frameworks like ISO 27001 or NIST requires organizations to manage risks related to information security. An unpatched XSS vulnerability could be considered a failure to mitigate risks, potentially leading to non-compliance with these standards.

To maintain compliance, it is critical to apply the necessary patches or mitigations provided by SAP to address this vulnerability.

Mitigation Strategies

To mitigate this Cross-Site Scripting (XSS) vulnerability in SAP NetWeaver Application Server ABAP, follow these immediate steps:

  • Apply the relevant SAP Security Note (e.g., Resource 1) that addresses this vulnerability. SAP typically provides patches or workarounds in their security notes.
  • If a patch is not immediately available, implement input validation and output encoding for all user-supplied data in the application. Ensure that all dynamic content is properly sanitized before being reflected in HTTP responses.
  • Restrict access to the affected SAP applications to trusted networks or users only, reducing the attack surface until a patch is applied.
  • Monitor SAP Security Patch Day updates (Resource 2) for official fixes and apply them as soon as they are released.
  • Educate users about the risks of clicking on suspicious links or interacting with untrusted content, as XSS often requires user interaction to exploit.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-44760. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart