#VU16139 Path traversal in PHP - CVE-2014-9767

 

#VU16139 Path traversal in PHP - CVE-2014-9767

Published: November 28, 2018


Vulnerability identifier: #VU16139
Vulnerability risk: Low
CVSSv4.0: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2014-9767
CWE-ID: CWE-22
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vulnerable software:
PHP
Software vendor:
PHP Group

Description

The vulnerability allows a remote attacker to perform directory traversal attacks.

The vulnerability exists due to input validation error when processing directory traversal sequences in ZipArchive::extractTo function in ext/zip/php_zip.c and in and ext/zip/ext_zip.cpp in HHVM. A remote attacker can pass a specially crafted zip archive to the affected application and create arbitrary empty directories on the system.


Remediation

Install updates from vendor's website.

External links