CVE-2008-1930
WordPress - Improper Authentication via Cookie Hash Collision
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-1930. PoCs published by HeisenbergH4X.
AI-analyzed exploit summary This repository provides a detailed technical guide on the tools and methodologies used for assessing CVE-2008-1930, including DNS enumeration, port scanning, and vulnerability research. It does not contain exploit code but offers a comprehensive walkthrough of the assessment process.
Description
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.
Exploits (1)
This repository provides a detailed technical guide on the tools and methodologies used for assessing CVE-2008-1930, including DNS enumeration, port scanning, and vulnerability research. It does not contain exploit code but offers a comprehensive walkthrough of the assessment process.