← Back to Feed CACHED · 2026-08-13 05:05:16 · CACHE_KEY CVE-2026-0292
CVE-2026-0292 · CWE-290 · Disclosed 2026-08-13

An authentication bypass vulnerability in the network driver of Palo Alto Networks Prisma® Access Agent on…

ASSESSED — NOISGATE V0.5
Vendor
Reassessed
Verdict:
Do you agree?
01 · The Real Story

It's like discovering a secret door in a vault that only opens if you already have the master key

CVE-2026-0292 is an authentication bypass (CWE-290) in the network driver of Palo Alto Networks Prisma Access Agent on Windows. Versions 24.0 through 26.2.2 are affected. A local administrator can exploit this flaw to bypass the agent's security inspection engine, allowing them to inject and intercept arbitrary network traffic that would otherwise be inspected and enforced by the SASE tunnel. The fix is version 26.3, with an ETA of August 20, 2026. Only Windows is affected — Linux, macOS, iOS, Android, and ChromeOS are not vulnerable.

Palo Alto's own CVSS 4.0 Base score is 6.1, but after applying their Threat adjustment (no known exploitation, automatic remediation available, confirmed fix) they land on a CVSS-BT of 2.1 / LOW with *moderate* urgency. That LOW rating is defensible: the attack requires local administrator privileges, which means the attacker has already deeply compromised the endpoint. The incremental value of this CVE over what a local admin can already do (disable services, modify drivers, kill agent processes) is narrow. However, this *is* a security inspection bypass in a network-level agent, meaning a sophisticated post-compromise actor could use it to evade DLP and threat inspection silently — without triggering the tamper-protection alerts that cruder methods would fire. That nuance bumps it above LOW into MEDIUM territory in our assessment.

"Local-admin-only bypass of Prisma Access traffic inspection; low incremental risk over existing admin powers."
02 · The Attack Path

3 steps from start to impact.

STEP 01

Obtain local administrator on Windows endpoint

The attacker must first achieve local administrator privileges on a Windows host running Prisma Access Agent. This is a prerequisite, not part of this vulnerability itself. It could come from credential theft, lateral movement, or a separate privilege-escalation chain.
Conditions required:
  • Local administrator access on a Windows endpoint running Prisma Access Agent 24.0–26.2.2
Where this breaks in practice:
  • Requires prior compromise — this is a post-exploitation technique, not initial access
  • Enterprise environments with PAM/LAPS reduce the availability of standing local admin credentials
Detection/coverage: EDR should flag the initial compromise that grants local admin. CrowdStrike, Defender for Endpoint, SentinelOne all monitor privilege escalation.
STEP 02

Interact with Prisma Access Agent network driver

Using local admin privileges, the attacker interacts with the Prisma Access Agent network driver to exploit the authentication bypass (CWE-290 / CAPEC-151 identity spoofing). The driver fails to properly authenticate the source of network control requests, allowing the admin to bypass the security inspection pipeline.
Conditions required:
  • Prisma Access Agent service is running and the network driver is loaded
  • Knowledge of the driver interface (requires reverse engineering or leaked advisory details)
Where this breaks in practice:
  • No public PoC or exploit code exists as of disclosure date
  • The driver interface details are not publicly documented, raising the bar for exploitation
  • Prisma Access Agent tamper protection may log or alert on unusual driver interactions
Detection/coverage: Prisma Access Agent logs may capture unusual driver API calls. SIEM correlation of agent health telemetry can surface inspection-bypass conditions.
STEP 03

Bypass security inspection and inject/intercept traffic

Once the bypass is active, the attacker can route network traffic outside the SASE inspection tunnel. This means outbound C2 traffic, data exfiltration, or lateral movement traffic avoids DLP, threat inspection, and URL filtering enforced by Prisma Access. The agent appears healthy to the management console but is no longer inspecting the attacker's traffic.
Conditions required:
  • Successful exploitation of CVE-2026-0292
Where this breaks in practice:
  • Network-level controls (firewall, proxy, NAC) independent of the agent still apply
  • If the enterprise uses split-tunnel with allow-list, only approved destinations are reachable even without inspection
  • EDR on the same host still monitors process and file activity independently
Detection/coverage: Network flow anomaly detection (e.g., traffic from the endpoint not traversing the expected Prisma Access PoP). Prisma Access management console health checks may show inspection volume drops.
03 · Intelligence Metadata

The supporting signals.

