Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-85517 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

A flaw has been found in code-projects Vehicle Management System 1.0. The impacted element is an unknown function of the file /vehicle_management.sql of the component SQL Database Backup File Handler. Executing a manipulation can lead to information disclosure. It is possible to launch the attack remotely. The exploit has been published and may be used.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-200Exposure of Sensitive Information to an Unauthorized Actor[email protected]
CWE-284Improper Access Control[email protected]

Affected Products

ProductVersions
Code-Projects Vehicle Management System
All versions

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Workaround:low effort

    Remove the vehicle_management.sql file from the public web directory after database initialization.

  • Workaround:low effort

    Move the vehicle_management.sql file to a location outside the web server document root, such as /var/backups/vehicle-management/.

  • Mitigation:low effort

    Configure the web server to deny access to .sql files. For Apache, use the following configuration: <FilesMatch "\.(sql|bak|backup|dump)$"> Require all denied </FilesMatch For Nginx, use: location ~* \\.sql|bak|backup|dump$ { deny all; return 403; }

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-85517
NVD Published Date:
Sep 4, 2026
NVD Last Modified:
Sep 8, 2026
Source:
[email protected]
CVE-2026-85517 Details - Not Deferred