CVE-2026-49048
Received Received - Intake

SQL Injection in JoomCCK Extension

Vulnerability report for CVE-2026-49048, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-28

Last updated on: 2026-06-28

Assigner: Joomla! Project

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-28
Last Modified
2026-06-28
Generated
2026-06-29
AI Q&A
2026-06-28
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
joomcoder joomcck *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

The vulnerability exists in the Joomla extension JoomCCK, where a front-end controller task constructs two SQL statements by directly concatenating a user-supplied request parameter into the query string without any escaping or parameterisation.

This means that the input from the user is inserted directly into the SQL query, which can allow an attacker to manipulate the query and potentially execute arbitrary SQL commands.

Impact Analysis

Because the vulnerability involves direct concatenation of user input into SQL queries without proper sanitization, it can lead to SQL injection attacks.

  • An attacker could execute arbitrary SQL commands on the database.
  • This could result in unauthorized data access, data modification, or deletion.
  • It may also allow attackers to bypass authentication or escalate privileges.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-49048. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart