CVE-2013-6348: Apache Struts is vulnerable to Cross-site Scripting
4.3
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.90864%
CWE
Published
5/17/2022
Updated
8/15/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-core | maven | < 2.3.16 | 2.3.16 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability documentation explicitly identifies actionNames.action
and showConfig.action
in the config-browser
plugin as entry points. These actions correspond to execute()
methods in Struts Action classes. The JIRA ticket WW-4213 confirms the fix involved sanitizing input parameters in the Config Browser
plugin, and the CVE describes improper neutralization of the 'namespace' parameter. The functions handling these actions would be responsible for processing the vulnerable parameter and rendering it unsafely in responses.