Skip to main content

PHP EUVD-2025-21229

| CVE-2025-7483 MEDIUM
Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection') (CWE-74)
2025-07-12 cna@vuldb.com
5.5
CVSS 4.0 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X

Primary rating from NVD · only source for this CVE.

CVSS VectorNVD

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

6
Severity Changed
Apr 29, 2026 - 01:11 NVD
HIGH MEDIUM
CVSS changed
Apr 29, 2026 - 01:11 NVD
7.3 (HIGH) 5.5 (MEDIUM)
EUVD ID Assigned
Mar 16, 2026 - 08:56 euvd
EUVD-2025-21229
Analysis Generated
Mar 16, 2026 - 08:56 vuln.today
PoC Detected
Jul 15, 2025 - 18:07 vuln.today
Public exploit code
CVE Published
Jul 12, 2025 - 18:15 nvd
HIGH 7.3

DescriptionCVE.org

A vulnerability was found in PHPGurukul Vehicle Parking Management System 1.13. It has been rated as critical. This issue affects some unknown processing of the file /users/forgot-password.php. The manipulation of the argument email leads to sql injection. The attack may be initiated remotely. The exploit has been disclosed to the public and may be used.

AnalysisAI

CVE-2025-7483 is a critical SQL injection vulnerability in PHPGurukul Vehicle Parking Management System version 1.13, specifically in the /users/forgot-password.php endpoint's email parameter. An unauthenticated remote attacker can exploit this to execute arbitrary SQL queries, potentially leading to unauthorized data access, modification, or deletion. The vulnerability has been publicly disclosed with proof-of-concept code available, making active exploitation a significant concern.

Technical ContextAI

This vulnerability stems from improper input validation and parameterization in PHP application code handling user-supplied email input in the forgot-password functionality. The root cause is CWE-74 (Improper Neutralization of Special Elements in Output - 'Injection'), which manifests as SQL injection (CWE-89). The affected component is PHPGurukul Vehicle Parking Management System 1.13, a PHP-based web application. The vulnerability exists because the email parameter is likely concatenated directly into SQL queries without proper prepared statements or parameterized queries. This allows attackers to inject malicious SQL syntax that modifies query logic, enabling authentication bypass, data exfiltration, or database manipulation.

RemediationAI

Immediate actions: (1) Upgrade PHPGurukul Vehicle Parking Management System to a patched version beyond 1.13 if available from the vendor; (2) If no patch is available, implement input validation and prepared statements using parameterized queries for the email parameter in /users/forgot-password.php—specifically, use mysqli_prepare() or PDO with prepared statements to separate SQL structure from user input; (3) Apply Web Application Firewall (WAF) rules to detect and block SQL injection patterns in the email parameter; (4) Disable the /users/forgot-password.php endpoint if not actively used; (5) Implement database account least-privilege principles to limit SQL injection impact; (6) Monitor database logs for suspicious query patterns. Vendor advisory and patched versions should be obtained directly from PHPGurukul's official website or repository. Users should check for security updates addressing CVE-2025-7483.

Share

EUVD-2025-21229 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy