Description
Joomla Component vRestaurant 1.9.4 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the keysearch parameter. Attackers can send POST requests to the menu-listing-layout endpoint with crafted SQL payloads in the keysearch parameter to extract database table names and sensitive information from the database.
Published: 2026-06-19
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An unauthenticated attacker can inject arbitrary SQL into the keysearch parameter of the vRestaurant 1.9.4 component’s menu-listing-layout endpoint, allowing execution of SELECT statements that can enumerate tables and retrieve sensitive data. The flaw is a classic SQL injection, described by CWE‑89, and does not provide remote code execution but enables an attacker to compromise the confidentiality of the database content.

Affected Systems

The Joomla component vRestaurant from Wdmtech, version 1.9.4, is vulnerable. Only installations of this exact version are affected; the component can be found in the Joomla Extension Directory under the vertical market package.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity and the EPSS score is not available, but the lack of a KEV listing does not lower the risk; the vulnerability can be exploited remotely via crafted HTTP POST requests with no authentication needed. Attackers with network visibility to the site can send the payload directly to the exposed endpoint, making exploitation straightforward for motivated actors.

Generated by OpenCVE AI on June 19, 2026 at 20:49 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the vRestaurant component to the latest version available from the Joomla Extension Directory, ensuring the SQL injection is fixed.
  • Restrict access to the menu-listing-layout endpoint using Joomla's ACL or a web‑application firewall, so only authorized users or trusted traffic can reach it.
  • Monitor web logs for abnormal POST requests to the keysearch parameter and investigate any suspected exploitation attempts.

Generated by OpenCVE AI on June 19, 2026 at 20:49 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 22 Jun 2026 20:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Sun, 21 Jun 2026 09:45:00 +0000

Type Values Removed Values Added
First Time appeared Wdmtech
Wdmtech vrestaurant
Vendors & Products Wdmtech
Wdmtech vrestaurant

Fri, 19 Jun 2026 18:15:00 +0000

Type Values Removed Values Added
Description Joomla Component vRestaurant 1.9.4 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the keysearch parameter. Attackers can send POST requests to the menu-listing-layout endpoint with crafted SQL payloads in the keysearch parameter to extract database table names and sensitive information from the database.
Title Joomla vRestaurant 1.9.4 SQL Injection via menu-listing-layout
Weaknesses CWE-89
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Wdmtech Vrestaurant
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-22T19:12:49.522Z

Reserved: 2026-06-19T14:29:32.101Z

Link: CVE-2019-25754

cve-icon Vulnrichment

Updated: 2026-06-22T19:12:35.855Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-20T22:34:55Z

Weaknesses
  • CWE-89

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