| Reporter | Title | Published | Views | Family All 10 |
|---|---|---|---|---|
| CVE-2014-3450 | 23 May 201414:00 | – | cve | |
| CVE-2014-3450 | 23 May 201414:00 | – | cvelist | |
| EUVD-2014-3462 | 7 Oct 202500:30 | – | euvd | |
| CVE-2014-3450 | 23 May 201414:55 | – | nvd | |
| Panda Gold Protection 2014 (7.01.01) Privilege Escalation Vulnerability (CVE-2014-3450) - Windows | 21 Nov 201600:00 | – | openvas | |
| Panda Gold Protection 2014 Privilege Escalation Vulnerability (CVE-2014-3450) - Windows | 18 Nov 201600:00 | – | openvas | |
| Panda Internet Security 2014 (19.01.01) Privilege Escalation Vulnerability (CVE-2014-3450) - Windows | 21 Nov 201600:00 | – | openvas | |
| Code injection | 23 May 201414:55 | – | prion | |
| CVE-2014-3450 - Privilege Escalation in Panda Security | 2 Jun 201400:00 | – | securityvulns | |
| Panda products privilege escalation | 2 Jun 201400:00 | – | securityvulns |
| Source | Link |
|---|---|
| portcullis-security | www.portcullis-security.com/security-research-and-downloads/security-advisories/cve-2014-3450/ |
| anti-reversing | www.anti-reversing.com/cve-2014-3450-privilege-escalation-in-panda-security/ |
# SPDX-FileCopyrightText: 2016 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
CPE = "cpe:/a:pandasecurity:panda_av_pro_2014";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.107089");
script_version("2026-04-28T06:28:06+0000");
script_cve_id("CVE-2014-3450");
script_tag(name:"last_modification", value:"2026-04-28 06:28:06 +0000 (Tue, 28 Apr 2026)");
script_tag(name:"creation_date", value:"2016-11-21 09:18:47 +0100 (Mon, 21 Nov 2016)");
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_name("Panda Antivirus Pro 2014 Privilege Escalation Vulnerability (CVE-2014-3450) - Windows");
script_xref(name:"URL", value:"http://www.anti-reversing.com/cve-2014-3450-privilege-escalation-in-panda-security/");
script_xref(name:"URL", value:"https://www.portcullis-security.com/security-research-and-downloads/security-advisories/cve-2014-3450/");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2016 Greenbone AG");
script_family("Privilege escalation");
script_dependencies("gb_panda_prdts_detect.nasl");
script_mandatory_keys("Panda/Antivirus/Ver");
script_tag(name:"affected", value:"Panda Antivirus Pro 2014 v13.01.01 and prior.");
script_tag(name:"insight", value:"As the USERS group has write permissions over the folder where
the PSEvents.exe process is located, it is possible to execute malicious code as Local System.");
script_tag(name:"solution", value:"Install Panda Hotfix for this vulnerability, see the vendor
advisory.");
script_tag(name:"summary", value:"Antivirus Pro 2014 is prone to a privilege escalation
vulnerability.");
script_tag(name:"impact", value:"This vulnerability allows for privilege escalation on the local
system.");
script_tag(name:"qod", value:"30");
script_tag(name:"solution_type", value:"VendorFix");
exit(0);
}
include("host_details.inc");
include("version_func.inc");
if( ! infos = get_app_version_and_location( cpe:CPE, exit_no_version:TRUE ) )
exit( 0 );
vers = infos["version"];
path = infos["location"];
if( version_is_less_equal( version:vers, test_version:"13.01.01" ) ) {
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