vendor:
Allow PHP in Posts and Pages plugin
by:
Miroslav Stampar
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Allow PHP in Posts and Pages plugin
Affected Version From: <= 2.0.0.RC1
Affected Version To:
Patch Exists: YES
Related CWE:
CPE:
Platforms Tested: WordPress
2011
WordPress Allow PHP in Posts and Pages plugin <= 2.0.0.RC1 SQL Injection Vulnerability
The vulnerability allows an attacker to perform SQL injection by manipulating the 'function' parameter in a POST request to the 'alter.php' file. By injecting malicious SQL code, an attacker can modify or delete data in the database.
Mitigation:
Update to the latest version of the plugin or disable it if not needed. Sanitize user input before using it in SQL queries.