Lucene search
K

CCProxy CONNECTION Request Buffer Overflow Vulnerability

🗓️ 16 Mar 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 23 Views

CCProxy CONNECTION Request Buffer Overflow Vulnerability: Youngzsoft CCProxy 6.61 and prior on Windows is prone to a stack-based buffer overflow vulnerability in processing CONNECT requests sent to the HTTP proxy with overly long hostname. Attackers can exploit this issue to execute arbitrary code in the scope of the affected application. Upgrade to CCProxy version 6.62 or later from http://www.youngzsoft.net/ccproxy/proxy-server-download.ht

Related
Refs
Code
ReporterTitlePublishedViews
Family
Tenable Nessus
CCProxy < 6.62 HTTP Proxy CONNECT Request Handling Remote Overflow
24 Oct 200800:00
nessus
CVE
CVE-2008-6415
6 Mar 200911:00
cve
Cvelist
CVE-2008-6415
6 Mar 200911:00
cvelist
EUVD
EUVD-2008-6385
7 Oct 202500:30
euvd
NVD
CVE-2008-6415
6 Mar 200911:30
nvd
OpenVAS
CCProxy CONNECTION Request Buffer Overflow Vulnerability
16 Mar 200900:00
openvas
Prion
Buffer overflow
6 Mar 200911:30
prion
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_ccproxy_connection_req_bof_vuln.nasl 4865 2016-12-28 16:16:43Z teissa $
#
# CCProxy CONNECTION Request Buffer Overflow Vulnerability.
#
# Authors:
# Nikita MR <[email protected]>
#
# Copyright:
# Copyright (c) 2009 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################

tag_impact = "Attackers can exploit this issue to cause a stack based buffer overflow and
  to execute arbitrary code in the scope of affected application.";
tag_affected = "Youngzsoft CCProxy 6.61 and prior on Windows.";
tag_insight = "Boundary error in the CCProxy while processing of CONNECT requests sent to
  the HTTP proxy having overly long hostname.";
tag_solution = "Upgrade to CCProxy version 6.62 or later,
  http://www.youngzsoft.net/ccproxy/proxy-server-download.htm";
tag_summary = "This host is running CCProxy and is prone to buffer overflow vulnerability.";

if(description)
{
  script_id(800539);
  script_version("$Revision: 4865 $");
  script_tag(name:"last_modification", value:"$Date: 2016-12-28 17:16:43 +0100 (Wed, 28 Dec 2016) $");
  script_tag(name:"creation_date", value:"2009-03-16 10:38:04 +0100 (Mon, 16 Mar 2009)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2008-6415");
  script_bugtraq_id(31416);
  script_name("CCProxy CONNECTION Request Buffer Overflow Vulnerability");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/31997");
  script_xref(name : "URL" , value : "http://jbrownsec.blogspot.com/2008/09/ccproxy-near-stealth-patching.html");

  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"registry");
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("Buffer overflow");
  script_dependencies("gb_ccproxy_detect.nasl", "find_service.nasl");
  script_require_keys("CCProxy/Ver");
  script_require_ports("Services/www", 808);
  script_tag(name : "impact" , value : tag_impact);
  script_tag(name : "affected" , value : tag_affected);
  script_tag(name : "insight" , value : tag_insight);
  script_tag(name : "solution" , value : tag_solution);
  script_tag(name : "summary" , value : tag_summary);
  exit(0);
}


include("version_func.inc");

ccproxyPort = 808;
if(!get_port_state(ccproxyPort)){
  exit(0);
}

ccproxyVer = get_kb_item("CCProxy/Ver");
if(ccproxyVer)
{
  if(version_is_less(version:ccproxyVer, test_version:"6.62")){
    security_message(ccproxyPort);
  }
}

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