How to Find Local File Inclusion (LFI) Vulnerabilities in WordPress Plugins and Themes
Local File Inclusion LFI occurs when user-controlled input is used to build a path to a file that is then included by the application. In WordPress and PHP web applications in general, this means values from $GET, $POST, $REQUEST, or other user-controlled sources end up in the include, require,...