CVE-2025-29641
Published: 21 March 2025
Description
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
Security Summary
CVE-2025-29641, published on 2025-03-21, is a SQL injection vulnerability (CWE-89) in Phpgurukul Vehicle Record Management System version 1.0. The flaw resides in the /index.php endpoint via the 'searchinputdata' parameter, allowing malicious SQL payloads to be injected into database queries.
The vulnerability has 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), indicating high severity. An unauthenticated remote attacker with network access can exploit it with low attack complexity and no user interaction. Exploitation enables limited impacts: partial disclosure of confidential information, limited data modification, and limited denial-of-service effects.
Mitigation details are available in the referenced advisory at https://github.com/Pei4AN/CVE/issues/5.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection in public-facing web app (/index.php) directly enables remote unauthenticated exploitation of the application.