CVE-2024-10002

Rover IDX <= 3.0.0.2905 - Authenticated (Subscriber+) Authentication Bypass to Administrator

2024-10-21 00:00
István Márton

Strategic Overview

Status
Patched in 3.0.0.2906
Affected Plugin
Rover IDX
Affected Version
<= 3.0.0.2905
CVSS
8.8High
Weakness type
CWE-288 · Authentication Bypass Using an Alternate Path or Channel
CVE
CVE-2024-10002
View all Rover IDX vulnerabilities

At a glance

CVE-2024-10002 is a high-severity Authentication Bypass Using an Alternate Path or Channel vulnerability in the Rover IDX WordPress plugin, affecting versions <= 3.0.0.2905. It carries a CVSS score of 8.8 (reachable over the network; low attack complexity; high confidentiality, integrity, availability impact). Exploitation requires an authenticated account at Subscriber level or above. The issue is fixed in version 3.0.0.2906; sites on affected versions should update now. Disclosed October 2024, reported by István Márton.

Vulnerability Overview

The Rover IDX plugin for WordPress is vulnerable to Authentication Bypass in versions up to, and including, 3.0.0.2905. This is due to insufficient validation and capability check on the 'rover_idx_refresh_social_callback' function. This makes it possible for authenticated attackers, with subscriber-level permissions and above, to log in to administrator. The vulnerability is partially patched in version 3.0.0.2905 and fully patched in version 3.0.0.2906.

Technical Analysis

The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, 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

Rover IDX <= 3.0.0.2905 carries this weakness at rover_idx_refresh_social_callback, and reaching it takes an account at Subscriber level or above. 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 Rover IDX the fix is 3.0.0.2906: builds <= 3.0.0.2905 are affected, anything from 3.0.0.2906 onward is not.

Remediation

Update to version 3.0.0.2906, 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: Rover IDX 3.0.0.2906 closes this, and updating the plugin is the step that ends it.

  • Login Security
  • Alerts

External References

Related records

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C