vendor:
Joomla Component yvcomment
by:
His0k4
7.5
CVSS
HIGH
Blind SQL Injection
89
CWE
Product Name: Joomla Component yvcomment
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 Component yvcomment Blind SQL Injection Exploit
This exploit is used to extract the MD5 hash of a user's password from a Joomla Component yvcomment. It uses a UNION SELECT statement to extract the password from the jos_users table. The exploit takes the host, path, userid, article id, and a character as parameters and checks if the substring of the password matches the character. If it does, it prints the character to the screen.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a SQL query.