CVE-2026-89160
Received Received - Intake

PCRE2 pcre2_match Out-of-Bounds Read in Invalid UTF Matching

Vulnerability report for CVE-2026-89160, 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 during the PCRE2_MATCH_INVALID_UTF matching of an invalid UTF subject.

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 From 10.34 (inc) 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

CVE-2026-89160 is an out-of-bounds read vulnerability in PCRE2 versions 10.34 through 10.47. It occurs in the pcre2_match() function when processing invalid UTF-8 subjects with the PCRE2_MATCH_INVALID_UTF flag. The issue arises because backward character scans incorrectly use the start of the entire subject buffer instead of the validated UTF-8 portion, allowing the BACKCHAR macro to read before the allocated buffer if the subject starts with a UTF-8 continuation byte.

Detection Guidance

To detect this vulnerability, check the installed PCRE2 version using commands like 'pcre2-config --version' or 'grep pcre2 /usr/include/pcre2.h'. If the version is between 10.34 and 10.47, the system is potentially vulnerable.

Impact Analysis

This vulnerability can cause a process crash or potentially disclose adjacent heap memory. Attackers could exploit it to trigger denial-of-service conditions or read sensitive data from memory if they provide specially crafted input to applications using affected PCRE2 versions.

Compliance Impact

This vulnerability could potentially impact compliance with GDPR and HIPAA by enabling out-of-bounds memory reads, which may lead to unauthorized data disclosure or crashes in applications processing invalid UTF-8 input. Such issues could violate data integrity and confidentiality requirements under these regulations.

Mitigation Strategies

Immediately update PCRE2 to version 10.48 or later. If updating is not possible, avoid using the PCRE2_MATCH_INVALID_UTF flag with untrusted input or validate subjects before matching to prevent exploitation.

Chat Assistant

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

EPSS Chart