CVE-2024-37431 – Mesmerize <= 1.6.120 - Cross-Site Request Forgery to Cache Clearing
https://notcve.org/view.php?id=CVE-2024-37431
The Mesmerize theme for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 1.6.120. This is due to missing or incorrect nonce validation on the after_setup_theme action. This makes it possible for unauthenticated attackers to clear the theme cache via a forged request granted they can trick a site administrator into performing an action such as clicking on a link. • CWE-352: Cross-Site Request Forgery (CSRF) •
CVE-2019-25142 – Mesmerize <= 1.6.89 & Materialis <= 1.0.172 - Authenticated Arbitrary Options Update
https://notcve.org/view.php?id=CVE-2019-25142
The Mesmerize & Materialis themes for WordPress are vulnerable to authenticated options change in versions up to, and including,1.6.89 (Mesmerize) and 1.0.172 (Materialis). This is due to 'companion_disable_popup' function only checking the nonce while sending user input to the 'update_option' function. This makes it possible for authenticated attackers to change otherwise restricted options. • https://blog.nintechnet.com/wordpress-mesmerize-and-materialis-themes-fixed-an-authenticated-options-change-vulnerability https://themes.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=121290%40materialis&new=121290%40materialis&sfp_email=&sfph_mail= https://themes.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=121291%40mesmerize&new=121291%40mesmerize&sfp_email=&sfph_mail= https://wordpress.org/themes/materialis https://wordpress.org/themes/mesmerize https://wpscan.com/vu • CWE-862: Missing Authorization •