vendor:
MyYoutube
by:
Zixem
7,5
CVSS
HIGH
SQL UPDATE injection
89
CWE
Product Name: MyYoutube
Affected Version From: 1.0
Affected Version To: 1.0
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: Linux
2012
MyYoutube MyBB plugin SQL UPDATE injection.
MyYoutube plugin suffers from POST SQL UPDATE injection. The vulnerabillity exist within youtube.php, where the function youtube_update($ytb) is vulnerable to SQL injection. An attacker can exploit this vulnerability by entering malicious code in the youtube ID field in the usercp.php?action=profile page. This will allow the attacker to gain admin privileges.
Mitigation:
Input validation should be used to prevent SQL injection attacks.