Lucene search
+L

21619 matches found

CVE
CVE
added 2026/08/07 8:19 a.m.61 views

CVE-2026-18938

CVE-2026-18938 affects p11-kit: an integer overflow in RPC attribute-array length calculation on 32‑bit systems can under‑allocate nested attribute storage, causing a heap out‑of‑bounds write and DoS by crashing the p11-kit RPC parser. Affected component: p11-kit RPC decoding of nested attributes...

6.2CVSS5.5AI score0.00107EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2026/08/07 8:18 a.m.12 views

wifi: p54: validate RX frame length in p54_rx_eeprom_readback()

...

3.2CVSS5.2AI score0.00156EPSS
SaveExploits0
OSV
OSV
added 2026/08/07 2:41 a.m.6 views

OESA-2026-3242 glib2 security update

GLib is a bundle of three formerly five low-level system libraries written in C and developed mainly by GNOME. GLib's code was separated from GTK, so it can be used by software other than GNOME and has been developed in parallel ever since. Security Fixes: A denial-of-service and resource...

5.3CVSS6AI score0.00192EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/07 12:31 a.m.10 views

EUVD-2026-54226

Contiki-NG's MQTT client parsepublishvhdr in os/net/app-layer/mqtt/mqtt.c sets topiclenreceived=1 before checking topiclen against the 64-byte limit, so an over-length topic returns early but leaves the flag set. On the next TCP segment, tcpinput re-invokes the parser with topicreceived==0, and t...

9.2CVSS6.3AI score0.00537EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/07 12:31 a.m.11 views

EUVD-2026-54221

Contiki-NG's LwM2M TLV parser lwm2mtlvread in os/services/lwm2m/lwm2m-tlv.c ignores its caller-supplied buffer length argument and reads up to six bytes from the input buffer with no bounds check. The caller in lwm2m-engine.c iterates while there is at least one byte remaining, so a crafted CoAP...

8.7CVSS5.6AI score0.00537EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/07 12:31 a.m.10 views

EUVD-2026-54283

llama.cpp builds b3978 through b9058 contain an integer underflow and out-of-bounds read vulnerability in the DRY sampler that allows unauthenticated attackers to trigger a heap buffer underflow by sending a crafted HTTP request with dryallowedlength set to INT32MIN to the /v1/completions or...

8.5CVSS5.7AI score0.00202EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/07 12:0 a.m.11 views

Node.js Module axios 1.7.0 < 1.18.0 maxBodyLength Bypass (CVE-2026-67317)

The version of the axios Node.js module installed on the remote host is 1.7.0 prior to 1.18.0. It is, therefore, affected by a vulnerability: - axios fails to enforce maxBodyLength for WHATWG ReadableStream request bodies in the fetch adapter when Content-Length cannot be determined. Attackers ca...

6.3CVSS6.1AI score0.00359EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/08/07 12:0 a.m.12 views

Node.js Module axios 1.13.0 < 1.18.0 maxBodyLength Bypass (CVE-2026-67318)

The version of the axios Node.js module installed on the remote host is 1.13.0 prior to 1.18.0. It is, therefore, affected by a vulnerability: - axios fails to enforce the configured maxBodyLength limit on streamed request bodies when requests are sent with httpVersion: 2. Because Node's HTTP/2...

6.3CVSS6.1AI score0.00356EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2026/08/06 11:54 p.m.14 views

SUSE CVE-2026-71267

microtar's mtarwritefileheader and mtarwritedirheader functions src/microtar.c copy a caller-supplied entry name into the 100-byte field of a stack-allocated mtarheadert via strcpyh.name, name, with no check that strlenname is less than 100 before the copy...

9.8CVSS5.3AI score0.00307EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/06 10:18 p.m.6 views

DEBIAN-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
SaveExploits0References1
NVD
NVD
added 2026/08/06 10:18 p.m.12 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.2CVSS0.0011EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/06 10:18 p.m.10 views

CVE-2026-5857

Contiki-NG's MQTT client parsepublishvhdr in os/net/app-layer/mqtt/mqtt.c sets topiclenreceived=1 before checking topiclen against the 64-byte limit, so an over-length topic returns early but leaves the flag set. On the next TCP segment, tcpinput re-invokes the parser with topicreceived==0, and t...

9.2CVSS0.00537EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/06 10:18 p.m.6 views

UBUNTU-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
SaveExploits0References3
OSV
OSV
added 2026/08/06 9:19 p.m.8 views

GHSA-8HCV-X26H-MCGP 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

Description WrappedRE2::Replace builds the replacement result and hands it to V8 with .ToLocalChecked without checking for the empty MaybeLocal that V8 returns when the string/buffer exceeds its maximum length: lib/replace.cc v1.24.1: cpp // L553 — Buffer return path...

6.2CVSS5.8AI score0.0011EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/08/06 9:19 p.m.11 views

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

Description WrappedRE2::Replace builds the replacement result and hands it to V8 with .ToLocalChecked without checking for the empty MaybeLocal that V8 returns when the string/buffer exceeds its maximum length: lib/replace.cc v1.24.1: cpp // L553 — Buffer return path...

6.2CVSS5.8AI score0.0011EPSS
SaveExploits0References2Affected Software1
Patchstack
Patchstack
added 2026/08/06 9:19 p.m.9 views

NPM: 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

NPM: node-re2: String.prototype.replacere2, template aborts the Node process uncatchable ToLocalChecked on empty MaybeLocal when the result exceeds V8's max string length vulnerability discovered by ? in WordPress Npm re2 versions = 1.25.0...

6.2CVSS5.5AI score0.0011EPSS
SaveExploits0References2Affected Software1
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
CVE
CVE
added 2026/08/06 9:19 p.m.65 views

CVE-2026-71430

node-re2 provides RE2 bindings for Node.js. Prior to version 1.25.1, WrappedRE2::Replace could build a replacement result that exceeded V8’s maximum string length and call ToLocalChecked without checking the empty MaybeLocal. In such cases, a global replace with an output-amplifying template coul...

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
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
Rows per page
Query Builder