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

ANALYZED


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

Description

A weakness has been identified in code-projects Online Food Ordering System 1.0. This affects an unknown part of the file /dbfood/localhost.sql. This manipulation causes files or directories accessible. The attack can be initiated remotely. The exploit has been made available to the public and could be used for attacks. It is advisable to modify the configuration settings.

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-425Direct Request ('Forced Browsing')[email protected]
CWE-552Files or Directories Accessible to External Parties[email protected]

Affected Products

ProductVersions
code-projects Online Food Ordering System
1.0

CPE

  • cpe:2.3:a:online_food_ordering_system_project:online_food_ordering_system:*:*:*:*:*:*:*:*

Remediation

  • Workaround:low effort

    Remove the database backup file (localhost.sql) from the web root directory and store it in a secure location, such as /var/backups.

  • Mitigation:low effort

    Restrict access to .sql files by configuring the web server: - For Apache: <Files "*.sql"> Require all denied </Files> - For Nginx: location ~* .sql$ { deny all; }

Change History

3 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-4900
NVD Published Date:
Mar 26, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-4900 Details - Not Deferred