Lucene search
+L

Panda Products 'CVE-2009-4215' Privilege Escalation Vulnerability

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

Panda Products 'CVE-2009-4215' Privilege Escalation Vulnerabilit

Related
Refs
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2009-4215
7 Dec 200917:00
cve
cvelist
Cvelist
CVE-2009-4215
7 Dec 200917:00
cvelist
euvd
EUVD
EUVD-2009-4184
7 Oct 202500:30
euvd
nvd
NVD
CVE-2009-4215
7 Dec 200917:30
nvd
openvas
OpenVAS
Panda Products Privilege Escalation Vulnerability
14 Dec 200900:00
openvas
prion
Prion
Code injection
7 Dec 200917:30
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.801080");
  script_version("2023-07-27T05:05:08+0000");
  script_tag(name:"last_modification", value:"2023-07-27 05:05:08 +0000 (Thu, 27 Jul 2023)");
  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 'CVE-2009-4215' 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_xref(name:"URL", value:"http://www.pandasecurity.com/homeusers/support/card?id=80164&idIdioma=2");

  script_tag(name:"qod_type", value:"registry");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2009 Greenbone AG");
  script_family("Privilege escalation");
  script_dependencies("gb_panda_prdts_detect.nasl");
  script_mandatory_keys("Panda/Products/Installed");

  script_tag(name:"affected", value:"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.");

  script_tag(name:"insight", value:"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.");

  script_tag(name:"solution", value:"Apply the security updates from the linked references.");

  script_tag(name:"summary", value:"panda Products is prone to a privilege escalation vulnerability.");

  script_tag(name:"impact", value:"Successful exploitation will let the attacker replace the affected binary file
  with a malicious binary which will be executed with SYSTEM privileges.");

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

  exit(0);
}

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

cpe_list = make_list( "cpe:/a:pandasecurity:panda_av_pro_2010", "cpe:/a:pandasecurity:panda_internet_security_2010", "cpe:/a:pandasecurity:panda_global_protection_2010" );

if( ! infos = get_app_version_and_location_from_list( cpe_list:cpe_list, exit_no_version:TRUE ) )
  exit( 0 );

vers = infos["version"];
path = infos["location"];
cpe  = infos["cpe"];

if( "cpe:/a:pandasecurity:panda_av_pro_2010" >< cpe ) {
  if( version_in_range( version:vers, test_version:"9.0", test_version2:"9.01.00" ) ) {
    report = report_fixed_ver( installed_version:vers, fixed_version:"See references", install_path:path );
    security_message( port:0, data:report );
    exit( 0 );
  }
}

else if( "cpe:/a:pandasecurity:panda_internet_security_2010" >< cpe ) {
  if( version_in_range( version:vers, test_version:"15.0", test_version2:"15.01.00" ) ) {
    report = report_fixed_ver( installed_version:vers, fixed_version:"See references", install_path:path );
    security_message( port:0, data:report );
    exit( 0 );
  }
}

else if( "cpe:/a:pandasecurity:panda_global_protection_2010" >< cpe ) {
  if( version_in_range( version:vers, test_version:"3.0", test_version2:"3.01.00" ) ) {
    report = report_fixed_ver( installed_version:vers, fixed_version:"See references", install_path:path );
    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

27 Jul 2023 00:00Current
6.9Medium risk
Vulners AI Score6.9
CVSS 27.2
EPSS0.00368
17