Lucene search
+L

Zervit Webserver 0.2 - 0.4 Multiple Vulnerabilities

🗓️ 14 May 2009 00:00:00Reported by Copyright (C) 2009 Greenbone AGType 
openvas
 openvas
🔗 plugins.openvas.org👁 30 Views

Zervit Webserver 0.2 - 0.4 Multiple Vulnerabilities, remote buffer overflow, and directory traversal vulnerabilitie

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-1353
15 Apr 200900:00
circl
cve
CVE
CVE-2009-1353
21 Apr 200916:00
cve
cvelist
Cvelist
CVE-2009-1353
21 Apr 200916:00
cvelist
exploitdb
Exploit DB
Zervit Web Server 0.02 - Remote Buffer Overflow (PoC)
15 Apr 200900:00
exploitdb
nvd
NVD
CVE-2009-1353
21 Apr 200916:24
nvd
openvas
OpenVAS
Zervit Webserver multiple vulnerabilities
14 May 200900:00
openvas
prion
Prion
Buffer overflow
21 Apr 200916:24
prion
# 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.100199");
  script_version("2024-02-08T14:36:53+0000");
  script_tag(name:"last_modification", value:"2024-02-08 14:36:53 +0000 (Thu, 08 Feb 2024)");
  script_tag(name:"creation_date", value:"2009-05-14 12:53:07 +0200 (Thu, 14 May 2009)");
  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_cve_id("CVE-2009-1353");
  script_name("Zervit Webserver 0.2 - 0.4 Multiple Vulnerabilities");
  script_category(ACT_GATHER_INFO);
  script_family("Web Servers");
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_dependencies("gb_get_http_banner.nasl");
  script_require_ports("Services/www", 80);
  script_mandatory_keys("Zervit/banner");

  script_xref(name:"URL", value:"https://web.archive.org/web/20210121190258/https://www.securityfocus.com/bid/34530/");
  script_xref(name:"URL", value:"https://web.archive.org/web/20210127233049/http://www.securityfocus.com/bid/34570");

  script_tag(name:"summary", value:"According to its version number, the remote version of Zervit
  HTTP server is prone to a remote buffer overflow vulnerability and to a directory traversal
  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 the remote buffer-overflow issue to
  execute arbitrary code within the context of the affected application. Failed exploit attempts
  will result in a denial-of-service condition.

  Exploiting the directory-traversal issue will allow an attacker to view arbitrary local files
  within the context of the webserver. Information harvested may aid in launching further
  attacks.");

  script_tag(name:"affected", value:"Zervit 0.2, 0.3 and 0.4 are known to be vulnerable. Other
  versions may also be affected.");

  script_tag(name:"solution", value:"No known solution was made available for at least one year
  since the disclosure of this vulnerability. Likely none will be provided anymore. General solution
  options are to upgrade to a newer release, disable respective features, remove the product or
  replace the product by another one.");

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

  exit(0);
}

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

port = http_get_port(default:80);
banner = http_get_remote_headers(port:port);

if(!banner || !egrep(pattern:"[Ss]erver\s*:\s*Zervit ([0-9.]+)", string:banner))
  exit(0);

version = eregmatch(pattern:"Zervit ([0-9.]+)", string:banner);

if(version[1] =~ "0\.[2-4]") {
  report = report_fixed_ver(installed_version:version[1], fixed_version:"None");
  security_message(port:port, data:report);
  exit(0);
}

exit(0);

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

08 Feb 2024 00:00Current
7.2High risk
Vulners AI Score7.2
CVSS 25
EPSS0.07794
30