cve/2001/CVE-2001-0328.md

18 lines
715 B
Markdown
Raw Normal View History

2024-05-26 14:27:05 +02:00
### [CVE-2001-0328](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2001-0328)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
TCP implementations that use random increments for initial sequence numbers (ISN) can allow remote attackers to perform session hijacking or disruption by injecting a flood of packets with a range of ISN values, one of which may match the expected ISN.
### POC
#### Reference
- http://securityreason.com/securityalert/57
#### Github
No PoCs found on GitHub currently.