CVE-2005-3774
Cisco PIX 6.3 and 7.0 - Denial of Service via Spoofed TCP Packets
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2005-3774. PoCs published by Janis Vizulis.
AI-analyzed exploit summary This Perl script exploits CVE-2005-3774, a denial-of-service (DoS) vulnerability in Cisco PIX firewalls by sending a flood of TCP SYN packets with incrementing source ports. It uses Net::RawIP to craft and send packets, targeting a specified destination IP and port.
Description
Cisco PIX 6.3 and 7.0 allows remote attackers to cause a denial of service (blocked new connections) via spoofed TCP packets that cause the PIX to create embryonic connections that that would not produce a valid connection with the end system, including (1) SYN packets with invalid checksums, which do not result in a RST; or, from an external interface, (2) one byte of "meaningless data," or (3) a TTL that is one less than needed to reach the internal destination.
Exploits (2)
This Perl script exploits CVE-2005-3774, a denial-of-service (DoS) vulnerability in Cisco PIX firewalls by sending a flood of TCP SYN packets with incrementing source ports. It uses Net::RawIP to craft and send packets, targeting a specified destination IP and port.
This Perl script exploits CVE-2005-3774, a denial-of-service vulnerability in Cisco PIX firewalls by sending spoofed TCP SYN packets to block legitimate TCP connections. It uses Net::RawIP to craft and send packets with incrementing source ports to overwhelm the target.