CVE-2025-0489
Published: 15 January 2025
Description
A vulnerability classified as critical was found in Fanli2012 native-php-cms 1.0. This vulnerability affects unknown code of the file /fladmin/friendlink_dodel.php. The manipulation of the argument id leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed to the public and may be used.
Security Summary
CVE-2025-0489 is a critical SQL injection vulnerability (classified under CWE-74 and CWE-89) in Fanli2012 native-php-cms version 1.0. The issue resides in unknown code within the file /fladmin/friendlink_dodel.php, where manipulation of the "id" argument triggers the injection. It carries 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) and was published on 2025-01-15.
The vulnerability is remotely exploitable by an attacker possessing low privileges, such as a authenticated user with access to the affected admin functionality. Successful exploitation via the "id" parameter enables SQL injection, potentially allowing limited impacts on confidentiality (C:L), integrity (I:L), and availability (A:L) of the underlying database.
Advisories provide further details through the project's GitHub repository at https://github.com/Fanli2012/native-php-cms/issues/11 (including issue comment https://github.com/Fanli2012/native-php-cms/issues/11#issue-2769999157) and VulDB entries such as https://vuldb.com/?ctiid.291934, https://vuldb.com/?id.291934, and https://vuldb.com/?submit.475256. Security practitioners should review these sources for any patch availability or mitigation recommendations.
The exploit has been publicly disclosed and may be used by attackers, increasing the urgency for affected systems running native-php-cms 1.0.
Details
- CWE(s)