Lucene search
+L

Zope < 2.10.12, 2.11.x < 2.11.7 DoS Vulnerability

🗓️ 03 Sep 2010 00:00:00Reported by Copyright (C) 2010 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 21 Views

Zope DoS Vulnerability < 2.10.12, 2.11.x < 2.11.

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2010-3198
8 Sep 201019:00
cve
cvelist
Cvelist
CVE-2010-3198
8 Sep 201019:00
cvelist
euvd
EUVD
EUVD-2010-0032
7 Oct 202500:30
euvd
github
Github Security Blog
Zope Denial of Service (DoS) vulnerability in ZServer
17 May 202205:48
github
nvd
NVD
CVE-2010-3198
8 Sep 201020:00
nvd
openvas
OpenVAS
Zope Unspecified Denial Of Service Vulnerability
3 Sep 201000:00
openvas
osv
OSV
GHSA-QH4Q-FWF8-QQRW Zope Denial of Service (DoS) vulnerability in ZServer
17 May 202205:48
osv
osv
OSV
PYSEC-2010-32
8 Sep 201020:00
osv
osv
OSV
PYSEC-2010-33
8 Sep 201020:00
osv
prion
Prion
Code injection
8 Sep 201020:00
prion
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:zope:zope";

if (description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.100779");
  script_version("2023-10-06T05:06:29+0000");
  script_tag(name:"last_modification", value:"2023-10-06 05:06:29 +0000 (Fri, 06 Oct 2023)");
  script_tag(name:"creation_date", value:"2010-09-03 15:15:12 +0200 (Fri, 03 Sep 2010)");
  script_tag(name:"cvss_base", value:"4.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:N/I:N/A:P");

  script_cve_id("CVE-2010-3198");

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

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

  script_name("Zope < 2.10.12, 2.11.x < 2.11.7 DoS Vulnerability");

  script_category(ACT_GATHER_INFO);

  script_copyright("Copyright (C) 2010 Greenbone AG");
  script_family("Web Servers");
  script_dependencies("gb_zope_http_detect.nasl");
  script_mandatory_keys("zope/detected");

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

  script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");

  script_tag(name:"impact", value:"An attacker can exploit this issue to cause the vulnerable
  application to crash, denying service to legitimate users.");

  script_tag(name:"affected", value:"Zope prior to version 2.10.12 and version 2.11.x prior to
  2.11.7.");

  script_tag(name:"solution", value:"Update to version 2.10.12, 2.11.7 or later.");

  script_xref(name:"URL", value:"http://www.securityfocus.com/bid/42939");
  script_xref(name:"URL", value:"https://mail.zope.org/pipermail/zope-announce/2010-September/002247.html");

  exit(0);
}

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

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

if( ! infos = get_app_version_and_location( cpe: CPE, port: port, exit_no_version: TRUE ) )
  exit( 0 );

version = infos["version"];
location = infos["location"];

if( version_is_less(version: version, test_version: "2.10.12" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "2.10.12", install_path: location );
  security_message( data: report, port: port );
  exit( 0 );
}

if( version_in_range_exclusive( version: version, test_version_lo: "2.11", test_version_up: "2.11.7" ) ) {
  report = report_fixed_ver( installed_version: version, fixed_version: "2.11.7", install_path: location );
  security_message( data: report, port: port );
  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

06 Oct 2023 00:00Current
6.5Medium risk
Vulners AI Score6.5
CVSS 24.3
EPSS0.01528
21