<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Globalprotect — CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/globalprotect/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 13 May 2026 16:07:33 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/globalprotect/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2026-0249 GlobalProtect App: Certificate Validation Bypass Vulnerabilities</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-0249-globalprotect-cert-bypass/</link><pubDate>Wed, 13 May 2026 16:07:33 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-0249-globalprotect-cert-bypass/</guid><description>CVE-2026-0249 describes multiple improper certificate validation vulnerabilities in the Palo Alto Networks GlobalProtect app that could allow an attacker to intercept encrypted communications and potentially compromise the endpoint, especially on macOS, Android, and ChromeOS.</description><content:encoded><![CDATA[<p>Palo Alto Networks has disclosed CVE-2026-0249, which details certificate validation bypass vulnerabilities within the GlobalProtect app. Successful exploitation could allow a man-in-the-middle attacker on the same network segment to intercept encrypted communications between the GlobalProtect client and the VPN server, potentially leading to the compromise of the endpoint. The vulnerability affects specific versions of the GlobalProtect app on macOS, Android and ChromeOS. Specifically, macOS versions 6.0.0 through 6.0.12, 6.2.0 through 6.2.8-h9, and 6.3.0 through 6.3.3-h8 are affected. Android and ChromeOS versions 6.0.0 through 6.0.13 and 6.1.0 through 6.1.12 are also vulnerable. Windows, Linux and iOS are not affected. This vulnerability could facilitate the installation of malicious software by redirecting traffic to an attacker-controlled server.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker gains a man-in-the-middle position on the same network as the GlobalProtect client. This could be achieved through ARP spoofing or rogue Wi-Fi access points.</li>
<li>The user launches the vulnerable GlobalProtect app on macOS, Android, or ChromeOS.</li>
<li>The GlobalProtect app attempts to establish a VPN connection to the legitimate VPN server.</li>
<li>Due to the certificate validation vulnerabilities (CWE-295), the attacker intercepts the TLS handshake.</li>
<li>The attacker presents a fraudulent certificate to the GlobalProtect app. The app fails to properly validate the certificate.</li>
<li>An encrypted tunnel is established between the GlobalProtect client and the attacker&rsquo;s server.</li>
<li>All network traffic from the GlobalProtect client is now routed through the attacker&rsquo;s server.</li>
<li>The attacker redirects traffic destined for legitimate resources to attacker-controlled servers, facilitating the installation of malicious software.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-0249 can allow an attacker to intercept sensitive information transmitted through the VPN connection. An attacker can redirect traffic and potentially install malware, leading to data breaches, system compromise, and further lateral movement within the network. Palo Alto Networks is not aware of any malicious exploitation of these issues. The affected platforms include macOS, Android and ChromeOS.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade GlobalProtect App on macOS to version 6.0.13 or later, 6.2.8-h10 (6.2.8-948) or later, and 6.3.3-h9 (6.3.3-999) or later to remediate CVE-2026-0249.</li>
<li>Upgrade GlobalProtect App on Android and ChromeOS to version 6.0.14 or later and 6.1.13 or later to remediate CVE-2026-0249.</li>
<li>Monitor network traffic for unexpected certificate errors or connections to unusual domains from GlobalProtect clients, using a network intrusion detection system.</li>
<li>Consider implementing additional security measures, such as multi-factor authentication and endpoint detection and response (EDR) solutions, to mitigate the risk of endpoint compromise.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>cve-2026-0249</category><category>certificate validation</category><category>man-in-the-middle</category><category>globalprotect</category><category>vpn</category></item><item><title>CVE-2026-0251: Palo Alto Networks GlobalProtect App Local Privilege Escalation</title><link>https://feed.craftedsignal.io/briefs/2026-05-cve-2026-0251-globalprotect-lpe/</link><pubDate>Wed, 13 May 2026 16:02:54 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-05-cve-2026-0251-globalprotect-lpe/</guid><description>Multiple local privilege escalation vulnerabilities exist in Palo Alto Networks GlobalProtect App, allowing a local user to escalate privileges to NT AUTHORITY\SYSTEM on Windows and root on macOS and Linux, enabling arbitrary command execution with administrative privileges.</description><content:encoded><![CDATA[<p>Multiple local privilege escalation vulnerabilities, tracked as CVE-2026-0251, affect Palo Alto Networks GlobalProtect App versions before 6.3.3-h9 on Windows and macOS, and before 6.3.3-h2 on Linux. A local, non-administrative user can exploit these vulnerabilities to escalate their privileges to NT AUTHORITY\SYSTEM on Windows and root on macOS and Linux. Successful exploitation allows the attacker to execute arbitrary commands with administrative privileges. The GlobalProtect app on iOS, Android, Chrome OS, and GlobalProtect UWP app are not affected. Palo Alto Networks internally discovered these vulnerabilities.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>A non-administrative user gains local access to a system with a vulnerable version of the GlobalProtect App installed.</li>
<li>The attacker identifies an exploitable path within the GlobalProtect App due to an untrusted search path (CWE-426).</li>
<li>The attacker crafts a malicious executable or script and places it in a directory where the GlobalProtect App will search for it.</li>
<li>The GlobalProtect App, running with elevated privileges (NT AUTHORITY\SYSTEM on Windows, root on macOS/Linux), attempts to load or execute the malicious file.</li>
<li>Due to the untrusted search path, the attacker&rsquo;s malicious file is executed instead of the intended legitimate application component.</li>
<li>The malicious code executes with the elevated privileges of the GlobalProtect App.</li>
<li>The attacker leverages the elevated privileges to execute arbitrary commands.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-0251 allows a local, non-administrative user to gain full administrative control over the affected system. This can lead to unauthorized data access, modification, or deletion, installation of malware, and complete system compromise. Palo Alto Networks is not aware of any malicious exploitation of these issues.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade GlobalProtect App on Windows to version 6.0.13 or later for 6.0, 6.2.8-h10 (6.2.8-948) or later for 6.2, and 6.3.3-h9 (6.3.3-999) or later for 6.3 to remediate CVE-2026-0251 as per the vendor advisory.</li>
<li>Upgrade GlobalProtect App on macOS to version 6.0.13 or later for 6.0, 6.2.8-h10 (6.2.8-948) or later for 6.2, and 6.3.3-h9 (6.3.3-999) or later for 6.3 to remediate CVE-2026-0251 as per the vendor advisory.</li>
<li>Upgrade GlobalProtect App on Linux to version 6.0.11 or later for 6.0 and 6.3.3-h2 (6.3.3-42) or later for 6.2 and 6.3 to remediate CVE-2026-0251 as per the vendor advisory.</li>
</ul>
]]></content:encoded><category domain="severity">medium</category><category domain="type">advisory</category><category>privilege-escalation</category><category>cve-2026-0251</category><category>palo alto networks</category><category>globalprotect</category></item></channel></rss>