CVE-2015-6833: Path Traversal
Directory traversal vulnerability in the PharData class in PHP before 5.4.44, 5.5.x before 5.5.28, and 5.6.x before 5.6.12 allows remote attackers to write to arbitrary files via a .. (dot dot) in a ZIP archive entry that is mishandled during an extractTo call.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2015-6833?
CVE-2015-6833 has a medium severity rating due to its potential to allow unauthorized access to arbitrary files on the server.
How can I mitigate CVE-2015-6833?
To mitigate CVE-2015-6833, upgrade your PHP version to 5.4.44 or later, 5.5.28 or later, or 5.6.12 or later.
What systems are affected by CVE-2015-6833?
CVE-2015-6833 affects PHP versions prior to 5.4.44, all 5.5.x versions prior to 5.5.28, and all 5.6.x versions prior to 5.6.12.
What type of attack does CVE-2015-6833 facilitate?
CVE-2015-6833 facilitates directory traversal attacks, enabling attackers to write files outside of the intended directory.
Is CVE-2015-6833 present in PHP’s PharData class?
Yes, CVE-2015-6833 is specifically a directory traversal vulnerability found in PHP's PharData class.