Files
CVEs-PoC/2019/CVE-2019-8943.md
T
2024-06-09 00:33:16 +00:00

2.0 KiB

CVE-2019-8943

Description

WordPress through 5.0.3 allows Path Traversal in wp_crop_image(). An attacker (who has privileges to crop an image) can write the output image to an arbitrary directory via a filename containing two image extensions and ../ sequences, such as a filename ending with the .jpg?/../../file.jpg substring.

POC

Reference

Github