Description
A vulnerability was found in AdithyaYelloju Restaurant Management System up to 7f0e7e84255e8fcfd488e83f8f91451bbbff6b9c. This affects the function mysqli_query of the file admin/add_table.php. The manipulation of the argument table/members/price results in sql injection. It is possible to launch the attack remotely. The exploit has been made public and could be used. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-09-20
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: Remote SQL injection
Action: Assess Impact
AI Analysis

Impact

A flaw in the admin/add_table.php script lets an attacker manipulate the table/members/price input to inject arbitrary SQL commands through the mysqli_query function. This classic injection can read, modify, or delete database rows, compromising confidentiality and integrity of the restaurant management data. The issue is a standard SQL injection weakness (CWE-74 and CWE-89).

Affected Systems

The vulnerability exists in the AdithyaYelloju Restaurant Management System, affecting the administrative add_table.php module. Because the project publishes continuous rolling releases, specific affected version numbers are not listed, and the last known vulnerable commit is identified as 7f0e7e84255e8fcfd488e83f8f91451bbbff6b9c.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity, but a known public exploit demonstrates that it can be launched remotely against any exposed instance. The EPSS score is currently unavailable, and the vulnerability is not listed in the CISA KEV catalog, so immediate exploitation risk depends largely on network exposure and whether server-side input sanitization remains lax. Attackers could exploit the weakness without authentication if the add_table.php endpoint is publicly reachable, leading to potential data leakage, tampering, or deletion.

Generated by OpenCVE AI on September 20, 2026 at 19:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Verify whether your deployment includes the vulnerable add_table.php module and whether it is reachable from untrusted clients
  • Temporarily sanitize or escape the table/members/price input in add_table.php, or replace the mysqli_query call with a prepared statement that uses bound parameters
  • Monitor the vendor’s repository for a patch or updated release; as soon as a fix is available, replace the vulnerable code or upgrade the application

Generated by OpenCVE AI on September 20, 2026 at 19:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 20 Sep 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Adithyayelloju
Adithyayelloju restaurant-management-system
Vendors & Products Adithyayelloju
Adithyayelloju restaurant-management-system

Sun, 20 Sep 2026 18:00:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in AdithyaYelloju Restaurant Management System up to 7f0e7e84255e8fcfd488e83f8f91451bbbff6b9c. This affects the function mysqli_query of the file admin/add_table.php. The manipulation of the argument table/members/price results in sql injection. It is possible to launch the attack remotely. The exploit has been made public and could be used. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. The project was informed of the problem early through an issue report but has not responded yet.
Title AdithyaYelloju Restaurant Management System add_table.php mysqli_query sql injection
First Time appeared Restaurant Management System
Restaurant Management System restaurant Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:restaurant_management_system:restaurant_management_system:*:*:*:*:*:*:*:*
Vendors & Products Restaurant Management System
Restaurant Management System restaurant Management System
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Adithyayelloju Restaurant-management-system
Restaurant Management System Restaurant Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-20T17:45:09.344Z

Reserved: 2026-09-19T21:19:49.193Z

Link: CVE-2026-94042

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-20T18:16:54.763

Modified: 2026-09-20T18:16:54.763

Link: CVE-2026-94042

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-20T19:30:04Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')