CVE-2026-85516
Deferred Deferred - Pending Action

SQL Injection in Vehicle Management System 1.0

Vulnerability report for CVE-2026-85516, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: VulDB

Description

A vulnerability was detected in code-projects Vehicle Management System 1.0. The affected element is an unknown function of the file /busprofile.php. Performing a manipulation of the argument busid results in sql injection. It is possible to initiate the attack remotely. The exploit is now public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-04
AI Q&A
2026-09-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
code-projects vehicle_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the Vehicle Management System 1.0. It exists in the busprofile.php file where the busid parameter is improperly handled. Attackers can manipulate this parameter to inject malicious SQL code, potentially accessing or altering database records.

Detection Guidance

To detect this SQL injection vulnerability, test the busid parameter in the /busprofile.php endpoint. Use tools like curl or Burp Suite to send requests with manipulated inputs such as busid=25' or busid=1 OR 1=1. Monitor the application's response for errors or unexpected behavior indicating SQL injection.

Impact Analysis

If exploited, this vulnerability could allow unauthorized access to sensitive data such as vehicle records, user accounts, or administrative information. Attackers might also modify or delete database entries if the database permissions are insufficiently restricted.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing personal or sensitive data. GDPR requires protection of personal data, while HIPAA mandates safeguards for health-related information. A breach could result in legal penalties and reputational damage.

Mitigation Strategies

Immediately implement prepared statements with parameter binding for the busid parameter. Validate the input to ensure it is an integer. Restrict database user permissions to limit potential damage. Disable detailed error messages in production to avoid exposing sensitive information.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-85516. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart