vendor:
Tech Article
by:
Anthony Ferrara
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Tech Article
Affected Version From: 1.0.1
Affected Version To: 1.0.1
Patch Exists: NO
Related CWE: N/A
CPE: a:joomla:tech_article
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2006
SQL Injection Vulnerability in Joomla Component
An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable application. The attacker can inject malicious SQL queries in the vulnerable parameter and execute arbitrary SQL commands in the back-end database. This can be used to bypass authentication, access, modify and delete data from the back-end database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. The application should use parameterized queries or stored procedures to prevent SQL injection attacks.