vendor:
Admin Management Xtended
by:
Kacper Szurek
7,5
CVSS
HIGH
Privilege escalation
264
CWE
Product Name: Admin Management Xtended
Affected Version From: 2.4.0
Affected Version To: 2.4.0
Patch Exists: NO
Related CWE: N/A
CPE: a:wordpress:admin_management_xtended:2.4.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2015
Admin Management Xtended 2.4.0 Privilege escalation
Inside almost all wp_ajax function there is no privilege check. This allows a regular user to change any post title by submitting a form with the post_id and post_title parameters.
Mitigation:
Ensure that all wp_ajax functions are properly checked for privilege levels.