CVE-2015-0899:
Improper Input Validation in Apache Struts
7.5
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/14/2022
Updated
1/27/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.apache.struts:struts-core | maven | >= 1.1, <= 1.3.10 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability CVE-2015-0899 explicitly references the MultiPageValidator implementation in Apache Struts 1.x. The core issue stems from improper validation of the 'page' parameter, which is used to control multi-page form validation. The validate method in MultiPageValidator is responsible for applying validation rules based on the current page context. By manipulating this parameter, attackers can bypass validation steps. The advisory confirms that even applications not explicitly using MultiPageValidator are vulnerable if they rely on Struts' default validation framework, reinforcing the function's central role in the vulnerability.