vendor:
WordPress Download Manager
by:
Princy Edward
8.8
CVSS
HIGH
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: WordPress Download Manager
Affected Version From: 2.5
Affected Version To: 2.5
Patch Exists: YES
Related CWE: N/A
CPE: a:wpdownloadmanager:wordpress_download_manager
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Apache/2.2.24 (CentOS)
2019
CSRF vulnerabilities in WordPress Download Manager Plugin 2.5
There is no CSRF nonce check performed in 'POST /wp-admin/admin-ajax.php?action=wpdm_save_email_setting' and 'POST /wp-admin/edit.php?post_type=wpdmpro&page=templates&_type=email&task=EditEmailTemplate&id=default' requests, allowing an attacker to modify the email template settings and inject malicious content.
Mitigation:
Implementing CSRF nonce checks in the requests.