In-the-Wild ExploitationNone reported. Palo Alto confirms no known malicious exploitation. Not listed on CISA KEV.
Proof-of-ConceptNo public PoC as of 2026-08-13. The network driver interface is undocumented, raising the reverse-engineering bar.
EPSS ScoreNot yet scored — CVE disclosed today (2026-08-13). Expect a low EPSS given local/admin prerequisites.
KEV StatusNot listed. No CISA KEV entry.
CVSS VectorCVSS:4.0/AV:L/AC:L/AT:N/PR:H/UI:N/VC:N/VI:L/VA:L/SC:H/SI:H/SA:L — Base 6.1, Threat-adjusted (BT) 2.1. Local access, high privileges, no user interaction. Subsequent system impact is high for integrity and confidentiality.
Affected VersionsPrisma Access Agent for Windows versions 24.0 through 26.2.2
Fixed Version26.3 (ETA: August 20, 2026). No backports announced. No workarounds available.
Exposure DataPrisma Access Agent is an endpoint agent, not internet-facing. No Shodan/Censys/GreyNoise exposure relevant. Palo Alto claims tens of thousands of enterprise deployments of Prisma Access.
Disclosure Date2026-08-13 (today). Coordinated disclosure by Palo Alto Networks.
ReporterNot publicly attributed in the advisory.
04 · The Call

noisgate verdict.

Final Verdict
UPGRADED to MEDIUM (4.5/10)

The single most decisive factor is the local administrator prerequisite: an attacker who already holds local admin on a Windows endpoint has extensive existing capabilities to disable or circumvent security tooling, making the incremental risk of this specific inspection bypass narrow. The security-agent-bypass nature of the flaw prevents a LOW rating, but the lack of any remote attack surface or privilege escalation keeps it firmly in MEDIUM.

HIGH Vulnerability description and affected versions (vendor advisory is detailed)
HIGH Attack prerequisites — local admin confirmed by vendor CVSS vector (PR:H, AV:L)
MEDIUM Real-world exploitability — no PoC exists, driver internals undocumented
LOW EPSS and threat-intel maturity — CVE disclosed today, no data yet

Why this verdict

  • Local admin prerequisite (AV:L/PR:H): The attacker must already have the highest local privilege level on the endpoint. This is not initial access — it is deep post-compromise. Every enterprise EDR should detect the chain that grants admin before this CVE is even reachable.
  • No remote attack surface: This cannot be triggered over the network. There is zero exposure to internet-facing scanners or drive-by exploitation. The reachable attacker population is limited to those who have already compromised the specific endpoint.
  • Security agent bypass — floor anchor: Prisma Access Agent is a security inspection component. Bypassing it silently (without triggering tamper alerts) has post-compromise evasion value for APT-grade actors. This prevents dropping to LOW despite the heavy friction.
  • Role multiplier: Prisma Access Agent runs on endpoints (laptops, workstations, occasionally VDI). It is not a domain controller, hypervisor, or identity provider. The blast radius of bypassing inspection on one endpoint is host-scoped — the attacker evades DLP/threat-inspection on that single host's traffic. There is no lateral or fleet-scale amplification from this CVE alone. The high-value role floor (CRITICAL/HIGH) does not apply because the component is an endpoint agent, not a control-plane or identity-tier asset.
  • No exploitation, no PoC, no KEV: Zero evidence of weaponization. The driver interface is undocumented. Exploitation requires reverse engineering effort with no public guidance.

Why not higher?

This is not HIGH because the vulnerability requires local administrator access — a position that already grants the attacker extensive control over the endpoint, including the ability to disable services, unload drivers, or kill agent processes through other means. The blast radius is limited to a single endpoint's traffic inspection, with no privilege escalation, no lateral movement enablement, and no remote trigger. No exploitation exists in the wild.

Why not lower?

This is not LOW because the flaw resides in a security inspection component's network driver. A clean, silent bypass of traffic inspection — one that doesn't trigger tamper-protection alerts the way killing the service would — has genuine operational value for sophisticated post-compromise actors conducting data exfiltration or C2 communication. The affected version range spans over two years of releases (24.0–26.2.2), meaning a large installed base is vulnerable. The vendor's own CVSS Base of 6.1 (before threat adjustment) acknowledges the subsequent-system impact is high.

05 · Compensating Control

What to do — in priority order.

  1. Monitor Prisma Access Agent health telemetry for inspection-volume anomalies — Configure your Prisma Access management console to alert when an endpoint's inspected traffic volume drops to zero or significantly below baseline. This detects the bypass in action. No mitigation SLA applies for MEDIUM — go straight to remediation within 365 days.
  2. Enforce least-privilege and remove standing local admin — Deploy LAPS or a PAM solution (CyberArk, BeyondTrust) to eliminate standing local administrator credentials. This cuts off the prerequisite for the attack. This is a strategic control, not a CVE-specific workaround.
  3. Layer network-level inspection independent of the endpoint agent — Ensure a cloud proxy, NGFW, or CASB inspects traffic at the network perimeter independently of the endpoint agent. If the agent is bypassed, the network-tier inspection still catches malicious traffic.
  4. Upgrade to Prisma Access Agent 26.3 when available (ETA 2026-08-20) — Palo Alto confirms no workaround exists. The only remediation is upgrading to 26.3. Plan deployment within the 365-day noisgate remediation SLA for MEDIUM, though upgrading promptly when the patch drops on Aug 20 is prudent.
What doesn't work
  • Restarting the Prisma Access Agent service — the vulnerability is in the network driver, not the service process. Restarting the service does not re-authenticate the driver control path.
  • Application whitelisting / AppLocker — the attacker is already a local administrator and can modify AppLocker policies or use trusted binaries to interact with the driver.
  • Network segmentation alone — while helpful for limiting lateral movement, it does not restore the bypassed inspection on the compromised endpoint's own traffic.
