CVE-2025-0405
Published: 13 January 2025
Summary
CVE-2025-0405 is a medium-severity Injection (CWE-74) vulnerability in Liujianview Gymxmjpa. Its CVSS base score is 5.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 24.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).
Deeper analysis
CVE-2025-0405 is a critical SQL injection vulnerability affecting liujianview gymxmjpa version 1.0. The flaw exists in the GoodsDaoImpl function within the file src/main/java/com/liujian/gymxmjpa/controller/GoodsController.java, where manipulation of the goodsName argument enables SQL injection.
The vulnerability is exploitable remotely over the network with low attack complexity, requiring low privileges (PR:L) and no user interaction. Attackers can achieve limited impacts on confidentiality, integrity, and availability, as reflected in its CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L). It maps to CWE-74 (improper neutralization of special elements) and CWE-89 (SQL injection).
Advisories provide details via GitHub issues in the liujianview/gymxmjpa repository and VulDB entries. The exploit has been publicly disclosed and may be used.
Published on 2025-01-13, this issue highlights risks in unpatched Java-based applications handling user inputs.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-1652
Vulnerability details
A vulnerability was found in liujianview gymxmjpa 1.0 and classified as critical. This issue affects the function GoodsDaoImpl of the file src/main/java/com/liujian/gymxmjpa/controller/GoodsController.java. The manipulation of the argument goodsName leads to sql injection. The attack may be initiated remotely. The exploit…
more
has been disclosed to the public and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection vulnerability in web application controller (GoodsController.java) enables exploitation of public-facing applications (T1190), abuse of server software components like databases (T1505 as per VulDB), and data collection from databases (T1213.006).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation of user inputs like the goodsName argument to neutralize SQL injection attempts in GoodsController.java.
Mandates identification, reporting, and timely remediation of the specific SQL injection flaw in the vulnerable Java application.
Implements vulnerability scanning to identify and prioritize SQL injection vulnerabilities like CVE-2025-0405 for remediation.