Description
A vulnerability was found in jairiidriss restaurant-website-php-mysql up to 521428b5b612449df0cf4a5d15ee40cba67f3d35. This vulnerability affects unknown code of the file /admin/ajax_files of the component AJAX Endpoint. Performing a manipulation results in missing authentication. The attack is possible to be carried out remotely. The exploit has been made public and could be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-07-04
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the AJAX endpoint /admin/ajax_files of the jairiidriss restaurant-website-php-mysql application allows an attacker to invoke the endpoint’s functionality without any authentication. The vulnerability is caused by missing access control, which can enable an attacker to perform operations normally restricted to authenticated users or administrators. This can lead to compromise of confidentiality, integrity, or availability of data processed by the endpoint. The weakness is identified by CWE-287 and CWE-306, indicating an authentication bypass and lack of required authentication check, respectively.

Affected Systems

Any deployment of jairiidriss restaurant-website-php-mysql that has not yet incorporated an update beyond commit 521428b5b612449df0cf4a5d15ee40cba67f3d is vulnerable. The, so affected versions cannot be definitively enumerated beyond the stated commit. Administrators should verify whether the copy of the application in use contains this commit or later code. The vendor has been notified of the issue but has not yet released a patch.

Risk and Exploitability

The CVSS score of 6.9 reflects moderate severity, while the EPSS score of less than 1 % indicates a low probability of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. The attack vector is inferred to be remote, as the description states that the exploit can be carried out remotely and that an attacker has publicly disclosed it. A potential attacker could send crafted HTTP requests to /admin/ajax_files from anywhere on the internet to bypass authentication and manipulate data processed by the endpoint.

Generated by OpenCVE AI on July 21, 2026 at 08:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Ensure that /admin/ajax_files requires proper authentication and authorization checks before executing any action, addressing CWE‑287 and CWE‑306 weaknesses.
  • Enforce access control by validating user sessions and roles before processing any request to /admin/ajax_files.
  • Implement network‑level restrictions or rate limiting to mitigate potential abuse of the open endpoint.

Generated by OpenCVE AI on July 21, 2026 at 08:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sat, 04 Jul 2026 09:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was found in jairiidriss restaurant-website-php-mysql up to 521428b5b612449df0cf4a5d15ee40cba67f3d35. This vulnerability affects unknown code of the file /admin/ajax_files of the component AJAX Endpoint. Performing a manipulation results in missing authentication. The attack is possible to be carried out remotely. The exploit has been made public and could be used. This product adopts a rolling release strategy to maintain continuous delivery. Therefore, version details for affected or updated releases cannot be specified. The project was informed of the problem early through an issue report but has not responded yet.
Title jairiidriss restaurant-website-php-mysql AJAX Endpoint ajax_files missing authentication
First Time appeared Jairiidriss
Jairiidriss restaurant-website-php-mysql
Weaknesses CWE-287
CWE-306
CPEs cpe:2.3:a:jairiidriss:restaurant-website-php-mysql:*:*:*:*:*:*:*:*
Vendors & Products Jairiidriss
Jairiidriss restaurant-website-php-mysql
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Jairiidriss Restaurant-website-php-mysql
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T16:22:53.722Z

Reserved: 2026-07-03T16:55:27.784Z

Link: CVE-2026-14622

cve-icon Vulnrichment

Updated: 2026-07-06T16:22:49.540Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-21T09:00:03Z

Weaknesses
  • CWE-287

    Improper Authentication

  • CWE-306

    Missing Authentication for Critical Function