mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-03 12:58:02 +02:00
18 lines
940 B
Markdown
18 lines
940 B
Markdown
### [CVE-2008-1146](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1146)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
A certain pseudo-random number generator (PRNG) algorithm that uses XOR and 3-bit random hops (aka "Algorithm X3"), as used in OpenBSD 2.8 through 4.2, allows remote attackers to guess sensitive values such as DNS transaction IDs by observing a sequence of previously generated values. NOTE: this issue can be leveraged for attacks such as DNS cache poisoning against OpenBSD's modification of BIND.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://www.trusteer.com/docs/OpenBSD_DNS_Cache_Poisoning_and_Multiple_OS_Predictable_IP_ID_Vulnerability.pdf
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|