CVE-2018-5984
Description
SQL Injection exists in the Tumder (An Arcade Games Platform) 2.1 component for Joomla! via the PATH_INFO to the category/ URI.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected products
1Patches
Vulnerability mechanics
Root cause
"Missing input validation and sanitization of the PATH_INFO parameter in the category/ route allows SQL injection."
Attack vector
An attacker sends an HTTP request to the Joomla! site with a malicious SQL payload embedded in the PATH_INFO segment of the URL, specifically under the `category/` route [ref_id=1]. The payload is URL-encoded and includes SQL comment markers, a UNION SELECT statement, and functions such as DATABASE(), VERSION(), and USER() to extract database information [ref_id=1]. No authentication is required; the attacker only needs network access to the web application.
Affected code
The vulnerability is in the Tumder (An Arcade Games Platform) 2.1 component for Joomla!. The advisory does not specify a particular file or function, but the attack vector is the PATH_INFO parameter passed to the `category/` URI route [ref_id=1].
What the fix does
No patch is provided in the bundle. The advisory does not include a vendor fix or remediation guidance. To close the vulnerability, the application should validate and sanitize all user-supplied input passed via PATH_INFO, preferably by using parameterized queries or prepared statements to prevent SQL injection.
Preconditions
- configThe Joomla! site must have the Tumder 2.1 component installed and the category/ route accessible.
- networkThe attacker must be able to send HTTP requests to the web application.
- authNo authentication is required.
Reproduction
Visit `http://localhost/[PATH]/category/[SQL]` where `[SQL]` is the URL-encoded payload: `%2d%33%20%20%2f%2a%21%30%31%31%31%31%55%4e%49%4f%4e%2a%2f%20%2f%2a%21%30%31%31%31%31%41%4c%4c%2a%2f%20%2f%2a%21%30%31%31%31%31%53%45%4c%45%43%54%2a%2f%20%30%78%33%31%2c%30%78%33%32%2c%43%4f%4e%43%41%54%28%44%61%74%61%62%61%73%65%28%29%2c%56%45%52%53%49%4f%4e%28%29%2c%30%78%37%65%2c%44%41%54%41%42%41%53%45%28%29%2c%30%78%37%65%2c%55%53%45%52%28%29%29%2d%2d%20%2d` [ref_id=1].
Generated on May 25, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
1- www.exploit-db.com/exploits/43866/mitreexploitx_refsource_EXPLOIT-DB
News mentions
0No linked articles in our index yet.