The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2022-0011

CVE-2022-0011: Palo Alto PAN-OS URL Filter Vulnerability

CVE-2022-0011 is an information disclosure vulnerability in Palo Alto Networks PAN-OS affecting URL filtering. Wildcard patterns may unintentionally allow or block URLs, creating security risks. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Published: February 11, 2026

CVE-2022-0011 Overview

CVE-2022-0011 is a URL filtering bypass vulnerability affecting Palo Alto Networks PAN-OS and Prisma Access products. The vulnerability stems from improper pattern matching behavior in custom URL category lists and external dynamic lists (EDL) used for URL filtering enforcement. When hostname patterns in these lists do not end with a forward slash (/) or contain certain wildcard characters, the matching logic may inadvertently allow or block more URLs than intended.

This behavior creates a security risk where attackers could craft URLs that exploit the overly permissive pattern matching to bypass security policies, potentially accessing blocked content or exfiltrating data through unintended URL matches.

Critical Impact

Security policies using custom URL categories or EDLs may permit unintended traffic, allowing attackers to bypass URL filtering controls and potentially access malicious or restricted websites.

Affected Products

  • Palo Alto Networks PAN-OS versions earlier than 10.1.3
  • Palo Alto Networks PAN-OS versions earlier than 10.0.8
  • Palo Alto Networks PAN-OS versions earlier than 9.1.12
  • All Palo Alto Networks PAN-OS 9.0 versions
  • Palo Alto Networks PAN-OS versions earlier than 8.1.21
  • Palo Alto Networks Prisma Access 2.1 and 2.2

Discovery Timeline

  • 2022-02-10 - CVE-2022-0011 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-0011

Vulnerability Analysis

The vulnerability exists in how PAN-OS interprets hostname patterns within URL filtering profiles. When administrators configure custom URL category lists or external dynamic lists (EDL), the system uses pattern matching to determine whether a URL should be allowed or blocked based on configured policies.

The core issue is that hostname patterns without proper termination characters are interpreted more broadly than expected. For instance, an entry for example.com will match any URL that starts with that string, including example.com.malicious-site.test. This Interpretation Type Confusion (CWE-436) leads to unintended policy behavior.

The vulnerability has significant integrity impact because it allows traffic that should be blocked to pass through, or conversely blocks traffic that should be allowed. While confidentiality and availability are not directly impacted, the security policy bypass can enable further attacks by allowing access to malicious resources.

Root Cause

The root cause is improper handling of hostname pattern matching in URL filtering logic. The system treats incomplete hostname patterns (those not ending with /) as prefix matches rather than exact domain matches. This design decision creates ambiguity in policy enforcement when administrators expect exact domain matching but receive substring matching instead.

The pattern matching behavior follows these rules:

  • example.com matches any URL starting with example.com, including example.com.website.test
  • example.com.* matches URLs like example.com.website.test
  • example.com.^ matches any top-level domain variant like example.com.test

Attack Vector

This is a network-based attack vector that requires low privileges (authenticated user or network access) to exploit. An attacker with knowledge of the URL filtering rules in place can craft malicious URLs that exploit the pattern matching behavior to bypass security controls.

The attack scenario typically involves:

  1. The attacker identifies that the target organization uses Palo Alto Networks firewalls with URL filtering
  2. The attacker determines or guesses entries in the URL category allow lists
  3. The attacker registers or utilizes domains that would match the overly permissive patterns (e.g., if trusted-service.com is allowed, the attacker uses trusted-service.com.attacker-domain.test)
  4. Malicious traffic flows through the firewall as it matches the allow-list pattern

The vulnerability does not require user interaction to exploit once the attacker can route traffic through the affected firewall with misconfigured URL filtering rules.

Detection Methods for CVE-2022-0011

Indicators of Compromise

  • Unusual traffic to domains that appear to be subdomains of legitimate allowed domains but have additional suffixes
  • Access logs showing connections to domains matching pattern [allowed-domain].[malicious-domain]
  • URL filtering logs with unexpected pattern matches in custom categories

Detection Strategies

  • Audit all custom URL category lists and EDL entries for patterns lacking a trailing forward slash
  • Review URL filtering logs for traffic that matched custom categories but accessed unexpected destinations
  • Implement DNS monitoring to detect resolution of domains designed to exploit pattern matching weaknesses
  • Cross-reference firewall allow decisions with threat intelligence feeds to identify potentially malicious matches

Monitoring Recommendations

  • Enable detailed logging for URL filtering profile matches to track pattern-based decisions
  • Configure alerts for traffic matching custom URL categories to unexpected destination networks
  • Monitor external dynamic list update events and validate list contents against expected patterns
  • Review traffic analytics for anomalies in allowed URL categories that may indicate exploitation

How to Mitigate CVE-2022-0011

Immediate Actions Required

  • Audit all custom URL category lists and external dynamic lists for improperly terminated hostname patterns
  • Add trailing forward slashes (/) to all hostname entries that require exact domain matching
  • Review and update URL filtering policies to use explicit patterns instead of wildcards where possible
  • Test updated patterns in a non-production environment before deployment

Patch Information

Palo Alto Networks has addressed this vulnerability in the following versions:

  • PAN-OS 10.1.3 and later
  • PAN-OS 10.0.8 and later
  • PAN-OS 9.1.12 and later
  • PAN-OS 8.1.21 and later

For PAN-OS 9.0 users, upgrading to a supported version is required as 9.0 has reached end-of-life status. Prisma Access customers should contact Palo Alto Networks support for upgrade guidance. For detailed patch information, refer to the Palo Alto Networks Security Advisory.

Workarounds

  • Replace wildcard patterns with explicit hostname lists ending with forward slashes (e.g., use example.com/ instead of example.com)
  • Implement additional security controls such as DNS filtering to validate domain legitimacy
  • Use stricter URL filtering modes that require exact matches for custom categories
  • Consider implementing application-layer inspection to validate traffic beyond URL pattern matching
bash
# Example: Correcting URL category patterns in PAN-OS CLI
# Incorrect pattern (vulnerable):
# set profiles url-filtering custom-url-category allowed-sites list example.com

# Correct pattern (secure - note the trailing slash):
set profiles url-filtering custom-url-category allowed-sites list "example.com/"

# Verify current patterns in custom URL categories:
show running url-filtering custom-url-category

# Commit changes after corrections:
commit

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechPaloaltonetworks Pan Os

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.30%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-436
  • Vendor Resources
  • Palo Alto Networks CVE-2022-0011 Advisory
  • Related CVEs
  • CVE-2025-0111: PAN-OS Information Disclosure Vulnerability

  • CVE-2023-38046: PAN-OS Information Disclosure Vulnerability

  • CVE-2024-8687: PAN-OS Information Disclosure Vulnerability

  • CVE-2024-8688: PAN-OS Information Disclosure Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English