CVE-2011-2087:
Apache Struts Multiple XSS Vulnerabilities
4.3
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.79499%
CWE
Published
5/17/2022
Updated
1/19/2024
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-parent | maven | < 2.2.3 | 2.2.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis is based on the changes made in the GitHub commit to fix the XSS vulnerability. The generate() methods in the affected classes were identified as vulnerable due to the improper handling of the 'value' attribute. The changes to remove the 'false' parameter from addIfExists() calls indicate a fix to properly handle (likely escape) the attribute values, mitigating the XSS vulnerability.