Lucene search
+L

bozotic HTTP server Denial of Service Vulnerability

🗓️ 06 Aug 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 29 Views

bozotic HTTP server DoS Vulnerability, caused by 'wrong code generation interaction with GCC'. Upgrade to version 20100621 or late

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-2195
2 Aug 201019:00
cve
cvelist
Cvelist
CVE-2010-2195
2 Aug 201019:00
cvelist
euvd
EUVD
EUVD-2010-2211
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-2195
2 Aug 201020:40
nvd
openvas
OpenVAS
bozohttpd Security Bypass Vulnerability
9 Aug 201000:00
openvas
openvas
OpenVAS
bozohttpd Security Bypass Vulnerability
9 Aug 201000:00
openvas
openvas
OpenVAS
bozotic HTTP server Denial of Service Vulnerability
6 Aug 201000:00
openvas
prion
Prion
Code injection
2 Aug 201020:40
prion
ubuntucve
UbuntuCve
CVE-2010-2195
2 Aug 201020:40
ubuntucve
# SPDX-FileCopyrightText: 2010 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

CPE = "cpe:/a:eterna:bozohttpd";

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.801245");
  script_version("2023-07-28T16:09:07+0000");
  script_tag(name:"last_modification", value:"2023-07-28 16:09:07 +0000 (Fri, 28 Jul 2023)");
  script_tag(name:"creation_date", value:"2010-08-06 17:02:44 +0200 (Fri, 06 Aug 2010)");
  script_cve_id("CVE-2010-2195");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:P");
  script_name("bozotic HTTP server Denial of Service Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("Web Servers");
  script_dependencies("gb_bozotic_http_server_detect.nasl");
  script_mandatory_keys("bozohttpd/detected");

  script_xref(name:"URL", value:"http://secunia.com/advisories/40737");
  script_xref(name:"URL", value:"http://www.eterna.com.au/bozohttpd/CHANGES");
  script_xref(name:"URL", value:"http://security-tracker.debian.org/tracker/CVE-2010-2195");

  script_tag(name:"impact", value:"Successful exploitation will allow attacker to cause a denial of service
  via vectors related to a 'wrong code generation interaction with GCC'.");

  script_tag(name:"affected", value:"bozotic HTTP server (aka bozohttpd) version 20090522 through 20100512.");

  script_tag(name:"insight", value:"The flaw is due to vectors related to a 'wrong code generation
  interaction with GCC'.");

  script_tag(name:"solution", value:"Upgrade to bozotic HTTP server version 20100621 or later.");

  script_tag(name:"summary", value:"bozotic HTTP server is prone to a denial of service (DoS) vulnerability.");

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

  exit(0);
}

include("version_func.inc");
include("host_details.inc");

if(!port = get_app_port(cpe:CPE))
  exit(0);

if(!vers = get_app_version(port:port, cpe:CPE))
  exit(0);

if(version_in_range(version:vers, test_version:"20090522", test_version2:"20100512")) {
  report = report_fixed_ver(installed_version:vers, fixed_version:"20100621");
  security_message(port:port, 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

28 Jul 2023 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 25
EPSS0.01689
29