CVE-2024-53364: A SQL injection vulnerability was found in PHPGURUKUL Vehicle Parking Management System v1.13 in /users/vie...
A SQL injection vulnerability was found in PHPGURUKUL Vehicle Parking Management System v1.13 in /users/view-detail.php. This vulnerability affects the viewid parameter, where improper input sanitization allows attackers to inject malicious SQL queries.
Security readout for executives and security teams
Plain-English summary
CVE-2024-53364 is a medium-severity SQL injection issue in PHPGURUKUL Vehicle Parking Management System v1.13. An authenticated user could tamper with the viewid value in the user detail page and affect database confidentiality or integrity.
Executive priority
Treat as a near-term remediation item, especially if the system contains customer, visitor, or parking records. It is not currently evidenced as actively exploited, but SQL injection can expose or alter business data.
Technical view
The reported flaw is CWE-89 in /users/view-detail.php, affecting the viewid parameter. CVSS 3.1 is 5.4 with network access, low attack complexity, low privileges required, no user interaction, low confidentiality impact, low integrity impact, and no availability impact.
Likely exposure
Exposure is likely limited to organizations running PHPGURUKUL Vehicle Parking Management System v1.13 with the affected user detail route reachable by logged-in users.
Exploitation context
The CVE bundle does not show CISA KEV listing or cited evidence of active exploitation. The public reference is a GitHub advisory-style repository; evidence is enough to investigate but not enough to claim exploitation in the wild.
Researcher notes
Affected metadata in the bundle lists vendor and product as n/a, while the title and description identify PHPGURUKUL Vehicle Parking Management System v1.13. Validate against the referenced record before broad fleet assumptions.
Mitigation direction
Check PHPGURUKUL guidance for a patched release or official workaround.
Restrict access to the authenticated user area until remediation is confirmed.
Use parameterized queries and server-side validation for viewid handling.
Limit database permissions used by the application account.
Monitor application and database logs for abnormal user detail requests.
Validation and detection
Inventory deployments of PHPGURUKUL Vehicle Parking Management System v1.13.
Confirm whether /users/view-detail.php exists and accepts viewid.
Review source code for parameterized handling of viewid.
Perform only non-destructive authenticated testing in a controlled environment.
Check logs for suspicious errors or unusual query behavior.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.