06 · Verification

Crowdsourced verification payload.

Run this on each Windows endpoint where Prisma Access Agent is installed. Requires standard user privileges (reads registry/file version only). Example: powershell -ExecutionPolicy Bypass -File .\Check-CVE-2026-0292.ps1

noisgate-verify.ps1
POWERSHELLREAD-ONLYSAFE
#Requires -Version 5.1
# Check-CVE-2026-0292.ps1
# Checks if Prisma Access Agent on Windows is vulnerable to CVE-2026-0292
# Output: VULNERABLE / PATCHED / UNKNOWN
# Exit codes: 1 = VULNERABLE, 0 = PATCHED, 2 = UNKNOWN

$ErrorActionPreference = 'Stop'

try {
    # Common install paths for Prisma Access Agent
    $paths = @(
        "$env:ProgramFiles\Palo Alto Networks\Prisma Access Agent",
        "${env:ProgramFiles(x86)}\Palo Alto Networks\Prisma Access Agent"
    )

    $agentExe = $null
    foreach ($p in $paths) {
        $candidate = Join-Path $p 'PrismaAccessAgent.exe'
        if (Test-Path $candidate) {
            $agentExe = $candidate
            break
        }
    }

    if (-not $agentExe) {
        # Try registry
        $regPaths = @(
            'HKLM:\SOFTWARE\Palo Alto Networks\Prisma Access Agent',
            'HKLM:\SOFTWARE\WOW6432Node\Palo Alto Networks\Prisma Access Agent'
        )
        foreach ($rp in $regPaths) {
            if (Test-Path $rp) {
                $installDir = (Get-ItemProperty -Path $rp -ErrorAction SilentlyContinue).InstallDir
                if ($installDir -and (Test-Path (Join-Path $installDir 'PrismaAccessAgent.exe'))) {
                    $agentExe = Join-Path $installDir 'PrismaAccessAgent.exe'
                    break
                }
            }
        }
    }

    if (-not $agentExe) {
        Write-Host 'UNKNOWN - Prisma Access Agent not found on this host'
        exit 2
    }

    $ver = (Get-Item $agentExe).VersionInfo.ProductVersion
    if (-not $ver) {
        $ver = (Get-Item $agentExe).VersionInfo.FileVersion
    }

    if (-not $ver) {
        Write-Host "UNKNOWN - Could not determine Prisma Access Agent version from $agentExe"
        exit 2
    }

    Write-Host "Detected Prisma Access Agent version: $ver"

    try {
        $parsed = [System.Version]($ver -replace '[^0-9.]', '')
    } catch {
        Write-Host "UNKNOWN - Could not parse version string: $ver"
        exit 2
    }

    # Affected: 24.0 through 26.2.2
    # Fixed: 26.3+
    $minAffected = [System.Version]'24.0'
    $fixedVersion = [System.Version]'26.3'

    if ($parsed -ge $fixedVersion) {
        Write-Host "PATCHED - Version $ver is >= 26.3 (fixed)"
        exit 0
    } elseif ($parsed -ge $minAffected) {
        Write-Host "VULNERABLE - Version $ver is in affected range 24.0 - 26.2.2 (CVE-2026-0292)"
        exit 1
    } else {
        Write-Host "UNKNOWN - Version $ver is below 24.0; not in documented affected range"
        exit 2
    }
} catch {
    Write-Host "UNKNOWN - Error during check: $_"
    exit 2
}
07 · Bottom Line

If you remember one thing.

TL;DR
CVE-2026-0292 is a MEDIUM severity local-admin-only bypass of Prisma Access Agent's network traffic inspection on Windows. No mitigation SLA applies under the noisgate framework for MEDIUM findings — go straight to the 365-day noisgate remediation SLA. That said, Palo Alto expects version 26.3 to ship on August 20, 2026 (one week from disclosure). There is no workaround, so plan to deploy 26.3 through your normal agent update pipeline once it drops. In the interim, ensure your EDR and network-tier inspection (NGFW, cloud proxy) are active — they operate independently of the Prisma Access Agent and will catch post-compromise activity even if the agent's inspection is bypassed. If your environment has high-value endpoints where Prisma Access Agent is the *sole* inspection layer, prioritize those hosts for the earliest upgrade wave.

Sources

  1. Palo Alto Networks Advisory — CVE-2026-0292
  2. CyberSecurity News — Palo Alto August 2026 Patches
  3. Palo Alto Advisory — CVE-2026-0278 (related DLP bypass)
  4. Palo Alto Advisory — CVE-2026-0268 (related VPN bypass)
  5. FIRST EPSS Lookup
  6. CISA KEV Catalog
Peer Review

What defenders are saying.

Submit a review attribution: handle + country only
0 flags selected · stored anonymously
Validation Results

Crowdsourced verification outputs.

Results submitted by users who ran the verification payload against their environment.