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-2025-13502

CVE-2025-13502: WebKitGTK and WPE WebKit DoS Vulnerability

CVE-2025-13502 is a denial of service flaw in WebKitGTK and WPE WebKit caused by out-of-bounds read and integer underflow that crashes the UIProcess. This article covers technical details, affected versions, and mitigations.

Updated: May 19, 2026

CVE-2025-13502 Overview

CVE-2025-13502 is a denial-of-service vulnerability affecting WebKitGTK and WPE WebKit. The flaw combines an out-of-bounds read [CWE-125] and an integer underflow in the GLib remote inspector server. An unauthenticated remote attacker can send a crafted payload to the inspector server, triggering a crash of the UIProcess. Successful exploitation does not disclose data or modify integrity, but it terminates the affected browser process and disrupts service availability.

Red Hat has published advisories tracking the issue across multiple supported product streams, and upstream WebKit has acknowledged the defect under WebKit Bug Report #302218.

Critical Impact

A remote, unauthenticated attacker can crash the WebKit UIProcess over the network through the GLib remote inspector server, producing a reliable denial-of-service condition with low attack complexity.

Affected Products

  • WebKitGTK (upstream)
  • WPE WebKit (upstream)
  • Red Hat Enterprise Linux distributions of WebKitGTK and WPE WebKit (see Red Hat advisories RHSA-2025:22789 through RHSA-2025:23743)

Discovery Timeline

  • 2025-11-25 - CVE-2025-13502 published to the National Vulnerability Database
  • 2026-04-20 - Last updated in NVD database

Technical Details for CVE-2025-13502

Vulnerability Analysis

The defect resides in the GLib-based remote inspector server used by WebKitGTK and WPE WebKit. The server parses inspector protocol messages received over the network. When a malformed message reaches the parser, two memory safety issues are triggered: an integer underflow during size or offset arithmetic, and a subsequent out-of-bounds read of process memory.

Because the underflowed value is used to compute a buffer index or length, the parser reads past the bounds of the intended allocation. The read corrupts internal state and crashes the WebKit UIProcess, which is the host process for the browser user interface and tab management. The attack is network-reachable, requires no authentication, and requires no user interaction.

Impact is restricted to availability. The CVSS vector indicates no confidentiality or integrity loss, only a high availability impact through process termination.

Root Cause

The root cause is improper validation of length or offset fields before they are used in pointer arithmetic. An integer underflow [CWE-125 in combination with integer-handling weaknesses] produces a value that bypasses bounds checks, allowing the inspector server to dereference memory outside the allocated buffer. The fix is tracked upstream in WebKit Bug Report #302218 and detailed in the Red Hat CVE listing.

Attack Vector

An attacker who can reach the GLib remote inspector TCP listener sends a crafted protocol message. The malformed message triggers the integer underflow, leading to the out-of-bounds read and a UIProcess crash. Exploitation requires the remote inspector server to be enabled and reachable from the attacker, which is not the default configuration for most end-user browser deployments. Embedded devices and development environments that expose the inspector are the primary risk surface.

No verified public proof-of-concept code is available. See Red Hat Bugzilla Report #2416300 for vendor-side technical discussion.

Detection Methods for CVE-2025-13502

Indicators of Compromise

  • Unexpected termination or repeated restart of the WebKitGTK or WPE WebKit UIProcess, particularly on hosts where the remote inspector is enabled.
  • Inbound TCP connections to the GLib remote inspector listener (commonly bound to a high TCP port) from untrusted networks.
  • Crash reports or core dumps from WebKitWebProcess or UIProcess referencing the inspector server parser.

Detection Strategies

  • Monitor process lifecycle events for WebKit-based applications and alert when the UIProcess exits abnormally within seconds of an inbound network connection.
  • Inspect network telemetry for unsolicited TCP traffic targeting the inspector port and correlate with crash events on the same host.
  • Review installed WebKitGTK and WPE WebKit package versions against the fixed versions referenced in the Red Hat advisories.

Monitoring Recommendations

  • Enable verbose logging on systems running WebKit-based kiosks, embedded browsers, or set-top box stacks where the inspector may be enabled.
  • Track exposure of inspector listeners using network discovery tools and remove listeners that should not be reachable externally.
  • Centralize crash telemetry from Linux desktop and embedded fleets so repeated UIProcess crashes are visible across the environment.

How to Mitigate CVE-2025-13502

Immediate Actions Required

  • Apply the WebKitGTK and WPE WebKit updates referenced in the Red Hat advisories, including RHSA-2025:22789, RHSA-2025:23110, and RHSA-2025:23743.
  • Disable the GLib remote inspector server on production systems where it is not required.
  • Restrict network access to inspector listeners using host firewalls and network segmentation.
  • Inventory embedded and IoT devices that ship WebKit components and confirm vendor patch availability.

Patch Information

Red Hat has released eleven advisories covering this CVE across supported product streams: RHSA-2025:22789, RHSA-2025:22790, RHSA-2025:23110, RHSA-2025:23433, RHSA-2025:23434, RHSA-2025:23451, RHSA-2025:23452, RHSA-2025:23583, RHSA-2025:23591, RHSA-2025:23742, and RHSA-2025:23743. Apply the advisory matching the affected Red Hat release stream. Upstream fixes are tracked in WebKit Bug Report #302218.

Workarounds

  • Bind the remote inspector listener to localhost only, preventing remote network exposure.
  • Use firewall rules such as iptables -A INPUT -p tcp --dport <inspector-port> -j DROP to block external access on systems that cannot be patched immediately.
  • Disable the inspector entirely by unsetting WEBKIT_INSPECTOR_SERVER in the runtime environment of WebKit-based applications.
bash
# Configuration example: disable the WebKit remote inspector
unset WEBKIT_INSPECTOR_SERVER

# Or block the inspector port at the host firewall (replace 9222 with the configured port)
sudo iptables -A INPUT -p tcp --dport 9222 -j DROP

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechWebkitgtk

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • Red Hat Security Advisory RHSA-2025:22789

  • Red Hat Security Advisory RHSA-2025:22790

  • Red Hat Security Advisory RHSA-2025:23110

  • Red Hat Security Advisory RHSA-2025:23433

  • Red Hat Security Advisory RHSA-2025:23434

  • Red Hat Security Advisory RHSA-2025:23451

  • Red Hat Security Advisory RHSA-2025:23452

  • Red Hat Security Advisory RHSA-2025:23583

  • Red Hat Security Advisory RHSA-2025:23591

  • Red Hat Security Advisory RHSA-2025:23742

  • Red Hat Security Advisory RHSA-2025:23743

  • CVE-2025-13502 Red Hat CVE Listing

  • WebKit Bug Report #302218

  • Red Hat Bugzilla Report #2416300
  • Related CVEs
  • CVE-2025-66287: WebKitGTK DoS Vulnerability

  • CVE-2025-66286: WebKitGTK & WPE WebKit SSRF Vulnerability

  • CVE-2025-13947: WebKitGTK Information Disclosure Flaw

  • CVE-2020-13753: WebKitGTK Sandbox Escape RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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