Bug 2511707 - CVE-2026-67550 re2: Denial of Service via out-of-bounds read [epel-all]
Summary: CVE-2026-67550 re2: Denial of Service via out-of-bounds read [epel-all]
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: re2
Version: epel10
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Ben Beasley
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["7b9edbcb-c8ff-4be2-8ab2-2...
Depends On:
Blocks: CVE-INVALID
TreeView+ depends on / blocked
 
Reported: 2026-08-05 18:34 UTC by Joel Chamberlain
Modified: 2026-08-05 19:05 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-08-05 19:05:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Joel Chamberlain 2026-08-05 18:34:54 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2 validates lastIndex against the UTF-8 byte length of a subject but uses it as a UTF-16 code-unit offset in exec, test, match, replace, and split, allowing an attacker-influenced lastIndex on a non-ASCII subject to trigger an out-of-bounds heap read and an uncatchable process crash, with limited heap information disclosure in some cases. This issue is fixed in 1.25.2.

Comment 1 Ben Beasley 2026-08-05 19:05:02 UTC
The CVE is for https://www.npmjs.com/package/re2 / https://github.com/uhop/node-re2, but the re2 package is https://github.com/google/re2 and does not include any JavaScript/NodeJS libraries.


Note You need to log in before you can comment on or make changes to this bug.