Lucene search
+L

httpdx Web Server 'h_handlepeer()' Buffer Overflow Vulnerability

🗓️ 23 Oct 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

httpdx Web Server 'h_handlepeer()' Buffer Overflow Vulnerability, allows remote attackers to execute arbitrary code or crash the serve

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-3711
8 Oct 200900:00
circl
cve
CVE
CVE-2009-3711
16 Oct 200916:00
cve
cvelist
Cvelist
CVE-2009-3711
16 Oct 200916:00
cvelist
exploitdb
Exploit DB
httpdx 1.4 - GET Buffer Overflow
8 Oct 200900:00
exploitdb
exploitdb
Exploit DB
httpdx - 'h_handlepeer()' Remote Buffer Overflow (Metasploit)
26 Jul 201000:00
exploitdb
metasploit
Metasploit
HTTPDX h_handlepeer() Function Buffer Overflow
17 Nov 200922:29
metasploit
nvd
NVD
CVE-2009-3711
16 Oct 200916:30
nvd
openvas
OpenVAS
httpdx Web Server 'h_handlepeer()' Buffer Overflow Vulnerability
23 Oct 200900:00
openvas
prion
Prion
Stack overflow
16 Oct 200916:30
prion
ptsecurity
Positive Technologies
PT-2009-5970 · Httpdx · Httpdx
16 Oct 200900:00
ptsecurity
# SPDX-FileCopyrightText: 2009 Greenbone AG
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.800962");
  script_version("2023-07-27T05:05:08+0000");
  script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
  script_tag(name:"creation_date", value:"2009-10-23 16:18:41 +0200 (Fri, 23 Oct 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-2009-3711");
  script_name("httpdx Web Server 'h_handlepeer()' Buffer Overflow Vulnerability");
  script_xref(name:"URL", value:"http://secunia.com/advisories/36991");
  script_xref(name:"URL", value:"http://www.vupen.com/english/advisories/2009/2874");
  script_xref(name:"URL", value:"http://www.securityfocus.com/archive/1/archive/1/507042/100/0/threaded");

  script_tag(name:"qod_type", value:"remote_banner");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Buffer overflow");
  script_dependencies("gb_httpdx_server_detect.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("httpdx/installed");

  script_tag(name:"impact", value:"Remote attackers can exploit this issue to execute arbitrary code or crash
  the server via a specially crafted request.");

  script_tag(name:"affected", value:"httpdx Web Server version 1.4.3 and prior on windows.");

  script_tag(name:"insight", value:"A boundary error occurs in 'h_handlepeer()' in 'http.cpp' while processing
  overly long HTTP requests leading to a buffer overflow.");

  script_tag(name:"solution_type", value:"VendorFix");

  script_tag(name:"solution", value:"Upgrade to httpdx Server version 1.4.4 or later.");

  script_tag(name:"summary", value:"httpdx Web Server is prone to a Buffer Overflow vulnerability.");

  exit(0);
}

include("http_func.inc");
include("port_service_func.inc");
include("version_func.inc");

httpdxPort = http_get_port(default:80);

httpdxVer = get_kb_item("httpdx/" + httpdxPort + "/Ver");
if(!isnull(httpdxVer))
{
  if(version_is_less(version:httpdxVer, test_version:"1.4.4")){
    report = report_fixed_ver(installed_version:httpdxVer, fixed_version:"1.4.4");
    security_message(port: httpdxPort, data: report);
    exit(0);
  }
}

exit(99);

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

27 Jul 2023 00:00Current
6.7Medium risk
Vulners AI Score6.7
CVSS 210
EPSS0.63909
21