Lucene search
+L

PeaZIP < 2.6.2 RCE Vulnerability - Windows

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

PeaZIP prior version 2.6.2 RCE vulnerability in Window

Related
Refs
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2009-2261
5 Jun 200900:00
circl
checkpoint_advisories
Check Point Advisories
PeaZip Compressed Filename Command Injection (CVE-2009-2261)
26 Sep 201700:00
checkpoint_advisories
cve
CVE
CVE-2009-2261
30 Jun 200910:00
cve
cvelist
Cvelist
CVE-2009-2261
30 Jun 200910:00
cvelist
exploitdb
Exploit DB
PeaZIP 2.6.1 - Zip Processing Command Injection (Metasploit)
20 Sep 201000:00
exploitdb
exploitdb
Exploit DB
PeaZIP 2.6.1 - Compressed Filename Command Injection
5 Jun 200900:00
exploitdb
metasploit
Metasploit
PeaZip Zip Processing Command Injection
10 Feb 201017:28
metasploit
nvd
NVD
CVE-2009-2261
30 Jun 200910:30
nvd
openvas
OpenVAS
PeaZIP Remote Code Execution Vulnerability (Windows)
3 Jul 200900:00
openvas
packetstorm
Packet Storm
PeaZip <= 2.6.1 Zip Processing Command Injection
12 Feb 201000:00
packetstorm
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.800593");
  script_version("2023-10-06T16:09:51+0000");
  script_tag(name:"last_modification", value:"2023-10-06 16:09:51 +0000 (Fri, 06 Oct 2023)");
  script_tag(name:"creation_date", value:"2009-07-03 15:23:01 +0200 (Fri, 03 Jul 2009)");
  script_tag(name:"cvss_base", value:"9.3");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:M/Au:N/C:C/I:C/A:C");
  script_cve_id("CVE-2009-2261");
  script_name("PeaZIP < 2.6.2 RCE Vulnerability - Windows");
  script_xref(name:"URL", value:"http://www.vulnaware.com/?p=16018");
  script_xref(name:"URL", value:"http://secunia.com/advisories/35352/");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("General");
  script_dependencies("gb_peazip_detect_win.nasl");
  script_mandatory_keys("PeaZIP/Win/Ver");
  script_tag(name:"impact", value:"Successful exploitation will allow attacker to execute arbitrary code on
  the affected system via files containing shell metacharacters and commands
  contained in a ZIP archive.");
  script_tag(name:"affected", value:"PeaZIP version 2.6.1 and prior on Windows.");
  script_tag(name:"insight", value:"The flaw is due to insufficient sanitation of input data while
  processing the names of archived files.");
  script_tag(name:"solution", value:"Update to version 2.6.2 or later.");
  script_tag(name:"summary", value:"PeaZIP is prone to a remote code execution (RCE) vulnerability.");

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

  exit(0);
}

include("version_func.inc");

version = get_kb_item("PeaZIP/Win/Ver");
if(!version)
  exit(0);

if(version_is_less_equal(version:version, test_version:"2.6.1")){
  report = report_fixed_ver(installed_version:version, vulnerable_range:"Less than or equal to 2.6.1");
  security_message(port: 0, 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

06 Oct 2023 00:00Current
7.5High risk
Vulners AI Score7.5
CVSS 29.3
EPSS0.41422
30