ID:2412 - Exploit for Path traversal and CSRF in wp_ajax_update_plugin() in WordPress - CVE-2016-6896

 
Main Vulnerability Database Exploits ID:2412 - Exploit for Path traversal and CSRF in wp_ajax_update_plugin() in WordPress - CVE-2016-6896

ID:2412 - Exploit for Path traversal and CSRF in wp_ajax_update_plugin() in WordPress - CVE-2016-6896

Published: April 7, 2020


Vulnerability identifier: #VU353
Vulnerability risk: Medium
CVE-ID: CVE-2016-6896
CWE-ID: CWE-22
Exploitation vector: Remote access
Vulnerable software:
WordPress

Link to public exploit:


Vulnerability description

The vulnerability allows a remote attacker to gain access to potentially sensitive data and cause denial of service.

The vulnerability exists due to insufficient sanitization of directory traversal sequences passed via the "plugin" HTTP GET parameter to wp_ajax_update_plugin() function in "/wp-admin/admin-ajax.php" script. A remote authenticated attacker can send a specially crafted HTTP GET request to vulnerable file and read contents of arbitrary file on the vulnerable system. Additionaly, it is possible to cause denial of service conditions by repeatedly reading /dev/random file and depleting the entropy pool.

This vulnerability can be exploited via CSRF attack, which will allow a remote unauthenticated attacker to cause denial of service of the target system.


Remediation

Update to version 4.6.