CVE-2007-6726: Apache Struts Dojo Plugin XSS Vulnerability
4.3
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.80221%
CWE
Published
5/1/2022
Updated
9/22/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
AV:N/AC:M/Au:N/C:N/I:P/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.struts:struts2-dojo-plugin | maven | >= 0.4.1, <= 0.4.2 | 0.4.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The advisory explicitly identifies xip_client.html and xip_server.html in the Dojo library's src/io/ directory as the attack vectors. While the exact function names are unspecified, these files are directly tied to cross-domain communication (XIP) and input handling. XSS vulnerabilities in this context typically stem from unescaped user input being rendered in the DOM. Given the files' roles in IO operations and the lack of patched sanitization in versions 0.4.1-0.4.2, the handlers within these files are confidently flagged as vulnerable.