vendor:
Profile Albums
by:
Zixem
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Profile Albums
Affected Version From: 0.9
Affected Version To: 0.9
Patch Exists: YES
Related CWE: N/A
CPE: mybb:profilealbums
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2012
Profile Albums MyBB plugin SQL Injection 0day
The vulnerabillity exist within albums.php, where the user input is not properly sanitized before being used in a SQL query. An attacker can exploit this vulnerability by sending a crafted HTTP request with a malicious SQL statement to the vulnerable script. This can be used to bypass authentication, access, modify and delete data in the back-end database.
Mitigation:
Input validation should be used to ensure that untrusted data is not used to construct SQL queries that are executed against the database.