Lucene search
+L

254 matches found

Cvelist
Cvelist
added 2026/08/10 12:3 p.m.33 views

CVE-2026-68348 ASoC: tas2781: bound firmware description string parsing

In the Linux kernel, the following vulnerability has been resolved: ASoC: tas2781: bound firmware description string parsing The TAS2781 firmware parser reads several variable-length description strings with strlen before checking that the string terminator is present inside the firmware blob. A...

7.1CVSS0.00131EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:3 p.m.6 views

EUVD-2026-55449

In the Linux kernel, the following vulnerability has been resolved: ASoC: tas2781: bound firmware description string parsing The TAS2781 firmware parser reads several variable-length description strings with strlen before checking that the string terminator is present inside the firmware blob. A...

5.5AI score0.00131EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:3 p.m.29 views

CVE-2026-68348

The CVE-2026-68348 entry relates to the Linux kernel ASoC TAS2781 firmware parser, where variable-length description strings are read with strlen() before ensuring a NUL terminator exists in the firmware blob. This could allow the parser to read past the end of the firmware buffer. A fix was impl...

7.1CVSS5.5AI score0.00131EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/07 5:56 p.m.9 views

CVE-2026-19082

Imager versions from 0.4502 before 1.034 for Perl may expose adjacent heap bytes via strlen over-read from zero-count ASCII EXIF entries in copystringtags. copystringtags computes an ASCII EXIF tag's length as entry-size - 1 to strip the trailing NUL. A zero-count ASCII entry sets entry-size to 0...

7.5CVSS5.3AI score0.00292EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/08/07 5:56 p.m.55 views

CVE-2026-19082

Affected product: Imager (Perl) versions from 0.45_02 up to (but not including) 1.034. Root cause: copy_string_tags computes tag length as entry->size - 1; when entry->size is 0 (zero-count ASCII EXIF entry), i_tags_add() uses -1, causing strlen() to read past the entry and copy adjacent he...

7.5CVSS5.3AI score0.00292EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/06 10:18 p.m.5 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
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
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
EUVD
EUVD
added 2026/08/06 9:19 p.m.17 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
Cvelist
Cvelist
added 2026/08/06 9:19 p.m.30 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
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
Microsoft CVE
Microsoft CVE
added 2026/06/27 8:8 a.m.16 views

jq --rawfile invalid-state reuse after String too long causes heap-buffer-overflow

...

7.1CVSS5.8AI score0.00148EPSS
SaveExploits1
Github Security Blog
Github Security Blog
added 2026/06/19 8:47 p.m.24 views

Oj: Integer Overflow in Oj.load 2GB String Handling

Summary Oj.load is vulnerable to heap corruption when parsing a JSON string longer than 2 GB. An integer overflow in bufappendstring buf.h:61 converts the string length to a large negative sizet, causing memcpy to copy an astronomically large amount of data out of bounds. This crashes the process...

6.3CVSS5.9AI score0.00253EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2026/06/05 7:44 p.m.13 views

CVE-2026-39824

NewNTUnicodeString does not check for string length overflow. When provided with a string that overflows the maximum size of a NTUnicodeString a 16-bit number of bytes, it returns a truncated string rather than an error...

3.3CVSS5.5AI score0.00114EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/06/01 10:5 p.m.10 views

CVE-2025-59605

Memory Corruption when processing device identifier strings that exceed the expected maximum length...

7.8CVSS5.8AI score0.00075EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2026/06/01 3:18 a.m.26 views

php: signed integer overflow in metaphone()

A flaw was found in PHP. The metaphone function in ext/standard/metaphone.c uses a signed int variable to track the current position within the input string. When an input string is longer than 2,147,483,647 bytes, a signed integer overflow can occur, leading to undefined behavior and an...

7.5CVSS5.8AI score0.00455EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/06/01 12:0 a.m.36 views

PT-2026-45630

Name of the Vulnerable Software and Affected Versions The product name cannot be determined affected versions not specified Description Memory corruption occurs when processing device identifier strings that exceed the expected maximum length. Recommendations At the moment, there is no informatio...

7.8CVSS5.8AI score0.00075EPSS
SaveExploits0References5
Rows per page
Query Builder