Bravis User <= 1.0.1 - Authentication Bypass to Account Takeover
Strategic Overview
- Status
- Patched in 1.0.2
- Affected Plugin
- Bravis User
- Affected Version
< 1.0.2- CVSS
- 8.1High
- Weakness type
- CWE-288 · Authentication Bypass Using an Alternate Path or Channel
- CVE
CVE-2025-5060
At a glance
CVE-2025-5060 is a high-severity Authentication Bypass Using an Alternate Path or Channel vulnerability in the Bravis User WordPress plugin, affecting versions < 1.0.2. It carries a CVSS score of 8.1 (reachable over the network; high confidentiality, integrity, availability impact). Exploitation requires no authentication. The issue is fixed in version 1.0.2; sites on affected versions should update now. Disclosed August 2025, reported by Phat RiO.
Vulnerability Overview
The Bravis User plugin for WordPress is vulnerable to Authentication Bypass in all versions up to, and including, 1.0.1. This is due to the plugin not properly logging a user in with the data that was previously verified through the facebook_ajax_login_callback(). This makes it possible for unauthenticated attackers to log in as administrative users, as long as they have an existing account on the site, and access to the administrative user's email.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, and no privileges on the target site, and no interaction from a victim user. A successful exploit has high impact on confidentiality, integrity, availability — full site compromise territory.
CWE-288: Authentication Bypass Using an Alternate Path or Channel
Bravis User < 1.0.2 carries this weakness at facebook_ajax_login_callback(), and reaching it takes a caller who can reach the endpoint. Authentication bypass through an alternate path means the application has a second route to a protected action that skips the checks the primary route performs.
The protection on the main path becomes irrelevant, because the attacker simply uses the route that never asks. For Bravis User the fix is 1.0.2: builds < 1.0.2 are affected, anything from 1.0.2 onward is not.
Remediation
Update to version 1.0.2, or a newer patched version
How does WordSec protect against this?
Because it turns on account access, WordSec's login security is the relevant layer: role-based two-factor, captcha and brute-force limits raise the cost of getting the account this needs. None of that substitutes for the fix: Bravis User 1.0.2 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C