THREAT OPS › Threat News › [GHSA] GHSA-6hxr-mr5r-9836 (medium) — re2: Global `String.prototype.match` with an empty-matchable pattern never advances → infinite loop with unbounded native memory growth (DoS)
[GHSA] GHSA-6hxr-mr5r-9836 (medium) — re2: Global `String.prototype.match` with an empty-matchable pattern never advances → infinite loop with unbounded native memory growth (DoS)
GHSA-6hxr-mr5r-9836 Severity: medium CVE: CVE-2026-68499
re2: Global `String.prototype.match` with an empty-matchable pattern never advances → infinite loop with unbounded native memory growth (DoS)
## Summary
`String.prototype.match` with a **global** `RE2` collects all matches in a native loop that advances the cursor by the match length. A **zero-width (empty) match** has length 0, so the cu
Indicators of compromise
- CVE-2026-68499cve
- match.ccdomain
- split.ccdomain
Original source: https://github.com/advisories/GHSA-6hxr-mr5r-9836