CVE-2016-1000031:
Improper Access Control in commons-fileupload
9.8
CVSS Score
3.0
Basic Information
CVE ID
GHSA ID
EPSS Score
0.9823%
CWE
Published
12/21/2018
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
commons-fileupload:commons-fileupload | maven | < 1.3.3 | 1.3.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The analysis focused on the DiskFileItem class and its readObject method, which is directly related to the deserialization vulnerability. The patch evidence shows that the method was modified to validate the repository path, indicating that the original code was vulnerable to manipulation.