Lucene search
K

Panda Products Privilege Escalation Vulnerability

🗓️ 14 Dec 2009 00:00:00Reported by Copyright (C) 2009 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 12 Views

Panda Products Privilege Escalation Vulnerability. Successful exploitation can allow attacker to replace affected binary file with malicious binary executed with SYSTEM privileges

Related
Refs
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2009-4215
7 Dec 200917:00
cve
Cvelist
CVE-2009-4215
7 Dec 200917:00
cvelist
EUVD
EUVD-2009-4184
7 Oct 202500:30
euvd
NVD
CVE-2009-4215
7 Dec 200917:30
nvd
OpenVAS
Panda Products 'CVE-2009-4215' Privilege Escalation Vulnerability
14 Dec 200900:00
openvas
Prion
Code injection
7 Dec 200917:30
prion
###############################################################################
# OpenVAS Vulnerability Test
# $Id: gb_panda_prdts_priv_esc_vuln.nasl 8218 2017-12-21 14:14:04Z cfischer $
#
# Panda Products Privilege Escalation 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 will let the attacker replace the affected binary file
  with a malicious binary which will be executed with SYSTEM privileges.

  Impact level: System.";

tag_affected = "Panda AntiVirus Pro 2010 version 9.01.00 and prior.
  Panda Internet Security 2010 version 15.01.00 and prior.
  Panda Global Protection 2010 version 3.01.00 and prior.";
tag_insight = "This flaw is due to insecure permissions being set on the 'PavFnSvr.exe'
  file (Everyone/Full Control) within the installation directory, which could be
  exploited by malicious users to replace the affected file with a malicious
  binary which will be executed with SYSTEM privileges.";
tag_solution = "Apply the security updates accordingly.
  http://www.pandasecurity.com/homeusers/support/card?id=80164&idIdioma=2";
tag_summary = "This host is running panda Products and is prone to Privilege
  Escalation Vulnerability.";

if(description)
{
  script_id(801080);
  script_version("$Revision: 8218 $");
  script_tag(name:"last_modification", value:"$Date: 2017-12-21 15:14:04 +0100 (Thu, 21 Dec 2017) $");
  script_tag(name:"creation_date", value:"2009-12-14 09:18:47 +0100 (Mon, 14 Dec 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-4215");
  script_name("Panda Products Privilege Escalation Vulnerability");
  script_xref(name : "URL" , value : "http://secunia.com/advisories/37373");
  script_xref(name : "URL" , value : "http://www.securitytracker.com/id?1023121");
  script_xref(name : "URL" , value : "http://www.vupen.com/english/advisories/2009/3126");
  script_xref(name : "URL" , value : "http://www.securityfocus.com/archive/1/archive/1/507811/100/0/threaded");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
  script_family("Privilege escalation");
  script_dependencies("gb_panda_prdts_detect.nasl");
  script_mandatory_keys("Panda/Products/Installed");
  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);
  script_tag(name : "impact" , value : tag_impact);
  exit(0);
}

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

# Check for the Panda Antivirus 2010(9.01.00) and prior
if( version = get_app_version( cpe:"cpe:/a:pandasecurity:panda_av_pro_2010", nofork:TRUE ) ) {
  if( version_in_range( version:version, test_version:"9.0", test_version2:"9.01.00" ) ) {
    report = report_fixed_ver( installed_version:version, fixed_version:"See references" );
    security_message( port:0, data:report );
  }
}

# Check for the Panda Internet Security 2010(15.01.00) and prior
if( version = get_app_version( cpe:"cpe:/a:pandasecurity:panda_internet_security_2010", nofork:TRUE ) ) {
  if( version_in_range( version:version, test_version:"15.0", test_version2:"15.01.00" ) ) {
    report = report_fixed_ver( installed_version:version, fixed_version:"See references" );
    security_message( port:0, data:report );
  }
}

#Check for the Panda Global Protection 2010 (3.01.00) and prrior.
if( version = get_app_version( cpe:"cpe:/a:pandasecurity:panda_global_protection_2010" ) ) {
  if( version_in_range( version:version, test_version:"3.0", test_version2:"3.01.00" ) ) {
    report = report_fixed_ver( installed_version:version, fixed_version:"See references" );
    security_message( port:0, data:report );
  }
}

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