CVE-2024-3642 – Newsletter Popup <= 1.2 - Subscriber Deletion via CSRF
https://notcve.org/view.php?id=CVE-2024-3642
The Newsletter Popup WordPress plugin through 1.2 does not have CSRF check when deleting subscriber, which could allow attackers to make logged in admins perform such action via a CSRF attack The Newsletter Popup plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.2. This is due to missing or incorrect nonce validation on the wp_newsletter_show_localrecord page. This makes it possible for unauthenticated attackers to delete subscribers via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. • https://wpscan.com/vulnerability/dc44d85f-afe8-4824-95b0-11b9abfb04d8 • CWE-352: Cross-Site Request Forgery (CSRF) •
CVE-2024-3643 – Newsletter Popup <= 1.2 - List Deletion via CSRF
https://notcve.org/view.php?id=CVE-2024-3643
The Newsletter Popup WordPress plugin through 1.2 does not have CSRF check when deleting list, which could allow attackers to make logged in admins perform such action via a CSRF attack The Newsletter Popup plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.2. This is due to missing or incorrect nonce validation on the wp_newsletter_show_items page. This makes it possible for unauthenticated attackers to delete lists via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. • https://wpscan.com/vulnerability/698277e6-56f9-4688-9a84-c2fa3ea9f7dc • CWE-352: Cross-Site Request Forgery (CSRF) •
CVE-2024-3644 – Newsletter Popup <= 1.2 - Admin+ Stored XSS
https://notcve.org/view.php?id=CVE-2024-3644
The Newsletter Popup WordPress plugin through 1.2 does not sanitise and escape some of its settings, which could allow high privilege users such as admin to perform Stored Cross-Site Scripting attacks even when the unfiltered_html capability is disallowed (for example in multisite setup) The Newsletter Popup plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 1.2 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with administrator-level permissions and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This only affects multi-site installations and installations where unfiltered_html has been disabled. • https://wpscan.com/vulnerability/10eb712a-d9c3-46c9-be6a-02811396fae8 • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •
CVE-2024-3641 – Newsletter Popup <= 1.2 - Unauthenticated Stored XSS
https://notcve.org/view.php?id=CVE-2024-3641
The Newsletter Popup WordPress plugin through 1.2 does not sanitise and escape some parameters, which could allow unauthenticated visitors to perform Cross-Site Scripting attacks against admins The Newsletter Popup plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'nl_data' parameter in all versions up to, and including, 1.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. • https://github.com/kva55/CVE-2024-36416 https://wpscan.com/vulnerability/f4047f1e-d5ea-425f-8def-76dd5e6a497e • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •