Description
Joomla! Component Ajax Quiz 1.8 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the cid parameter. Attackers can send GET requests to index.php with the option=com_ajaxquiz and view=ajaxquiz parameters to extract sensitive database information including table names and column structures.
Published: 2026-06-19
Score: 8.8 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The component exposes a raw SQL query executed via the cid parameter, allowing attackers to inject arbitrary SQL. An unauthenticated attacker can send crafted GET requests to index.php with option=com_ajaxquiz and view=ajaxquiz, bypassing authentication entirely. The result is full read access to the site's database, exposing table names, column structures and potentially personal data. This injection vulnerability falls under CWE-89 and poses a severe confidentiality risk.

Affected Systems

Webkul's Ajax Quiz component for Joomla, version 1.8, is affected. The vulnerability exists in the published release of the component and impacts any Joomla site that has installed Ajax Quiz 1.8 without the patch.

Risk and Exploitability

With a CVSS score of 8.8 the vulnerability is rated as high severity. The EPSS metric is unavailable, and it is not listed in the CISA KEV catalog, but its impact remains significant. Attackers need only craft a GET request to the vulnerable endpoint, with no authentication required, making the exploit straightforward and likely to be automated. The lack of a KEV listing does not reduce the risk to sites that host the component.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Ajax Quiz component to the latest release that contains the fix for the cid parameter validation.
  • If an immediate update is not possible, configure the web server or a WAF to reject GET requests containing SQL meta-characters (quotes, semicolons, comments) in the cid parameter to block injection attempts.
  • Modify the Joomla configuration so that the Ajax Quiz endpoint is accessible only to authenticated users or to a restricted user group, thereby reducing the attack surface.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description Joomla! Component Ajax Quiz 1.8 contains an SQL injection vulnerability that allows unauthenticated attackers to execute arbitrary SQL queries by injecting malicious code through the cid parameter. Attackers can send GET requests to index.php with the option=com_ajaxquiz and view=ajaxquiz parameters to extract sensitive database information including table names and column structures.
Title Joomla! Component Ajax Quiz 1.8 SQL Injection
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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-06-19T15:51:00.646Z

Reserved: 2026-06-19T15:03:29.783Z

Link: CVE-2017-20262

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-19T20:00:11Z

Weaknesses
  • CWE-89

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