Lucene search

K
openvasCopyright (C) 2009 Greenbone AGOPENVAS:1361412562310801080
HistoryDec 14, 2009 - 12:00 a.m.

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

2009-12-1400:00:00
Copyright (C) 2009 Greenbone AG
plugins.openvas.org
7

CVSS2

7.2

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:L/AC:L/Au:N/C:C/I:C/A:C

AI Score

6.9

Confidence

High

EPSS

0

Percentile

5.1%

panda Products is prone to a privilege escalation vulnerability.

# 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 );

CVSS2

7.2

Attack Vector

LOCAL

Attack Complexity

LOW

Authentication

NONE

Confidentiality Impact

COMPLETE

Integrity Impact

COMPLETE

Availability Impact

COMPLETE

AV:L/AC:L/Au:N/C:C/I:C/A:C

AI Score

6.9

Confidence

High

EPSS

0

Percentile

5.1%

Related for OPENVAS:1361412562310801080