#VU353 Path traversal and CSRF in wp_ajax_update_plugin() in WordPress - CVE-2016-10148,CVE-2016-6897,CVE-2016-6896 

 

#VU353 Path traversal and CSRF in wp_ajax_update_plugin() in WordPress - CVE-2016-10148,CVE-2016-6897,CVE-2016-6896

Published: August 30, 2016 / Updated: April 7, 2020


Vulnerability identifier: #VU353
Vulnerability risk: Medium
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:A/U:Green
CVE-ID: CVE-2016-10148,CVE-2016-6897,CVE-2016-6896
CWE-ID: CWE-22
Exploitation vector: Remote access
Exploit availability: Public exploit is available
Vulnerable software:
WordPress
Software vendor:
WordPress.ORG

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.

External links