vendor:
Media Library Categories
by:
Miroslav Stampar
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Media Library Categories
Affected Version From: 1.0.0
Affected Version To: 1.0.6
Patch Exists: YES
Related CWE:
CPE: a:wordpress:media_library_categories:1.0.6
Platforms Tested: WordPress
2011
Media Library Categories <= 1.0.6 SQL Injection Vulnerability
The Media Library Categories plugin version 1.0.6 for WordPress is vulnerable to SQL injection. An attacker can exploit this vulnerability by injecting malicious SQL code through the 'termid' parameter in the 'sort.php' script. The vulnerability allows an attacker to retrieve sensitive information from the database or modify its contents.
Mitigation:
Update to the latest version of the plugin or remove it completely if not needed. Input validation and parameterized queries should be implemented to prevent SQL injection vulnerabilities.