SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-68499

MEDIUM · CVSS 6.2 EPSS 0.13% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-30 · Last synced 2026-08-29

CyberRota Analysis

AI-Generated

The re2 library's Node.js bindings prior to version 1.25.2 are vulnerable to an infinite loop and unbounded memory growth when using a global RE2 pattern that matches the empty string. This flaw can lead to event loop blockage and potential exhaustion of host memory, impacting application performance and stability. Developers using affected versions of re2 should prioritize upgrading to version 1.25.2 to mitigate these risks.

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-68499
Severity
MEDIUM
CVSS
6.2
EPSS
0.13%

Original NVD Description

re2 provides Node.js bindings for Google's RE2 regular expression engine. Prior to 1.25.2, re2's String.prototype.match implementation with a global RE2 pattern that can match the empty string fails to advance its native matching cursor in lib/match.cc, causing an infinite loop and unbounded native memory growth that blocks the event loop and can exhaust host memory. This issue is fixed in 1.25.2.