Files
CVEs-PoC/2018/CVE-2018-8711.md
T
2025-09-29 21:09:30 +02:00

957 B

CVE-2018-8711

Description

A local file inclusion issue was discovered in the WooCommerce Products Filter (aka WOOF) plugin before 2.2.0 for WordPress, as demonstrated by the shortcode parameter in a woof_redraw_woof action. The vulnerability is due to the lack of args/input validation on render_html before allowing it to be called by extract(), a PHP built-in function. Because of this, the supplied args/input can be used to overwrite the $pagepath variable, which then could lead to a local file inclusion attack.

POC

Reference

No PoCs from references.

Github