Description
The Joomla extension JoomCCK exposes a front-end controller task, that builds two SQL statements by directly concatenating a user-supplied request parameter into the query string without escaping or parameterisation.
Published: 2026-06-28
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Joomla extension JoomCCK contains a front‑end controller task that concatenates a user‑supplied request parameter directly into two SQL statements without escaping or parameterisation. This design flaw enables attackers to inject arbitrary SQL code when they send a crafted request to the vulnerable controller. The injection can be performed without authentication, potentially allowing attackers to read, alter, or delete data stored in the Joomla database.

Affected Systems

Systems running the joomcoder.com JoomCCK extension for Joomla are affected; specific version information is not available in the CVE payload.

Risk and Exploitability

The exploit is straightforward because it requires no credentials; an unauthenticated web request to the exposed controller task will trigger the vulnerability. The EPSS score is < 1% and the CVSS score is 8.7, indicating high severity. The vulnerability is not listed in the CISA KEV catalog, but the potential impact of arbitrary database manipulation suggests a high degree of risk. Attackers could leverage this flaw to gain unauthorized access to sensitive information or compromise the integrity of the Joomla site.

Generated by OpenCVE AI on June 29, 2026 at 16:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the JoomCCK extension to the latest available version to eliminate the vulnerability.
  • Restrict or block unauthenticated access to the vulnerable controller task using web‑server configuration (e.g., .htaccess rules) if an upgrade is not immediately possible.
  • Where upgrading is delayed, enforce strict input validation or rewrite the controller to use parameterised queries to prevent SQL injection.

Generated by OpenCVE AI on June 29, 2026 at 16:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Mon, 29 Jun 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Joomcoder.com
Joomcoder.com joomcck Extension For Joomla
Vendors & Products Joomcoder.com
Joomcoder.com joomcck Extension For Joomla

Mon, 29 Jun 2026 15:00:00 +0000

Type Values Removed Values Added
Metrics cvssV4_0

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


Mon, 29 Jun 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

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


Sun, 28 Jun 2026 19:00:00 +0000

Type Values Removed Values Added
Description The Joomla extension JoomCCK exposes a front-end controller task, that builds two SQL statements by directly concatenating a user-supplied request parameter into the query string without escaping or parameterisation.
Title Joomla Extension - joomcoder.com - Unauthenticated SQL Injection in JoomCCK extension for Joomla < 6.4.1
Weaknesses CWE-89
References

Subscriptions

Joomcoder.com Joomcck Extension For Joomla
cve-icon MITRE

Status: PUBLISHED

Assigner: Joomla

Published:

Updated: 2026-06-29T14:33:03.738Z

Reserved: 2026-05-27T09:16:31.896Z

Link: CVE-2026-49048

cve-icon Vulnrichment

Updated: 2026-06-29T13:00:58.612Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-29T20:05:45Z

Weaknesses
  • CWE-89

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