CVE-2008-1930

WordPress Core < 2.5.1 - Authentication Bypass

2008-04-25 00:00
Anonymous

Strategic Overview

Status
Patched in 2.5.1
Affected Core
WordPress 2.5
Affected Version
<= 2.5
CVSS
8.1High
Weakness type
CWE-288 · Authentication Bypass Using an Alternate Path or Channel
CVE
CVE-2008-1930
View all WordPress 2.5 vulnerabilities

At a glance

CVE-2008-1930 is a high-severity Authentication Bypass Using an Alternate Path or Channel vulnerability in the WordPress 2.5 WordPress release line, affecting <= 2.5. 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 2.5.1; sites on affected versions should update now. Disclosed April 2008.

Vulnerability Overview

The cookie authentication method in WordPress 2.5 relies on a hash of a concatenated string containing USERNAME and EXPIRY_TIME, which allows remote attackers to forge cookies by registering a username that results in the same concatenated string, as demonstrated by registering usernames beginning with "admin" to obtain administrator privileges, aka a "cryptographic splicing" issue. NOTE: this vulnerability exists because of an incomplete fix for CVE-2007-6013.

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

WordPress 2.5 <= 2.5 carries this weakness at admin, 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 WordPress 2.5 the fix is 2.5.1: builds <= 2.5 are affected, anything from 2.5.1 onward is not.

Remediation

Update to version 2.5.1, 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: updating to 2.5.1 is the step that ends it.

  • Login Security
  • Alerts

External References

Related records

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