CVE-2024-33748: MS Basic Cross-site Scripting vulnerability
4.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.36592%
CWE
Published
5/7/2024
Updated
7/5/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:N/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
net.mingsoft:ms-basic | maven | <= 2.1.13.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper input sanitization in the search function's error handling. The GitHub analysis explicitly identifies XssHttpServletRequestWrapper.clean
as the source where unsanitized exception messages (containing user input) are returned to the client. This class is part of the request processing chain before reaching Servlet
, making it a logical location for input validation failures. The direct correlation between the error message reflection described and the XSS mechanism confirms this function's role in the vulnerability.