Lucene search
+L

bozohttpd Security Bypass Vulnerability

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

bozohttpd Security Bypass Vulnerability. Vulnerability allows unauthorized access to restricted conten

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-2195
2 Aug 201019:00
cve
cve
CVE
CVE-2010-2320
2 Aug 201019:00
cve
cvelist
Cvelist
CVE-2010-2195
2 Aug 201019:00
cvelist
cvelist
Cvelist
CVE-2010-2320
2 Aug 201019:00
cvelist
euvd
EUVD
EUVD-2010-2211
7 Oct 202500:30
euvd
euvd
EUVD
EUVD-2010-2330
7 Oct 202500:30
euvd
nvd
NVD
CVE-2010-2195
2 Aug 201020:40
nvd
nvd
NVD
CVE-2010-2320
2 Aug 201020:40
nvd
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
Rows per page
# 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.100750");
  script_version("2025-01-17T15:39:18+0000");
  script_cve_id("CVE-2010-2195", "CVE-2010-2320");
  script_tag(name:"last_modification", value:"2025-01-17 15:39:18 +0000 (Fri, 17 Jan 2025)");
  script_tag(name:"creation_date", value:"2010-08-09 13:36:05 +0200 (Mon, 09 Aug 2010)");
  script_tag(name:"cvss_base", value:"5.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:P/I:N/A:N");
  script_name("bozohttpd Security Bypass Vulnerability");
  script_category(ACT_GATHER_INFO);
  script_family("Web Servers");
  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_dependencies("gb_bozotic_http_server_detect.nasl");
  script_mandatory_keys("bozohttpd/detected");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/42021");
  script_xref(name:"URL", value:"https://bugs.launchpad.net/ubuntu/+source/bozohttpd/+bug/582473");
  script_xref(name:"URL", value:"http://www.eterna.com.au/bozohttpd/");

  script_tag(name:"impact", value:"An attacker can exploit this issue to bypass certain security
  restrictions and gain access to restricted content. This can lead to other attacks.");

  script_tag(name:"affected", value:"bozohttpd 20090522 and 20100509 are vulnerable. Other versions may
  also be affected.");

  script_tag(name:"solution", value:"Updates are available. Please see the references for more information.");

  script_tag(name:"summary", value:"bozohttpd is prone to a security bypass vulnerability.");

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

  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_is_equal(version:vers, test_version:"20090522") ||
   version_is_equal(version:vers, test_version:"20100509")) {
  report = report_fixed_ver(installed_version:vers, fixed_version:"See references");
  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

17 Jan 2025 00:00Current
6.3Medium risk
Vulners AI Score6.3
CVSS 25
EPSS0.02385
19