vendor:
Joomla
by:
Milad Karimi
9.0
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Joomla
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: YES
Related CWE: CVE-2020-XXXX
CPE: a:joomla:joomla:1.0
Other Scripts:
N/A
Platforms Tested: Windows 10, Firefox
2020
Joomla! Component com_newsfeeds 1.0 – ‘feedid’ SQL Injection
The vulnerability exists due to insufficient filtration of user-supplied input passed via the 'feedid' parameter to the '/index.php' script. A remote attacker can execute arbitrary SQL commands in application's database, cause denial of service, access or modify sensitive data, exploit various vulnerabilities in the underlying SQL server software, etc.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should sanitize all user-supplied input to prevent malicious SQL statements from being executed.