Lucene search
+L

71 matches found

EUVD
EUVD
added 2026/08/06 9:19 p.m.19 views

EUVD-2026-54159

node-re2 provides RE2 regular expression bindings for Node.js. Prior to version 1.25.1, the WrappedRE2::Replace function built its replacement result and passed it to V8 using ToLocalChecked without checking for the empty MaybeLocal that V8 returns when the resulting string or buffer exceeds V8's...

6.2CVSS5.7AI score0.0011EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/06 9:19 p.m.6 views

CVE-2026-71430 node-re2: String.prototype.replace(re2, template) aborts the Node process (uncatchable ToLocalChecked on empty MaybeLocal) when the result exceeds V8's max string length

node-re2 provides RE2 regular expression bindings for Node.js. Prior to version 1.25.1, the WrappedRE2::Replace function built its replacement result and passed it to V8 using ToLocalChecked without checking for the empty MaybeLocal that V8 returns when the resulting string or buffer exceeds V8's...

6.2CVSS5.6AI score
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/06 9:19 p.m.14 views

CVE-2026-71430

node-re2 provides RE2 regular expression bindings for Node.js. Prior to version 1.25.1, the WrappedRE2::Replace function built its replacement result and passed it to V8 using ToLocalChecked without checking for the empty MaybeLocal that V8 returns when the resulting string or buffer exceeds V8's...

6.2CVSS5.5AI score0.0011EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2026/08/06 9:19 p.m.10 views

CVE-2026-71430 node-re2: String.prototype.replace(re2, template) aborts the Node process (uncatchable ToLocalChecked on empty MaybeLocal) when the result exceeds V8's max string length

node-re2 provides RE2 regular expression bindings for Node.js. Prior to version 1.25.1, the WrappedRE2::Replace function built its replacement result and passed it to V8 using ToLocalChecked without checking for the empty MaybeLocal that V8 returns when the resulting string or buffer exceeds V8's...

6.2CVSS5.5AI score0.0011EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/06 9:19 p.m.31 views

CVE-2026-71430 node-re2: String.prototype.replace(re2, template) aborts the Node process (uncatchable ToLocalChecked on empty MaybeLocal) when the result exceeds V8's max string length

node-re2 provides RE2 regular expression bindings for Node.js. Prior to version 1.25.1, the WrappedRE2::Replace function built its replacement result and passed it to V8 using ToLocalChecked without checking for the empty MaybeLocal that V8 returns when the resulting string or buffer exceeds V8's...

6.2CVSS0.0011EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/08/06 9:19 p.m.11 views

CVE-2026-71430

node-re2 provides RE2 regular expression bindings for Node.js. Prior to version 1.25.1, the WrappedRE2::Replace function built its replacement result and passed it to V8 using ToLocalChecked without checking for the empty MaybeLocal that V8 returns when the resulting string or buffer exceeds V8's...

6.2CVSS5.7AI score0.0011EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2026/08/05 6:52 p.m.8 views

CVE-2026-67550

A flaw was found in re2, a component that provides Node.js bindings for Google's RE2 regular expression engine. An attacker can exploit a vulnerability by manipulating the lastIndex parameter with a non-ASCII input. This manipulation can lead to an out-of-bounds heap read, causing the process to...

5.7CVSS5.4AI score0.00121EPSS
SaveExploits0References6
Circl
Circl
added 2026/07/31 6:35 p.m.14 views

CVE-2026-68499

creationtimestamp| type| source ---|---|--- 2026-07-31 18:35:14+00:00| published-proof-of-concept| https://github.com/uhop/node-re2/security/advisories/GHSA-6hxr-mr5r-9836...

6.2CVSS5.3AI score0.00129EPSS
SaveExploits0References1
Circl
Circl
added 2026/07/31 6:35 p.m.12 views

CVE-2026-67550

creationtimestamp| type| source ---|---|--- 2026-07-31 18:35:12+00:00| published-proof-of-concept| https://github.com/uhop/node-re2/security/advisories/GHSA-ff84-5f28-78qj...

5.7CVSS5.3AI score0.00121EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/31 4:53 p.m.11 views

GHSA-FF84-5F28-78QJ re2: Out-of-bounds heap read in `exec`/`test`/`match` via attacker-influenced `lastIndex` on a non-ASCII subject → uncatchable process crash (DoS)

Summary re2 validates the user-settable lastIndex against the subject's UTF-8 byte length but then uses it as a UTF-16 code-unit count to walk the subject buffer, with no bounds check. For any non-ASCII subject, the byte length is larger than the true character count, so a lastIndex between those...

5.7CVSS5.7AI score0.00121EPSS
SaveExploits0References5
vulnersOsv
vulnersOsv
added 2026/07/31 4:53 p.m.3 views

@ahmedwalid05/instagram-private-api (>=1.43.6-0, <=1.43.9), @alwaysmeticulous/cli (>=2.306.0, <=2.308.0) +159 more potentially affected by CVE-2026-67550 via re2 (>=1.8.4, <=1.25.1)

re2 NPM version =1.8.4, =1.43.6-0, =2.306.0, =2.306.0, =1.43.3, =8.0.0, =8.1.31, =8.0.0, =8.0.0, =1.0.9, =0.0.0-semantic-release, =0.1.1, =1.1.0, =0.0.0-semantic-release, =0.1.1, =0.1.6 and more Source cves: CVE-2026-67550 Source advisory: OSV:GHSA-FF84-5F28-78QJ...

5.7CVSS5.3AI score0.00121EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/31 4:53 p.m.15 views

EUVD-2026-51297

re2: Out-of-bounds heap read in exec/test/match via attacker-influenced lastIndex on a non-ASCII subject → uncatchable process crash DoS...

5.7CVSS5.4AI score0.00121EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/31 4:53 p.m.16 views

EUVD-2026-51298

re2: Global String.prototype.match with an empty-matchable pattern never advances → infinite loop with unbounded native memory growth DoS...

6.2CVSS5.4AI score0.00129EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/07/31 4:53 p.m.11 views

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 cursor never advances: the same empty match is found forever and appended to an ever-growing native vector. Any patter...

6.2CVSS5.6AI score0.00129EPSS
SaveExploits0References5Affected Software1
Patchstack
Patchstack
added 2026/07/31 4:53 p.m.11 views

NPM: re2: Global `String.prototype.match` with an empty-matchable pattern never advances → infinite loop with unbounded native memory growth (DoS)

NPM: re2: Global String.prototype.match with an empty-matchable pattern never advances → infinite loop with unbounded native memory growth DoS vulnerability discovered by ? in WordPress Npm re2 versions = 1.25.1...

6.2CVSS5.4AI score0.00129EPSS
SaveExploits0References5Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/07/31 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-67550

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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 bu...

5.7CVSS5.4AI score0.00121EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/31 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-68499

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - 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...

6.2CVSS5.5AI score0.00129EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/30 9:18 p.m.13 views

CVE-2026-68499

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 nati...

6.2CVSS0.00129EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/30 8:18 p.m.7 views

DEBIAN-CVE-2026-67550

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...

5.7CVSS5.5AI score0.00121EPSS
SaveExploits0References1
NVD
NVD
added 2026/07/30 8:18 p.m.10 views

CVE-2026-67550

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...

5.7CVSS0.00121EPSS
SaveExploits0References3
Rows per page
Query Builder