mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-30 18:56:19 +00:00
18 lines
958 B
Markdown
18 lines
958 B
Markdown
### [CVE-2007-0233](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-0233)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
wp-trackback.php in WordPress 2.0.6 and earlier does not properly unset variables when the input data includes a numeric parameter with a value matching an alphanumeric parameter's hash value, which allows remote attackers to execute arbitrary SQL commands via the tb_id parameter. NOTE: it could be argued that this vulnerability is due to a bug in the unset PHP command (CVE-2006-3017) and the proper fix should be in PHP; if so, then this should not be treated as a vulnerability in WordPress.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://www.exploit-db.com/exploits/3109
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|