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-86302 Details

ANALYZED


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

Description

A vulnerability was found in code-projects Hospital Information System 1.0. Affected by this vulnerability is an unknown functionality of the file /HIS/his.sql of the component SQL Database Backup File Handler. Performing a manipulation results in information disclosure. Remote exploitation of the attack is possible. The exploit has been made public and could 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 Hospital Information System
1.0

CPE

  • cpe:2.3:a:code-projects:hospital_information_system:*:*:*:*:*:*:*:*

Remediation

  • Workaround:moderate effort

    Remove the SQL database file 'his.sql' from the web-accessible directory and store it in a location that is not accessible to the web server.

  • Mitigation:low effort

    Configure the web server to deny access to sensitive file types such as '.sql', '.bak', and '.backup'. For Apache, use the following rule: <FilesMatch "\.(sql|bak|backup)$"> Require all denied </FilesMatch> For Nginx, use: location ~* \\.sql|bak|backup$ { deny all; }

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-86302
NVD Published Date:
Sep 7, 2026
NVD Last Modified:
Sep 9, 2026
Source:
[email protected]
CVE-2026-86302 Details - Not Deferred