CVE-2026-73192: Apache Sling XSS: XSS possible through XSSAPI.getValidHref()
Low-severity reflected XSS vulnerability disclosed in Apache Sling XSS library's getValidHref() method, patched in v2.4.12.
A low-severity reflected cross-site scripting (XSS) vulnerability, CVE-2026-73192, has been disclosed in the Apache Sling XSS library. The flaw exists in the XSSAPI.getValidHref() method, potentially allowing script injection. Users are advised to upgrade to version 2.4.12 to mitigate the risk.
- Low-severity reflected XSS in Apache Sling XSS library.
- Vulnerability in XSSAPI.getValidHref() allows script injection.
- Patched in version 2.4.12.
Vulnerabilities mentionedAll →
- CVE-2026-731926.1—Reflected XSS in Apache Sling XSS library getValidHref() (<=2.4.10)published · Apache Software Foundation Apache Sling XSS (XSS support library, org.apache.sling.xss)
| CVE | Vulnerability | CVSS | EPSS | Flags | Affected | Exposure | Published |
|---|---|---|---|---|---|---|---|
| CVE-2026-73192 | Reflected XSS in Apache Sling XSS library getValidHref() (<=2.4.10) Apache Sling XSS versions 2.4.10 and prior fail to correctly neutralize attacker-controlled input passed through the XSSAPI.getValidHref() method, so href values sanitized by the library can still carry injected script. Exploitation requires a victim to follow an attacker-crafted link whose value is reflected into any application feature that relies on getValidHref() for sanitization (the CVSS vector confirms user interaction is required). A successful attack lets the attacker execute script in the victim's browser within the vulnerable application's context, enabling session/credential theft, content manipulation, or phishing despite the app doing 'correct' sanitization. Any Java application embedding the Sling XSS support library is potentially affected — most notably platforms built on Apache Sling such as Adobe Experience Manager, where the flaw could surface in many features at once. There is no known public proof of concept and no evidence of exploitation in the wild; the issue is not on the CISA KEV list. |
Posted by Joerg Hoh on Sep 23 Severity: low Affected versions: - Apache Sling XSS before 2.4.12 Description: An improper neutralization of input during web page generation ('Cross-site Scripting') [CWE-79] vulnerability when using the XSSAPI.getValidHref() in Apache Sling XSS version 2.4.10 and prior may allow an attacker to perform a reflected cross-site scripting (XSS) attack in every feature using this method. In order to successfully attack an...
This source does not provide full text. Read it at seclists.org.