CVE-2025-0534
Published: 17 January 2025
Summary
CVE-2025-0534 is a high-severity Injection (CWE-74) vulnerability in 1000Projects Campaign Management System Platform For Women. Its CVSS base score is 7.3 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 32.5th 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 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
Directly prevents SQL injection by validating and sanitizing the Username input in /Code/loginnew.php to block malicious SQL payloads.
Remediates the SQL injection flaw in the login functionality by identifying, patching, and testing fixes for the vulnerable code.
Boundary protection via web application firewalls monitors and blocks remote SQL injection attempts targeting the Username parameter.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in unauthenticated public-facing web app (/Code/loginnew.php) enables exploitation of public-facing applications (T1190), data collection from databases via arbitrary queries (T1213.006), and abuse of server software components (T1505, as noted in advisory).
NVD Description
A vulnerability was found in 1000 Projects Campaign Management System Platform for Women 1.0. It has been rated as critical. Affected by this issue is some unknown functionality of the file /Code/loginnew.php. The manipulation of the argument Username leads to…
more
sql injection. The attack may be launched remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-0534 is a critical SQL injection vulnerability affecting the 1000 Projects Campaign Management System Platform for Women version 1.0. The issue resides in unknown functionality of the file /Code/loginnew.php, where manipulation of the Username argument enables SQL injection. It carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and maps to CWEs-74 and CWE-89. The vulnerability was published on 2025-01-17T19:15:28.777.
The vulnerability can be exploited remotely by unauthenticated attackers with low complexity and no user interaction required. By injecting malicious SQL payloads into the Username parameter, attackers can potentially compromise confidentiality, integrity, and availability to a low degree, such as extracting limited sensitive data, altering database entries, or causing minor service disruptions.
Advisories indicate that the exploit has been disclosed to the public and may be used. Key references include the project site at https://1000projects.org/, a GitHub issue at https://github.com/onupset/CVE/issues/3, and VulDB entries at https://vuldb.com/?ctiid.292418, https://vuldb.com/?id.292418, and https://vuldb.com/?submit.479128.
Details
- CWE(s)