SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-86145

HIGH · CVSS 8.2 EPSS 0.37% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-05 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

PCRE2 versions prior to 10.48 are vulnerable to an out-of-bounds write due to inadequate size checks when reusing cached workspace blocks in recursive DFA matching. This flaw can be exploited by attackers using specially crafted regular expressions or recursive patterns, potentially leading to arbitrary code execution or crashes. Organizations utilizing PCRE2 for pattern matching in applications should prioritize patching to mitigate this high-severity vulnerability.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-86145
Severity
HIGH
CVSS
8.2
EPSS
0.37%

Original NVD Description

PCRE2 before 10.48 allows a pcre2_dfa_match out-of-bounds write because reuse of a cached workspace block, in a recursive DFA matching workspace, lacks a size check (even though a newly allocated block, for the same purpose, does have a size check). This outcome requires an attacker-controlled regular expression, or a recursive pattern in conjunction with a small heap limit (this can be set through the API).