CVE-2024-7864 – Favicon Generator < 2.1 - Arbitrary File Deletion via CSRF
https://notcve.org/view.php?id=CVE-2024-7864
The Favicon Generator (CLOSED) WordPress plugin before 2.1 does not have CSRF and path validation in the output_sub_admin_page_0() function, allowing attackers to make logged in admins delete arbitrary files on the server • https://wpscan.com/vulnerability/6ce62e78-04a4-46b2-b97f-c4ef8f3258c3 • CWE-352: Cross-Site Request Forgery (CSRF) •
CVE-2024-7863 – Favicon Generator < 2.1 - Arbitrary File Upload via CSRF
https://notcve.org/view.php?id=CVE-2024-7863
The Favicon Generator (CLOSED) WordPress plugin before 2.1 does not validate files to be uploaded and does not have CSRF checks, which could allow attackers to make logged in admin upload arbitrary files such as PHP on the server The Favicon Generator plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.5. This is due to missing or incorrect nonce validation on the output_sub_admin_page_0 function. This makes it possible for unauthenticated attackers to upload arbitrary files via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. The plugin author deleted the functionality of the plugin to patch this issue and close the plugin, we recommend seeking an alternative to this plugin. • https://wpscan.com/vulnerability/5e814b02-3870-4742-905d-ec03b0d31add • CWE-352: Cross-Site Request Forgery (CSRF) •