Lucene search
K

Cerbere HTTP Proxy Server Host: Header Remote DoS

🗓️ 02 Sep 2004 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 18 Views

Remote Cerbere Proxy has a denial of service vulnerability in HTTP field processing.

Refs
Code
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if(description)
{
 script_id(14640);
 script_version("1.18");
 script_bugtraq_id(11085);
 script_xref(name:"Secunia", value:"12422");
 
 script_name(english:"Cerbere HTTP Proxy Server Host: Header Remote DoS");
 script_summary(english:"Checks for the version of the remote Cerbere Proxy");

 script_set_attribute(
   attribute:"synopsis",
   value:"The remote proxy server has a denial of service vulnerability."
 );
  script_set_attribute( attribute:"description", value:
"The remote host is running Cerbere Proxy Server, a HTTP/FTP proxy
server for Windows operating systems. It is reported that versions up
to and including 1.2 are vulnerable to a remote denial of service in
the 'Host:' HTTP field processing. An attacker may craft a malicious
HTTP request with a large 'Host:' field to deny service to legitimate
users."  );
 script_set_attribute(
   attribute:"see_also",
   value:"https://www.securityfocus.com/bid/11085/exploit"
 );
 script_set_attribute(
   attribute:"solution", 
   value:"Upgrade to the latest version of this software."
 );
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:N/I:N/A:C");
 script_set_cvss_temporal_vector("CVSS2#E:U/RL:OF/RC:C");
 script_set_attribute(attribute:"exploitability_ease", value:"No exploit is required");
 script_set_attribute(attribute:"exploit_available", value:"true");
 script_set_attribute(attribute:"plugin_publication_date", value: "2004/09/02");
 script_set_attribute(attribute:"vuln_publication_date", value: "2004/09/01");
 script_cvs_date("Date: 2018/11/15 20:50:22");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_end_attributes();

 script_category(ACT_GATHER_INFO);
 script_family(english:"Firewalls");
 script_copyright(english:"This script is Copyright (C) 2004-2018 Tenable Network Security, Inc.");
 script_dependencie("http_version.nasl");
 script_require_ports("Services/www", 3128);
 exit(0);
}

#
# The script code starts here
#

include("global_settings.inc");
include("misc_func.inc");
include("http.inc");

port = get_http_port(default:3128);

res = http_get_cache(item:"/", port:port, exit_on_fail: 1);
if ( egrep(pattern:"Cerbère Proxy Server r.(0\.|1.[0-2][^0-9])", string:res) ) security_hole(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

15 Nov 2018 20:50Current
5.6Medium risk
Vulners AI Score5.6
18