Wingetlywingetly
← All apps

Prisma Access Browser

by Palo Alto Networks Incv153.3.4.48

Last updated

The only SASE-native secure browser that empowers secure work for any user, any device, any app, anywhere.

Install with winget

$ winget install --id PaloAltoNetworks.PrismaAccessBrowser --exact --version 153.3.4.48

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Prisma Access Browser

Prisma Access Browser uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i crx_signed_o4_stable_prisma_access_browser_installer_153_3_4_48-153.3.4.48-1e753543.msi /quiet /norestart

See the full silent install reference for Prisma Access Browser

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

About

Prisma Browser is designed to enhance security for both managed and unmanaged devices. It provides a natively integrated enterprise browser that extends protection to unmanaged devices, helping safeguard business applications and data by implementing security directly within the browser.

Prisma Browser supports various use-cases, including:

- Third-Party Access: Enables secure access to SaaS or private web applications for contractors, partners, consumers, or students using unmanaged devices.

- Bring Your Own Device (BYOD) Access: Enables secure access to SaaS or private web applications for contractors, partners, consumers, or students using unmanaged devices.

- Temporary Secure Access: Facilitates access to critical applications such as Human Resources and Payroll during system transitions like agent rollouts or network mergers.

- Secure Access for Managed Devices: Ensures protection for employees using work devices to handle highly sensitive data.

Designed specifically for enterprise environments, Prisma Browser incorporates security features aimed at mitigating risks such as phishing, Malware, eavesdropping, and data exfiltration. It retains the familiar interface and functionality of Google Chrome while integrating additional security measures to address potential vulnerabilities, offering a balance between usability and protection.

Installers · v153.3.4.48

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
machineDirect
arm64MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

7 known CVEs via NVD

  • high7.5Patched in wingetCVE-2026-0227Jan 15, 2026

    A vulnerability in Palo Alto Networks PAN-OS software enables an unauthenticated attacker to cause a denial of service (DoS) to the firewall. Repeated attempts to trigger this issue results in the firewall entering into maintenance mode.

  • high7.5Patched in wingetCVE-2024-3393Dec 26, 2024

    A Denial of Service vulnerability in the DNS Security feature of Palo Alto Networks PAN-OS software allows an unauthenticated attacker to send a malicious packet through the data plane of the firewall that reboots the firewall. Repeated attempts to trigger this condition will ca...

  • high7.1Patched in wingetCVE-2024-8687Sep 11, 2024

    An information exposure vulnerability exists in Palo Alto Networks PAN-OS software that enables a GlobalProtect end user to learn both the configured GlobalProtect uninstall password and the configured disable or disconnect passcode. After the password or passcode is known, end...

  • medium4.1Patched in wingetCVE-2024-3388Apr 10, 2024

    A vulnerability in the GlobalProtect Gateway in Palo Alto Networks PAN-OS software enables an authenticated attacker to impersonate another user and send network packets to internal assets. However, this vulnerability does not allow the attacker to receive response packets from...

  • medium6.5Patched in wingetCVE-2022-0011affects v2.1Feb 10, 2022

    PAN-OS software provides options to exclude specific websites from URL category enforcement and those websites are blocked or allowed (depending on your rules) regardless of their associated URL category. This is done by creating a custom URL category list or by using an externa...

  • medium6.4Patched in wingetCVE-2021-3061affects v2.1Nov 10, 2021

    An OS command injection vulnerability in the Palo Alto Networks PAN-OS command line interface (CLI) enables an authenticated administrator with access to the CLI to execute arbitrary OS commands to escalate privileges. This issue impacts: PAN-OS 8.1 versions earlier than PAN-OS...

  • high8.1Patched in wingetCVE-2021-3060affects v2.1Nov 10, 2021

    An OS command injection vulnerability in the Simple Certificate Enrollment Protocol (SCEP) feature of PAN-OS software allows an unauthenticated network-based attacker with specific knowledge of the firewall configuration to execute arbitrary code with root user privileges. The a...

Source: NVD, updated 1h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • Google ChromeGoogle LLC
    Google.Chromev153.0.8010.53

    The Fast & Secure Web Browser Built to be Yours

  • Cromiteuazo
    uazo.cromitev153.0.8010.37

    A Bromite fork with ad blocking and privacy enhancements; take back your browser!

  • Microsoft ASP.NET Core Hosting Bundle 8.0Microsoft Corporation
    Microsoft.DotNet.HostingBundle.8v8.0.31

    .NET is a free, cross-platform, open-source developer platform for building many different types of applications.

  • AWS Command Line InterfaceAmazon Web Services
    Amazon.AWSCLIv2.36.48

    Universal Command Line Interface for Amazon Web Services

  • Microsoft ASP.NET Core Runtime 9.0Microsoft Corporation
    Microsoft.DotNet.AspNetCore.9v9.0.20

    .NET is a free, cross-platform, open-source developer platform for building many different types of applications.

  • Microsoft EdgeMicrosoft Corporation
    Microsoft.Edgev153.0.4234.46

    Microsoft Edge is a cross-platform web browser built for modern life.

More from Palo Alto Networks Inc or browse browser, chromium, internet.

Frequently asked questions

How do I install Prisma Access Browser on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id PaloAltoNetworks.PrismaAccessBrowser --exact --version 153.3.4.48. winget downloads the installer from Palo Alto Networks Inc and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Prisma Access Browser silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id PaloAltoNetworks.PrismaAccessBrowser --exact 153.3.4.48 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Prisma Access Browser?
Prisma Access Browser uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i crx_signed_o4_stable_prisma_access_browser_installer_153_3_4_48-153.3.4.48-1e753543.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall Prisma Access Browser via winget?
Run: winget uninstall --id PaloAltoNetworks.PrismaAccessBrowser --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Prisma Access Browser's Apps & Features entry.
Is Prisma Access Browser free?
Prisma Access Browser is distributed under Proprietary. Refer to the publisher (https://get.pabrowser.com/) for the full license terms - Wingetly itself does not charge for installation.
Does Prisma Access Browser work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Prisma Access Browser directly from the publisher.
How do I keep Prisma Access Browser up to date?
Run winget upgrade --id PaloAltoNetworks.PrismaAccessBrowser --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of Prisma Access Browser from microsoft/winget-pkgs.

Recent versions

  • 153.3.4.48latest
  • 153.3.3.37
  • 152.8.5.83
  • 152.8.4.76
  • 152.8.3.65
  • 151.26.6.174
  • 151.26.5.170
  • 151.26.4.138
  • 151.19.3.109
  • 151.19.2.76