| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2009-0681 | 15 Apr 200910:00 | – | cve | |
| CVE-2009-0681 | 15 Apr 200910:00 | – | cvelist | |
| EUVD-2009-0681 | 7 Oct 202500:30 | – | euvd | |
| CVE-2009-0681 | 15 Apr 200910:30 | – | nvd | |
| PGP Desktop Local Denial of Service Vulnerability | 23 Apr 200900:00 | – | openvas | |
| PGP Desktop < 9.10 Multiple Local DoS | 15 Apr 200900:00 | – | nessus | |
| Design/Logic Flaw | 15 Apr 200910:30 | – | prion | |
| PT-2009-01: PGP Desktop Pgpdisk.sys And Pgpwded.sys Multiple Vulnerabilities | 1 Jan 200900:00 | – | ptsecurity | |
| [Positive Technologies SA 2009-01] PGP Desktop Pgpdisk.sys And Pgpwded.sys Multiple Vulnerabilities | 13 Apr 200900:00 | – | securityvulns |
| Source | Link |
|---|---|
| securityfocus | www.securityfocus.com/archive/1/502633 |
| secunia | www.secunia.com/advisories/33310/ |
| en | www.en.securitylab.ru/lab/PT-2009-01 |
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_pgp_desktop_local_dos_vuln.nasl 4869 2016-12-29 11:01:45Z teissa $
#
# PGP Desktop Local Denial of Service Vulnerability
#
# Authors:
# Antu Sanadi <[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 allows attackers to execute arbitrary code with
system privileges or to crash the application.
Impact Level: Application.";
tag_affected = "PGP Desktop prior to version 9.10 on Windows.";
tag_insight = "IOCTL handler in 'pgpdisk.sys' and 'pgpwded.sys' files does not adequately
validate buffer data associated with the Irp object.";
tag_solution = "Upgrade to PGP Desktop 9.10
http://www.pgp.com/downloads/desktoptrial/desktoptrial2.html";
tag_summary = "This host has PGP Desktop is installed and is prone to Denial of Service
vulnerability.";
if(description)
{
script_id(800600);
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-04-23 08:16:04 +0200 (Thu, 23 Apr 2009)");
script_tag(name:"cvss_base", value:"7.2");
script_tag(name:"cvss_base_vector", value:"AV:L/AC:L/Au:N/C:C/I:C/A:C");
script_cve_id("CVE-2009-0681");
script_bugtraq_id(34490);
script_name("PGP Desktop Local Denial of Service Vulnerability");
script_xref(name : "URL" , value : "http://secunia.com/advisories/33310/");
script_xref(name : "URL" , value : "http://en.securitylab.ru/lab/PT-2009-01");
script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/502633");
script_category(ACT_GATHER_INFO);
script_tag(name:"qod_type", value:"registry");
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Denial of Service");
script_dependencies("gb_pgp_desktop_detect_win.nasl");
script_require_keys("PGPDesktop/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");
pgpVer = get_kb_item("PGPDesktop/Win/Ver");
if(!pgpVer){
exit(0);
}
# Check for version < 9.10
if(version_is_less(version:pgpVer, test_version:"9.10.0.500")){
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