Description
The Restaurant Menu and Food Ordering plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'phone_number' parameter in all versions up to, and including, 2.4.14 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Published: 2026-09-25
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Stored Cross‑Site Scripting
Action: Apply Patch
AI Analysis

Impact

The vulnerable element is the "phone_number" field used when placing orders. Insufficient filtering allows an attacker to store malicious JavaScript. When a user later visits a page containing that order, the injected script runs with the browser's privileges, leading to cookie theft, session hijacking, or defacement. The weakness aligns with CWE‑79, a classic reflected or stored XSS scenario.

Affected Systems

The flaw exists in the WordPress plugin "Restaurant Menu and Food Ordering" by Jet Monsters, versions up to and including 2.4.14. Sites running any of these versions and using the plugin’s order or purchase forms are susceptible.

Risk and Exploitability

The vulnerability carries a CVSS score of 7.2, indicating high severity. Because it is unauthenticated and stored, any visitor to a compromised page may trigger exploitation. No EPSS value is provided, but the lack of observed exploitation coupled with the high CVSS suggests moderate to high likelihood for opportunistic use. The vulnerability is not listed in CISA’s KEV catalog, indicating no confirmed large‑scale exploitation reports at this time. Attackers would need to inject the payload via the public order interface; once stored, the script executes for all users who view the affected page.

Generated by OpenCVE AI on September 25, 2026 at 09:13 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Restaurant Menu and Food Ordering plugin to the latest version (≥ 2.4.15) where the "phone_number" input is properly sanitized and escaped.
  • If an upgrade is not immediately possible, configure the server to block the "phone_number" parameter from being written to the database by disabling the related order fields or using a plugin that strips script tags before storage.
  • Deploy a site‑wide Content Security Policy that restricts inline JavaScript and disallows eval‑like patterns to mitigate the impact of any remaining reflected or stored XSS content.

Generated by OpenCVE AI on September 25, 2026 at 09:13 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 25 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 25 Sep 2026 07:45:00 +0000

Type Values Removed Values Added
Description The Restaurant Menu and Food Ordering plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'phone_number' parameter in all versions up to, and including, 2.4.14 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Title Restaurant Menu and Food Ordering <= 2.4.14 - Unauthenticated Stored Cross-Site Scripting via 'phone_number' Parameter
Weaknesses CWE-79
References
Metrics cvssV3_1

{'score': 7.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-09-25T13:00:15.240Z

Reserved: 2026-09-23T13:23:46.609Z

Link: CVE-2026-96568

cve-icon Vulnrichment

Updated: 2026-09-25T12:55:54.742Z

cve-icon NVD

Status : Deferred

Published: 2026-09-25T08:16:42.567

Modified: 2026-09-25T14:17:25.457

Link: CVE-2026-96568

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-25T09:15:19Z

Weaknesses
  • CWE-79

    Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')