CVE-2025-2831
Published: 27 March 2025
Summary
CVE-2025-2831 is a medium-severity Injection (CWE-74) vulnerability in Mingyuefusu Library Management System. 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 28.9th 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-2831 is a critical SQL injection vulnerability in the mingyuefusu 明月复苏 tushuguanlixitong 图书管理系统, affecting versions up to commit d4836fusu d4836f6b49cd0ac79a4021b15ce99ff7229d4694. The flaw impacts the getBookList function in the /admin/bookList?page=1&limit=10 endpoint, where manipulation of the 'condition' argument triggers the injection.
The vulnerability enables remote exploitation by low-privileged users (PR:L), with low attack complexity (AC:L) and no need for user interaction (UI:N). Attackers can achieve limited impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), 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 CWEs 74 (Improper Neutralization of Special Elements) and 89 (SQL Injection).
Advisories on VulDB (vuldb.com/?ctiid.301468, vuldb.com/?id.301468, vuldb.com/?submit.521458) and Gitee issues for the repository (gitee.com/mingyuefusu/tushuguanlixitong/issues/IBTSJL) provide further details on the issue.
The exploit has been publicly disclosed and may be used in attacks.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-8266
Vulnerability details
A vulnerability has been found in mingyuefusu 明月复苏 tushuguanlixitong 图书管理系统 up to d4836f6b49cd0ac79a4021b15ce99ff7229d4694 and classified as critical. This vulnerability affects the function getBookList of the file /admin/bookList?page=1&limit=10. The manipulation of the argument condition leads to sql injection. The attack can…
more
be initiated remotely. The exploit has been disclosed to the public and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in web app endpoint (/admin/bookList) directly enables remote exploitation of public-facing application (T1190).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Requires validation of the 'condition' argument in the getBookList function to neutralize SQL injection attempts.
Directly remediates the SQL injection flaw in mingyuefusu tushuguanlixitong up to commit d4836f6b49cd0ac79a4021b15ce99ff7229d4694.
Vulnerability scanning detects SQL injection in the /admin/bookList endpoint as in CVE-2025-2831.