CVE-2026-89156
Received Received - Intake

PCRE2 JIT Fallback Out-of-Bounds Read in PCRE2

Vulnerability report for CVE-2026-89156, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-11

Last updated on: 2026-09-11

Assigner: MITRE

Description

PCRE2 before 10.48 has a pcre2_match out-of-bounds read after a JIT fallback when an attacker can provide invalid UTF data.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-11
Last Modified
2026-09-11
Generated
2026-09-11
AI Q&A
2026-09-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
pcre2project pcre2 to 10.48 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

PCRE2 before 10.48 has an out-of-bounds read in the pcre2_match function when JIT matching falls back to the interpreter due to invalid UTF data. This happens under specific conditions like using UTF matching with lookbehind and a non-zero starting offset. The vulnerability causes a process crash by reading outside the subject buffer.

Detection Guidance

To detect this vulnerability, check the installed PCRE2 version using 'pcre2-config --version' or 'ldconfig -p | grep pcre2'. If the version is between 10.34 and 10.47, the system is vulnerable. Additionally, monitor for crashes in applications using PCRE2, especially those processing UTF-8 data with lookbehind patterns and JIT enabled.

Impact Analysis

This vulnerability can lead to a denial of service by crashing the process handling the PCRE2 library. An attacker could exploit it by providing invalid UTF-8 data, causing the application to terminate unexpectedly.

Compliance Impact

This vulnerability primarily causes a denial of service by crashing processes due to out-of-bounds reads. It does not directly expose or leak data, which is a key concern for GDPR or HIPAA compliance. However, persistent crashes could disrupt services handling sensitive data, potentially impacting availability requirements under these regulations.

Mitigation Strategies

Immediately upgrade PCRE2 to version 10.48 or later. If upgrading is not possible, disable JIT for affected PCRE2 calls or validate subject data as UTF-8 before processing. Ensure all patterns are compiled for all JIT matching modes to avoid fallback issues.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-89156. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart