vendor:
JNews
by:
Omer Ramić
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: JNews
Affected Version From: 8.5.1
Affected Version To: 8.5.1
Patch Exists: YES
Related CWE: N/A
CPE: a:joobi:jnews
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux/Windows/PHP 5.5.28/Apache 2.4.16
2015
Joomla component com_jnews – SQL injection
Reach, engage and delight more customers with newsletters, auto-responders or campaign management. An attacker can exploit a SQL injection vulnerability in the Joomla component com_jnews. The vulnerable parameter is sub_list_id[1] which needs to be encoded when exploited as: sub_list_id%5B1%5D. The vector for exploitation is sub_list_id%5B1%5D=1[SQLi]. A proof of concept for exploitation is boolean-based blind, where the attacker can inject a payload such as RLIKE (SELECT (CASE WHEN (7097=7097) THEN 1 ELSE 0x28 END))&acc_level[1]=29&passwordA=0oYmqypNqP6eU&fromFrontend=1&act=subscribe&subscriber_id=0&user_id=0&option=com_jnews&task=save&boxchecked=0&Itemid=188&d65abd4ca0e24f5d3e5af6b5c390ae17=1.
Mitigation:
Developers should use parameterized queries to prevent SQL injection attacks. Input validation should also be used to detect malicious input.