CVE-2025-0487
Published: 15 January 2025
Summary
CVE-2025-0487 is a medium-severity Injection (CWE-74) vulnerability in Fanli2012 Native-Php-Cms. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 28.8th 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).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents SQL injection by enforcing validation of untrusted inputs like the 'id' argument in /fladmin/cat_edit.php.
Mandates timely identification, reporting, and correction of the specific SQL injection flaw documented in this CVE.
Requires vulnerability scanning to identify and remediate the SQL injection vulnerability in native-php-cms 1.0 before exploitation.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct remote SQL injection in a web CMS component enables exploitation of public-facing applications.
NVD Description
A vulnerability was found in Fanli2012 native-php-cms 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file /fladmin/cat_edit.php. The manipulation of the argument id leads to sql injection. The attack may be…
more
launched remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-0487 is a SQL injection vulnerability (CWE-74, CWE-89) in Fanli2012 native-php-cms version 1.0. The issue affects unknown functionality in the file /fladmin/cat_edit.php, where manipulation of the 'id' argument triggers the injection. Rated as critical with a 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 was published on 2025-01-15T21:15:15.160.
A remote attacker with low privileges can exploit this vulnerability without user interaction. Successful exploitation enables limited impacts on confidentiality, integrity, and availability through SQL injection.
Advisories on VulDB (ctiid.291932, id.291932, submit.475254) and the project's GitHub repository (Fanli2012/native-php-cms issues #9 and #9#issue-2769962332) detail the issue, with the exploit publicly disclosed.
Details
- CWE(s)