Lucene search
+L

Ziproxy Security Bypass Vulnerability

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

Ziproxy Security Bypass Vulnerability. Dependent on HTTP Host headers

Related
Refs
Code
ReporterTitlePublishedViews
Family
freebsd
FreeBSD
ziproxy -- multiple vulnerability
23 Feb 200900:00
freebsd
cve
CVE
CVE-2009-0804
4 Mar 200916:00
cve
cvelist
Cvelist
CVE-2009-0804
4 Mar 200916:00
cvelist
debiancve
Debian CVE
CVE-2009-0804
4 Mar 200916:00
debiancve
euvd
EUVD
EUVD-2009-0802
7 Oct 202500:30
euvd
nessus
Tenable Nessus
FreeBSD : ziproxy -- multiple vulnerability (872ae5be-29c0-11de-bdeb-0030843d3802)
16 Apr 200900:00
nessus
nvd
NVD
CVE-2009-0804
4 Mar 200916:30
nvd
openvas
OpenVAS
FreeBSD Ports: ziproxy
20 Apr 200900:00
openvas
openvas
OpenVAS
FreeBSD Ports: ziproxy
20 Apr 200900:00
openvas
openvas
OpenVAS
Ziproxy Security Bypass Vulnerability
26 Mar 200900:00
openvas
Rows per page
# 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.900523");
  script_version("2025-03-05T05:38:52+0000");
  script_tag(name:"last_modification", value:"2025-03-05 05:38:52 +0000 (Wed, 05 Mar 2025)");
  script_tag(name:"creation_date", value:"2009-03-26 11:19:12 +0100 (Thu, 26 Mar 2009)");
  script_tag(name:"cvss_base", value:"5.4");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:H/Au:N/C:C/I:N/A:N");
  script_cve_id("CVE-2009-0804");
  script_name("Ziproxy Security Bypass Vulnerability");
  script_xref(name:"URL", value:"http://secunia.com/advisories/34018/");
  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/33858");
  script_xref(name:"URL", value:"http://www.kb.cert.org/vuls/id/435052");

  script_category(ACT_GATHER_INFO);
  script_tag(name:"qod_type", value:"remote_banner");
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Privilege escalation");
  script_dependencies("secpod_ziproxy_server_detect.nasl");
  script_require_ports("Services/www", 8080);
  script_mandatory_keys("Ziproxy/installed");

  script_tag(name:"impact", value:"This can be exploited to restrict websites or bypass a browser's
  security context protection mechanism by sending HTTP requests with
  forged HTTP Host header.");

  script_tag(name:"affected", value:"Ziproxy version 2.6.0 and prior on Linux.");

  script_tag(name:"insight", value:"This vulnerability arises because ziproxy depends on HTTP Host headers
  to determine the remote endpoints while acting as a transparent proxy.");
  script_tag(name:"solution_type", value:"VendorFix");

  script_tag(name:"solution", value:"Upgrade to Ziproxy version 3.1.0 or later.");

  script_tag(name:"summary", value:"Ziproxy server is prone to a security bypass vulnerability.");
  exit(0);
}

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

zipPort = http_get_port( default:8080 );

ziproxyVer = get_kb_item("www/" + zipPort + "/Ziproxy");
if(!ziproxyVer){
  exit(0);
}

if(version_is_less_equal(version:ziproxyVer, test_version:"2.6.0")){
  report = report_fixed_ver(installed_version:ziproxyVer, vulnerable_range:"Less than or equal to 2.6.0");
  security_message(port: zipPort, data: report);
}

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

05 Mar 2025 00:00Current
6.4Medium risk
Vulners AI Score6.4
CVSS 25.4
EPSS0.02376
21