CVE-2024-5577 – Where I Was, Where I Will Be <= 1.1.1 - Unauthenticated Remote File Inclusion
https://notcve.org/view.php?id=CVE-2024-5577
The Where I Was, Where I Will Be plugin for WordPress is vulnerable to Remote File Inclusion in version <= 1.1.1 via the WIW_HEADER parameter of the /system/include/include_user.php file. This makes it possible for unauthenticated attackers to include and execute arbitrary files hosted on external servers, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution. This requires allow_url_include to be set to true in order to exploit, which is not commonly enabled. El complemento Where I Was, Where I Will Be para WordPress es vulnerable a la inclusión remota de archivos en la versión <= 1.1.1 a través del parámetro WIW_HEADER del archivo /system/include/include_user.php. • https://plugins.trac.wordpress.org/browser/where-i-was-where-i-will-be/trunk/system/include/include_user.php https://www.wordfence.com/threat-intel/vulnerabilities/id/68e0f54d-08ec-4e41-ac9b-d72cdde5a724?source=cve • CWE-98: Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion') •