CVE-2025-13502: Webkit: webkitgtk / wpe webkit: out-of-bounds read and integer underflow vulnerability leading to dos
A flaw was found in WebKitGTK and WPE WebKit. This vulnerability allows an out-of-bounds read and integer underflow, leading to a UIProcess crash (DoS) via a crafted payload to the GLib remote inspector server.
Security readout for executives and security teams
Plain-English summary
CVE-2025-13502 is a high-severity denial-of-service issue in WebKitGTK and WPE WebKit. A crafted payload sent to the GLib remote inspector server can crash the UI process, disrupting applications that rely on affected WebKit components.
Executive priority
Treat this as a high-priority availability risk, not a confirmed breach indicator. Patch affected Linux fleets promptly where WebKitGTK/WPE WebKit is installed, with faster action for systems supporting customer-facing or operationally critical applications.
Technical view
The flaw is described as an out-of-bounds read and integer underflow, mapped to CWE-125. Red Hat lists affected webkitgtk4 and webkit2gtk3 packages across RHEL 7 ELS, RHEL 8 update streams, and RHEL 9 update streams. CVSS 3.1 is 7.5 with network attack vector and high availability impact.
Likely exposure
Exposure is most likely on Linux systems using affected WebKitGTK or WPE WebKit packages, especially Red Hat Enterprise Linux deployments listed in the advisory data. Risk depends on whether the GLib remote inspector server is present and reachable.
Exploitation context
The source bundle does not cite active exploitation, and KEV status is false. The CVSS vector indicates network reachability, low complexity, no privileges, and no user interaction, but the documented impact is UIProcess crash rather than code execution.
Researcher notes
Evidence supports denial of service through a crafted payload to the GLib remote inspector server. The bundle does not provide exploit proof, fixed upstream commits, or detailed remediation beyond Red Hat advisory references, so avoid expanding scope beyond listed products and packages.
Mitigation direction
Apply the relevant Red Hat security advisory updates for affected WebKit packages.
Check WebKitGTK, WPE WebKit, and OS vendor guidance for fixed package versions.
Restrict exposure of the GLib remote inspector server where it is enabled.
Prioritize systems where WebKit-based applications support critical workflows.
Validation and detection
Inventory installed webkitgtk4, webkitgtk, and webkit2gtk3 packages.
Map hosts to the affected RHEL products and package versions listed in advisories.
Confirm whether the GLib remote inspector server is enabled or reachable.
Verify vendor security updates are installed after patching.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-125: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-125 · source CWE mapping
Out-of-bounds Read
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.