| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2009-2261 | 5 Jun 200900:00 | – | circl | |
| PeaZip Compressed Filename Command Injection (CVE-2009-2261) | 26 Sep 201700:00 | – | checkpoint_advisories | |
| CVE-2009-2261 | 30 Jun 200910:00 | – | cve | |
| CVE-2009-2261 | 30 Jun 200910:00 | – | cvelist | |
| PeaZIP 2.6.1 - Zip Processing Command Injection (Metasploit) | 20 Sep 201000:00 | – | exploitdb | |
| PeaZip Zip Processing Command Injection | 10 Feb 201017:28 | – | metasploit | |
| CVE-2009-2261 | 30 Jun 200910:30 | – | nvd | |
| PeaZIP < 2.6.2 RCE Vulnerability - Windows | 3 Jul 200900:00 | – | openvas | |
| PeaZip <= 2.6.1 Zip Processing Command Injection | 12 Feb 201000:00 | – | packetstorm | |
| Command injection | 30 Jun 200910:30 | – | prion |
| Source | Link |
|---|---|
| vulnaware | www.vulnaware.com/ |
| secunia | www.secunia.com/advisories/35352/ |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_peazip_code_exec_vuln.nasl 4869 2016-12-29 11:01:45Z teissa $
#
# PeaZIP Remote Code Execution Vulnerability (Windows)
#
# Authors:
# Nikita MR <[email protected]>
#
# Copyright:
# Copyright (c) 2009 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_impact = "Successful exploitation will allow attacker to exectue arbitrary code on
the affected system via files containing shell metacharacters and commands
contained in a ZIP archive.";
tag_affected = "PeaZIP version 2.6.1 and prior on Windows.";
tag_insight = "The flaw is due to insufficient sanitation of input data while
processing the names of archived files.";
tag_solution = "Update to PeaZIP version 2.6.2
http://sourceforge.net/projects/peazip/files/";
tag_summary = "This host is installed with PeaZIP and is prone to Remote
Code Execution vulnerability.";
if(description)
{
script_id(800593);
script_version("$Revision: 4869 $");
script_tag(name:"last_modification", value:"$Date: 2016-12-29 12:01:45 +0100 (Thu, 29 Dec 2016) $");
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 Remote Code Execution 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 Networks GmbH");
script_family("General");
script_dependencies("gb_peazip_detect_win.nasl");
script_require_keys("PeaZIP/Win/Ver");
script_tag(name : "impact" , value : tag_impact);
script_tag(name : "affected" , value : tag_affected);
script_tag(name : "insight" , value : tag_insight);
script_tag(name : "solution" , value : tag_solution);
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
include("version_func.inc");
version = get_kb_item("PeaZIP/Win/Ver");
if(!version){
exit(0);
}
# Grep for PeaZIP version 2.6.1 and prior
if(version_is_less_equal(version:version, test_version:"2.6.1")){
security_message(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