vendor:
com_party
by:
DevilZ TM By D3v1l
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: com_party
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: Unknown
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
Unknown
Joomla Component com_party SQL Injection Vulnerability
An attacker can exploit this vulnerability by sending a malicious SQL query to the vulnerable parameter 'id' in the URL. For example, http://127.0.0.1/index.php?option=com_party&view=party&task=details&id=-1/**/UNION/**/SELECT/**/1/**/FROM/**/jos_users/*
Mitigation:
Developers should always sanitize user input and use parameterized queries to prevent SQL injection attacks.