Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-3604 β€” AI Deep Analysis Summary

CVSS 9.8 Β· Critical

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Essence**: Unauthenticated Privilege Escalation via Account Takeover. πŸ’₯ **Consequences**: Attackers can hijack ANY user account (even Admins) by changing their email and resetting the password.…

Q2Root Cause? (CWE/Flaw)

πŸ›‘ **CWE-862**: Missing Authorization. πŸ” **Flaw**: The plugin fails to validate the user's identity before updating account details (like email). It trusts the request without checking if the requester owns the account.

Q3Who is affected? (Versions/Components)

πŸ“¦ **Product**: WordPress Plugin "Flynax Bridge". 🏒 **Vendor**: v1rustyle. ⚠️ **Affected Versions**: 2.2.0 and earlier.

Q4What can hackers do? (Privileges/Data)

πŸ‘‘ **Privileges**: Can escalate to Administrator. πŸ“§ **Data**: Can take over ANY account (User/Admin) by changing the registered email address and triggering a password reset.

Q5Is exploitation threshold high? (Auth/Config)

πŸ“‰ **Threshold**: LOW. πŸ”“ **Auth**: Unauthenticated (No login needed). βš™οΈ **Config**: Low complexity (AC:L). Just send a crafted request to update the email.

Q6Is there a public Exp? (PoC/Wild Exploitation)

πŸ”₯ **Public Exp?**: YES. πŸ“‚ **PoC**: Available on GitHub (Nxploited/CVE-2025-3604). Wild exploitation is highly likely given the ease of use.

Q7How to self-check? (Features/Scanning)

πŸ”Ž **Check**: Scan for "Flynax Bridge" plugin version <= 2.2.0 in your WordPress installation. πŸ› οΈ **Tool**: Use WPScan or manual version check in the plugin directory.

Q8Is it fixed officially? (Patch/Mitigation)

βœ… **Fixed?**: YES. πŸ“œ **Patch**: Reference to WordPress Trac changeset 3306501 indicates a fix exists. Update to the latest version immediately.

Q9What if no patch? (Workaround)

🚧 **No Patch?**: Disable the plugin immediately if not essential. πŸ›‘οΈ **Mitigation**: If it must stay, restrict access to `request.php` via WAF or firewall rules (though disabling is safer).

Q10Is it urgent? (Priority Suggestion)

πŸ”΄ **Priority**: CRITICAL. ⏱️ **Urgency**: Patch NOW. CVSS Score is High (H/H/H). Unauthenticated access means automated bots will exploit this within hours/days.