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

ANALYZED


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

Description

A vulnerability was detected in code-projects Hotel and Tourism Reservation in PHP 1.0. Affected is an unknown function of the file /ht/hotel_db%20(1).sql of the component Database Backup Handler. The manipulation results in information disclosure. The attack may be launched remotely. The exploit is now public 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 Hotel and Tourism Reservation
All versions

CPE

  • No CPEs found in CPE dictionary for this product.

Remediation

  • Workaround:low effort

    Remove the SQL file "hotel_db (1).sql" from the web-accessible directory.

  • Workaround:low effort

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

  • Workaround:low effort

    Store database files outside of the web server document root to prevent direct access.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-86217
NVD Published Date:
Sep 6, 2026
NVD Last Modified:
Sep 11, 2026
Source:
[email protected]
CVE-2026-86217 Details - Not Deferred