echo Service Reporting (TCP + UDP)
🗓️ 23 Oct 2018 00:00:00Reported by Copyright (C) 2018 Greenbone AGType
openvas🔗 plugins.openvas.org👁 258 Views
| Reporter | Title | Published | Views | Family All 26 |
|---|---|---|---|---|
| Chargen UDP Service Remote DoS | 29 Nov 199900:00 | – | nessus | |
| Echo Service Detection | 22 Jun 199900:00 | – | nessus | |
| MiracleLinux 4 : krb5-1.10.3-10.AXS4.3 (AXSA:2013-477:03) | 16 Jan 202600:00 | – | nessus | |
| MiracleLinux 4 : krb5-1.10.3-10.AXS4.3 (AXSA:2013-483:04) | 16 Jan 202600:00 | – | nessus | |
| MiracleLinux 3 : krb5-1.6.1-70.AXS3.2 (AXSA:2013-533:01) | 16 Jan 202600:00 | – | nessus | |
| Quote of the Day (QOTD) Service Detection | 30 Nov 199900:00 | – | nessus | |
| Oracle Solaris Third-Party Patch Update : kerberos (cve_2002_2443_denial_of) | 19 Jan 201500:00 | – | nessus | |
| CVE-1999-0103 | 29 May 201815:50 | – | circl | |
| CVE-1999-0103 | 29 Sep 199904:00 | – | cve | |
| CVE-1999-0635 | 4 Feb 200005:00 | – | cve |
10
# SPDX-FileCopyrightText: 2018 Greenbone AG
# 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.100075");
script_version("2023-09-12T05:05:19+0000");
script_tag(name:"last_modification", value:"2023-09-12 05:05:19 +0000 (Tue, 12 Sep 2023)");
script_tag(name:"creation_date", value:"2018-10-23 14:01:33 +0200 (Tue, 23 Oct 2018)");
script_tag(name:"cvss_base", value:"5.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
script_cve_id("CVE-1999-0103", "CVE-1999-0635");
script_name("echo Service Reporting (TCP + UDP)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2018 Greenbone AG");
script_family("Useless services");
script_dependencies("echo.nasl", "echo_udp.nasl");
script_mandatory_keys("echo_tcp_udp/detected");
script_tag(name:"summary", value:"An echo Service is running at this Host via TCP and/or UDP.");
script_tag(name:"vuldetect", value:"Checks whether an echo service is exposed on the target
host.");
script_tag(name:"insight", value:"The echo service is an Internet protocol defined in RFC 862. It
was originally proposed for testing and measurement of round-trip times in IP networks. While
still available on most UNIX-like operating systems, testing and measurement is now performed with
the Internet Control Message Protocol (ICMP), using the applications ping and traceroute.");
script_tag(name:"solution", value:"Disable the echo Service.");
script_tag(name:"solution_type", value:"Mitigation");
script_tag(name:"qod_type", value:"remote_banner");
exit(0);
}
include("port_service_func.inc");
default_ports = make_list( 7 );
tcp_ports = service_get_ports( default_port_list:default_ports, proto:"echo" );
foreach tcp_port( tcp_ports ) {
if( ! get_kb_item( "echo_tcp/" + tcp_port + "/detected" ) )
continue;
VULN = TRUE;
security_message( port:tcp_port );
}
udp_ports = service_get_ports( default_port_list:default_ports, proto:"echo", ipproto:"udp" );
foreach udp_port( udp_ports ) {
if( ! get_kb_item( "echo_udp/" + udp_port + "/detected" ) )
continue;
VULN = TRUE;
security_message( port:udp_port, protocol:"udp" );
}
if( VULN )
exit( 0 );
else
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
12 Sep 2023 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 25
EPSS0.1463