| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| CVE-2025-34109 | 29 May 201815:50 | – | circl | |
| Panda Security多款产品 代码问题漏洞 | 15 Jul 202500:00 | – | cnnvd | |
| CVE-2025-34109 | 15 Jul 202513:04 | – | cve | |
| CVE-2025-34109 Panda Security PSEvents.exe Insecure DLL Loading Privilege Escalation | 15 Jul 202513:04 | – | cvelist | |
| EUVD-2025-21431 | 3 Oct 202520:07 | – | euvd | |
| CVE-2025-34109 | 15 Jul 202513:15 | – | nvd | |
| Panda Small Business Protection <= 16.1.2 Privilege Escalation Vulnerability | 18 Nov 201600:00 | – | openvas | |
| Panda Antivirus Pro <= 16.1.2 Privilege Escalation Vulnerability | 21 Nov 201600:00 | – | openvas | |
| Panda Global Protection <= 16.1.2 Privilege Escalation Vulnerability | 21 Nov 201600:00 | – | openvas | |
| PT-2025-29551 · Panda Security · Panda Internet Security 2016 +3 | 15 Jul 202500:00 | – | ptsecurity |
# 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_internet_security_2014";
if(description)
{
script_oid("1.3.6.1.4.1.25623.1.0.107090");
script_version("2026-04-28T06:28:06+0000");
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.8");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:C");
script_cve_id("CVE-2025-34109");
script_tag(name:"qod", value:"30");
script_tag(name:"solution_type", value:"VendorFix");
script_name("Panda Internet Security <= 16.1.2 Privilege Escalation Vulnerability");
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/InternetSecurity/Ver");
script_tag(name:"summary", value:"Panda Internet Security is prone to a privilege escalation
vulnerability.");
script_tag(name:"vuldetect", value:"Checks if a vulnerable version is present on the target host.");
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:"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:"affected", value:"Panda Internet Security version 16.1.2 and prior.");
script_tag(name:"solution", value:"Install the hotfix for this vulnerability linked in the
references.");
script_xref(name:"URL", value:"https://web.archive.org/web/20160704105329/http://www.pandasecurity.com/uk/support/card?id=100053");
script_xref(name:"URL", value:"https://web.archive.org/web/20170415211828/http://www.security-assessment.com/files/documents/advisory/Panda%20Security%20-%20Privilege%20Escalation.pdf");
script_xref(name:"URL", value:"https://www.exploit-db.com/exploits/40020/");
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:"16.01.02" ) ) {
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