mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-31 22:31:34 +02:00
19 lines
975 B
Markdown
19 lines
975 B
Markdown
### [CVE-2008-1930](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1930)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/J-16/Pentester-Bootcamp
|
|
- https://github.com/paulveillard/cybersecurity-infosec
|
|
|