CVE-2024-5570 – Simple Photoswipe <= 0.1 - Subscriber+ Arbitrary Settings Update
https://notcve.org/view.php?id=CVE-2024-5570
The Simple Photoswipe WordPress plugin through 0.1 does not have authorisation check when updating its settings, which could allow any authenticated users, such as subscriber to update them El complemento Simple Photoswipe de WordPress hasta la versión 0.1 no tiene verificación de autorización al actualizar su configuración, lo que podría permitir que cualquier usuario autenticado, como un suscriptor, los actualice. The Simple Photoswipe plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the photoswipe_save functionability in all versions up to, and including, 0.1. This makes it possible for authenticated attackers, with subscriber-level access and above, to update the plugin's settings. • https://wpscan.com/vulnerability/49b3a8cb-f606-4cf7-80ec-bfdafd74e848 • CWE-862: Missing Authorization •
CVE-2024-5473 – Simple Photoswipe <= 0.1 - Admin+ Stored XSS
https://notcve.org/view.php?id=CVE-2024-5473
The Simple Photoswipe WordPress plugin through 0.1 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). El complemento Simple Photoswipe de WordPress hasta la versión 0.1 no sanitiza ni escapa a algunas de sus configuraciones, lo que podría permitir a usuarios con privilegios elevados, como el administrador, realizar ataques de Cross-Site Scripting Almacenado incluso cuando la capacidad unfiltered_html no está permitida (por ejemplo, en una configuración multisitio). The Simple Photoswipe plugin for WordPress is vulnerable to Stored Cross-Site Scripting via admin settings in all versions up to, and including, 0.1 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/9c70cfc4-5759-469a-a6a3-510c405bd28a • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') •