VYPR
Unrated severityNVD Advisory· Published Jun 13, 2008· Updated Apr 23, 2026

CVE-2008-2701

CVE-2008-2701

Description

SQL injection in Joomla! GameQ component 4.0 and earlier allows remote attackers to extract credentials via the category_id parameter.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

SQL injection in Joomla! GameQ component 4.0 and earlier allows remote attackers to extract credentials via the category_id parameter.

Vulnerability

The GameQ component (com_gameq) for Joomla! versions 4.0 and earlier contains a SQL injection vulnerability in the category_id parameter when processing a page action in index.php. The parameter is not sanitized before being used in SQL queries, allowing an attacker to inject arbitrary SQL commands.

Exploitation

An unauthenticated remote attacker can exploit this vulnerability by sending a crafted HTTP request to the Joomla! instance. The request must include the option=com_gameq, task=page, and a malicious category_id parameter. The provided proof-of-concept demonstrates a UNION-based injection that extracts data from the jos_users table, such as usernames and password hashes [1].

Impact

Successful exploitation allows the attacker to execute arbitrary SQL commands, leading to information disclosure. The example in the reference shows retrieval of user credentials (username and password hash) from the Joomla! user table, which could be used for further compromise.

Mitigation

No official fix or patched version is documented in the available references. Users should disable the GameQ component if not required, or apply input validation and parameterized queries to mitigate the risk. The component may be obsolete or unsupported.

AI Insight generated on May 24, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2
  • Joomla/GameQ2 versions
    cpe:2.3:a:joomla:com_gameq:4.0:*:*:*:*:*:*:*+ 1 more
    • cpe:2.3:a:joomla:com_gameq:4.0:*:*:*:*:*:*:*
    • (no CPE)range: <=4.0

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

8

News mentions

0

No linked articles in our index yet.