CVE-2020-17530:
Remote code execution in Apache Struts
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.99966%
CWE
Published
2/9/2022
Updated
2/1/2023
KEV Status
Yes
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.struts:struts2-core | maven | >= 2.0.0, < 2.5.26 | 2.5.26 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability is related to forced OGNL evaluation in tag attributes. The TextParseUtil
class and the translateVariables
method are likely to be involved in this process()
. The patch for CVE-2020-17530
and CVE-2021-31805
indicates that changes were made to address this vulnerability.