Description
Joomla Component JoomRecipe 1.0.3 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the category parameter. Attackers can send GET requests to the all-recipes endpoint with malicious SQL payloads in the category path segment to extract sensitive database information.
Published: 2026-06-19
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Joomla Component JoomRecipe 1.0.3 contains a SQL injection vulnerability that allows attackers to inject arbitrary SQL statements through a specially crafted category parameter in GET requests to the all-recipes endpoint. Because the component accepts the category value directly in a database query without proper sanitisation, an unauthenticated attacker can read or modify any table in the Joomla database, potentially exposing user credentials, site content, or other sensitive data.

Affected Systems

The affected product is the Joomboost JoomRecipe component for Joomla CMS, version 1.0.3. The component is used on Joomla sites that manage cooking or recipe data. Any website that has installed this add-on as provided by Joomboost is vulnerable when the all‑recipes endpoint is enabled.

Risk and Exploitability

With a CVSS base score of 8.8 the flaw is considered high severity. The EPSS score is not available and the vulnerability is not listed in CISA KEV, indicating no known public exploits at this time. Nevertheless, the attack vector is remote and unauthenticated, relying only on the ability to send a crafted HTTP GET request. If successfully exploited the attacker could gain read or write access to the Joomla database, compromising the confidentiality, integrity, and availability of the site.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the JoomRecipe component to the latest released version that removes the vulnerability.
  • If an update is not available, uninstall or disable the component to eliminate the attack surface.
  • Configure the web server or application to reject or sanitize the category parameter, for example by blocking requests that contain SQL control characters or by enforcing parameterised queries.

Generated by OpenCVE AI on June 19, 2026 at 20:51 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 Joomboost
Joomboost joomrecipe
Vendors & Products Joomboost
Joomboost joomrecipe

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

Type Values Removed Values Added
Description Joomla Component JoomRecipe 1.0.3 contains an SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the category parameter. Attackers can send GET requests to the all-recipes endpoint with malicious SQL payloads in the category path segment to extract sensitive database information.
Title Joomla JoomRecipe 1.0.3 SQL Injection via category parameter
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

Joomboost Joomrecipe
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-22T19:43:13.378Z

Reserved: 2026-06-19T15:09:34.450Z

Link: CVE-2017-20278

cve-icon Vulnrichment

Updated: 2026-06-22T19:42:35.280Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-20T22:35:11Z

Weaknesses
  • CWE-89

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