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
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • 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-2024-2550

CVE-2024-2550: Palo Alto Networks PAN-OS DoS Vulnerability

CVE-2024-2550 is a null pointer dereference DoS flaw in Palo Alto Networks PAN-OS GlobalProtect gateway that allows unauthenticated attackers to crash the service. This post covers the technical details, affected versions, impact, and mitigation.

Published: January 28, 2026

CVE-2024-2550 Overview

A null pointer dereference vulnerability exists in the GlobalProtect gateway component of Palo Alto Networks PAN-OS software. This security flaw enables an unauthenticated attacker to stop the GlobalProtect service on affected firewalls by sending a specially crafted packet, resulting in a denial of service (DoS) condition. Repeated exploitation attempts can force the firewall into maintenance mode, causing extended service disruptions.

Critical Impact

Unauthenticated remote attackers can disrupt VPN connectivity and force enterprise firewalls into maintenance mode, potentially impacting thousands of remote users and critical business operations.

Affected Products

  • Palo Alto Networks PAN-OS 10.2.7 (multiple hotfixes including h1, h3, h6, h8, h12, h16, h18, h19)
  • Palo Alto Networks PAN-OS 10.2.8, 10.2.9, 10.2.10 (various hotfix versions)
  • Palo Alto Networks PAN-OS 11.1.4 (including h1, h4, h7 hotfixes)

Discovery Timeline

  • November 14, 2024 - CVE-2024-2550 published to NVD
  • January 24, 2025 - Last updated in NVD database

Technical Details for CVE-2024-2550

Vulnerability Analysis

This vulnerability is classified as CWE-476 (NULL Pointer Dereference), a memory corruption flaw that occurs when the GlobalProtect gateway service attempts to dereference a pointer that has not been properly initialized or has been set to NULL. When the service processes a malformed network packet, it fails to validate pointer references before use, causing the service to crash.

The attack requires no authentication and can be executed remotely over the network. The vulnerability specifically targets the GlobalProtect gateway, which handles VPN connections for remote users. When exploited, the service terminates unexpectedly, disconnecting all active VPN sessions. The most severe consequence occurs when an attacker repeatedly triggers the vulnerability—this can cause the entire firewall to enter maintenance mode, requiring manual administrative intervention to restore normal operations.

Root Cause

The root cause is insufficient validation of packet data before pointer dereferencing in the GlobalProtect gateway service. When processing incoming network traffic, the service fails to verify that certain data structures are properly initialized before attempting to access their memory addresses. This programming error allows a maliciously crafted packet to trigger a null pointer access, causing an unhandled exception that terminates the GlobalProtect service process.

Attack Vector

The attack is network-based and requires no user interaction or authentication. An attacker can exploit this vulnerability by:

  1. Identifying a target firewall running the GlobalProtect gateway service
  2. Crafting a malicious network packet designed to trigger the null pointer condition
  3. Sending the packet directly to the GlobalProtect gateway endpoint
  4. Observing the service crash and VPN session disconnections
  5. Optionally, repeating the attack to force the firewall into maintenance mode

The exploitation does not provide data exfiltration or code execution capabilities, but the availability impact is significant for organizations relying on GlobalProtect for remote workforce connectivity.

Detection Methods for CVE-2024-2550

Indicators of Compromise

  • Unexpected GlobalProtect service restarts or crashes in firewall logs
  • Multiple VPN session disconnections occurring simultaneously without user action
  • Firewall entering maintenance mode without scheduled maintenance windows
  • Anomalous network packets targeting GlobalProtect gateway ports from external sources

Detection Strategies

  • Monitor firewall system logs for GlobalProtect service crash events and null pointer exception errors
  • Implement network intrusion detection rules to identify malformed packets targeting GlobalProtect services
  • Configure SIEM alerts for patterns of repeated service restarts within short time windows
  • Enable verbose logging on GlobalProtect gateway to capture packet processing failures

Monitoring Recommendations

  • Establish baseline metrics for GlobalProtect service uptime and restart frequency
  • Deploy network traffic analysis to identify unusual packet patterns targeting firewall management interfaces
  • Configure automated alerts when firewalls enter maintenance mode unexpectedly
  • Review firewall health dashboards for availability degradation trends

How to Mitigate CVE-2024-2550

Immediate Actions Required

  • Update affected PAN-OS installations to patched versions as specified in the vendor advisory
  • Review network access controls to limit exposure of GlobalProtect gateway services where possible
  • Enable enhanced logging on GlobalProtect services to detect exploitation attempts
  • Prepare incident response procedures for potential firewall maintenance mode scenarios

Patch Information

Palo Alto Networks has released security updates to address this vulnerability. Administrators should consult the Palo Alto Networks Security Advisory for specific patched version information and upgrade guidance. The vendor advisory provides detailed information about fixed releases for each affected PAN-OS version branch.

Workarounds

  • Restrict network access to GlobalProtect gateway services using firewall rules where operationally feasible
  • Implement rate limiting on connections to GlobalProtect endpoints to slow potential DoS attacks
  • Configure high-availability (HA) pairs to minimize service disruption if one firewall is affected
  • Consider deploying network-based intrusion prevention systems (IPS) to filter malicious packets before they reach the firewall

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechPaloaltonetworks Pan Os

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.28%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:N/R:U/V:C/RE:M/U:Amber
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-476
  • Vendor Resources
  • Palo Alto Networks Advisory
  • Related CVEs
  • CVE-2024-3393: Palo Alto PAN-OS DNS Security DoS Flaw

  • CVE-2025-0114: Palo Alto PAN-OS GlobalProtect DoS Flaw

  • CVE-2025-0130: Palo Alto PAN-OS DoS Vulnerability

  • CVE-2024-3385: Palo Alto PAN-OS DoS 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