CVE-2026-44759
Awaiting Analysis Awaiting Analysis - Queue

Stored XSS in SAP NetWeaver Enterprise Portal

Vulnerability report for CVE-2026-44759, 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

SAP NetWeaver Enterprise Portal allows an unauthenticated attacker to inject malicious scripts into a URL parameter. The scripts are reflected in the server response and executed in a user's browser when the crafted URL is visited, leading to theft of session information, manipulation of portal content, or user redirection, resulting in a low impact on the application's confidentiality and integrity, with no impact on 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_enterprise_portal *

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 reflected cross-site scripting (XSS) issue in SAP NetWeaver Enterprise Portal. An unauthenticated attacker can inject malicious scripts into a URL parameter. When a user visits the crafted URL, the script is reflected in the server's response and executed in the user's browser.

The vulnerability allows the attacker to steal session information, manipulate portal content, or redirect the user to malicious sites. It has a low impact on the application's confidentiality and integrity but does not affect availability.

Detection Guidance

This vulnerability is a reflected cross-site scripting (XSS) issue in SAP NetWeaver Enterprise Portal, where malicious scripts are injected via a URL parameter and executed in a user's browser. Detection involves identifying suspicious URL parameters that may contain scripts or unexpected input.

  • Check web server logs for unusual or malformed URLs containing script tags, JavaScript code, or encoded payloads (e.g., <script>, alert(), or %3Cscript%3E).
  • Use a web application scanner or vulnerability scanner (e.g., OWASP ZAP, Burp Suite, or Nessus) to probe the portal for XSS vulnerabilities by sending crafted requests and analyzing responses for script reflection.
  • Manually test the portal by appending common XSS payloads to URL parameters (e.g., ?param=<script>alert(1)</script>) and observing if the payload is reflected in the response without proper sanitization.
  • Monitor network traffic for unexpected script execution in responses from the SAP NetWeaver Enterprise Portal, particularly in pages that accept user-supplied input via URL parameters.
Impact Analysis
  • Theft of session cookies or credentials, leading to unauthorized access to your SAP NetWeaver Enterprise Portal account.
  • Manipulation of portal content, which could mislead users or trick them into performing unintended actions.
  • Redirection to phishing or malicious websites, increasing the risk of further attacks like malware infections or credential harvesting.

Since the attack requires user interaction (e.g., clicking a malicious link), the impact depends on user awareness and the sensitivity of the data accessed through the portal.

Compliance Impact

This vulnerability could affect compliance with several standards and regulations, depending on the data processed or stored in the SAP NetWeaver Enterprise Portal.

  • GDPR: If the portal handles personal data of EU citizens, the vulnerability could lead to unauthorized access or disclosure of personal information, violating GDPR's requirements for data protection and confidentiality.
  • HIPAA: If the portal processes protected health information (PHI), the vulnerability could result in unauthorized access to sensitive health data, violating HIPAA's security and privacy rules.
  • Other standards like ISO 27001 or NIST frameworks may also be impacted, as they require protection against unauthorized access and data breaches.

Organizations should assess the data exposed through the portal and determine if the vulnerability introduces non-compliance risks. Mitigation measures, such as applying patches, may be required to maintain compliance.

Mitigation Strategies

To mitigate this vulnerability, follow these immediate steps to reduce exposure and prevent exploitation.

  • Apply the official SAP security patch or note provided for this vulnerability. Refer to SAP Security Note 3746678 (Resource 1) for specific patching instructions.
  • If patching is not immediately possible, implement temporary workarounds such as input validation and output encoding to neutralize malicious scripts in URL parameters.
  • Restrict access to the SAP NetWeaver Enterprise Portal to trusted networks or users only, reducing the attack surface for unauthenticated attackers.
  • Enable and configure a web application firewall (WAF) to filter out malicious XSS payloads in incoming requests to the portal.
  • Educate users about the risks of clicking on suspicious links or URLs, as this vulnerability requires user interaction to exploit.
  • Monitor the portal for signs of exploitation, such as unusual script execution or unexpected redirects, and review logs for evidence of attacks.

Chat Assistant

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

EPSS Chart