CVE-2026-76602
Received Received - Intake

Unauthenticated SQL Injection in Fabrik Joomla Extension

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

Publication date: 2026-08-22

Last updated on: 2026-08-22

Assigner: Joomla! Project

Description

Joomla Extension - fabrikar.com - Unauthenticated SQL injection in ORDER BY in Fabrik < 4.7.3 - The order parameter in list models is used in queries without validation, allowing read SQLi vectors.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-22
Last Modified
2026-08-22
Generated
2026-08-22
AI Q&A
2026-08-22
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
fabrik joomla_extension to 4.7.3 (exc)

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

This is an unauthenticated SQL injection vulnerability in the Joomla extension Fabrik. The order parameter in list models is used directly in SQL queries without validation, allowing attackers to inject malicious SQL code. This affects Fabrik versions before 4.7.3.

Detection Guidance

Check Joomla installations for Fabrik extension versions below 4.7.3. Inspect web server logs for suspicious ORDER BY clauses in SQL queries. Use tools like SQLmap to test for SQL injection vulnerabilities in the order parameter of Fabrik list models.

Impact Analysis

An attacker could exploit this to read sensitive data from the database, modify or delete data, or execute administrative operations. Since it requires no authentication, any user with access to the vulnerable site could potentially exploit it.

Compliance Impact

This vulnerability could lead to unauthorized access to personal or sensitive data, violating GDPR and HIPAA requirements for data protection and access controls. Organizations may face legal penalties and reputational damage if exploited.

Mitigation Strategies

Update Fabrik extension to version 4.7.3 or later immediately. Disable or restrict access to Fabrik components if not in use. Monitor database queries for unusual activity and implement WAF rules to block SQL injection attempts.

Chat Assistant

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

EPSS Chart