Lucene search
+L

9785 matches found

CVE
CVE
added 2026/09/04 5:11 p.m.17 views

CVE-2026-80892

CVE-2026-80892 affects the Linux kernel's EROFS filesystem driver (fs/erofs/decompressor_lzma.c). When the lzma_streams module parameter is unset, the global MicroLZMA stream pool is sized from num_possible_cpus() , and each stream preallocates an image-supplied dictionary of up to 8 MiB . On hig...

5.4AI score0.00173EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/04 5:11 p.m.12 views

CVE-2026-80892 erofs: cap LZMA stream pool size

In the Linux kernel, the following vulnerability has been resolved: erofs: cap LZMA stream pool size fs/erofs/decompressorlzma.c sizes the module-global MicroLZMA stream pool from numpossiblecpus when the lzmastreams module parameter is unset, then zerofsloadlzmaconfig preallocates one...

5.6AI score
SaveExploits0References9
Debian CVE
Debian CVE
added 2026/09/04 5:11 p.m.14 views

CVE-2026-80892

In the Linux kernel, the following vulnerability has been resolved: erofs: cap LZMA stream pool size fs/erofs/decompressorlzma.c sizes the module-global MicroLZMA stream pool from numpossiblecpus when the lzmastreams module parameter is unset, then zerofsloadlzmaconfig preallocates one...

5.9AI score0.00173EPSS
SaveExploits0
NVD
NVD
added 2026/09/04 11:17 a.m.9 views

CVE-2026-85534

A flaw was found in libsoup. When a client sends an HTTP/2 request body from a non-pollable input stream, the library can buffer more data than the current flow-control window later allows. A malicious HTTP/2 server can shrink SETTINGSINITIALWINDOWSIZE while that buffered read is still in progres...

5.9CVSS0.00315EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/04 10:19 a.m.42 views

CVE-2026-85534 Libsoup: libsoup: http/2 client crash in on_data_source_read_callback when settings initial_window_size shrinks during deferred body read

A flaw was found in libsoup. When a client sends an HTTP/2 request body from a non-pollable input stream, the library can buffer more data than the current flow-control window later allows. A malicious HTTP/2 server can shrink SETTINGSINITIALWINDOWSIZE while that buffered read is still in progres...

5.9CVSS0.00315EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/04 10:19 a.m.9 views

CVE-2026-85534

A flaw was found in libsoup. When a client sends an HTTP/2 request body from a non-pollable input stream, the library can buffer more data than the current flow-control window later allows. A malicious HTTP/2 server can shrink SETTINGSINITIALWINDOWSIZE while that buffered read is still in progres...

5.9CVSS5.5AI score0.00315EPSS
SaveExploits0References5
Circl
Circl
added 2026/09/03 10:35 p.m.15 views

CVE-2026-71429

creationtimestamp| type| source ---|---|--- 2026-09-03 22:35:16+00:00| published-proof-of-concept| https://github.com/uhop/stream-json/security/advisories/GHSA-528h-pc64-c93x...

6.2CVSS5.8AI score0.00112EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/03 9:17 p.m.9 views

CVE-2026-71429

stream-json is a micro-library of stream components for processing JSON and JSONC with a minimal memory footprint. Prior to 3.5.0, the path filters pick, ignore, filter, and replace in src/core/filters/filter-base.js recompute the full path string from the nesting stack for every checkable token...

6.2CVSS0.00112EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/03 8:46 p.m.10 views

CVE-2026-71429

A flaw was found in stream-json. This vulnerability allows a remote attacker to cause a Denial of Service DoS by providing a specially crafted, deeply nested JSON document. The library's path filters, such as pick and ignore, inefficiently process these structures, leading to excessive resource...

6.2CVSS5.9AI score0.00112EPSS
SaveExploits0References5
Patchstack
Patchstack
added 2026/09/03 8:27 p.m.8 views

NPM: stream-json: pick/ignore/filter/replace filters are O(depth²) on nested input — small crafted JSON blocks the event loop for seconds→minutes (DoS)

NPM: stream-json: pick/ignore/filter/replace filters are Odepth² on nested input — small crafted JSON blocks the event loop for seconds→minutes DoS vulnerability discovered by ? in WordPress Npm stream-json versions = 3.4.0...

6.2CVSS5.9AI score0.00112EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/09/03 8:27 p.m.10 views

GHSA-528H-PC64-C93X stream-json: pick/ignore/filter/replace filters are O(depth²) on nested input — small crafted JSON blocks the event loop for seconds→minutes (DoS)

Description The path filters pick, ignore, filter, and replace — the library's headline "surgical extraction" feature — recompute the full path string from the nesting stack on every checkable token. Because the stack length equals the current nesting depth, and a checkable token is emitted at...

6.2CVSS5.9AI score0.00112EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2026/09/03 8:27 p.m.17 views

stream-json: pick/ignore/filter/replace filters are O(depth²) on nested input — small crafted JSON blocks the event loop for seconds→minutes (DoS)

Description The path filters pick, ignore, filter, and replace — the library's headline "surgical extraction" feature — recompute the full path string from the nesting stack on every checkable token. Because the stack length equals the current nesting depth, and a checkable token is emitted at...

6.2CVSS5.9AI score0.00112EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/09/03 8:15 p.m.23 views

CVE-2026-71429

stream-json , a micro-library for streaming JSON/JSONC processing, has a denial-of-service vulnerability in its path filters (pick, ignore, filter, replace) defined in src/core/filters/filter-base.js. Prior to 3.5.0 , these filters recompute the full path string from the nesting stack for every c...

6.2CVSS5.9AI score0.00112EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/03 8:15 p.m.14 views

EUVD-2026-70733

stream-json is a micro-library of stream components for processing JSON and JSONC with a minimal memory footprint. Prior to 3.5.0, the path filters pick, ignore, filter, and replace in src/core/filters/filter-base.js recompute the full path string from the nesting stack for every checkable token...

6.2CVSS5.9AI score0.00112EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/03 8:15 p.m.19 views

CVE-2026-71429 stream-json: pick/ignore/filter/replace filters are O(depth²) on nested input — small crafted JSON blocks the event loop for seconds→minutes (DoS)

stream-json is a micro-library of stream components for processing JSON and JSONC with a minimal memory footprint. Prior to 3.5.0, the path filters pick, ignore, filter, and replace in src/core/filters/filter-base.js recompute the full path string from the nesting stack for every checkable token...

6.2CVSS5.5AI score
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/03 8:15 p.m.36 views

CVE-2026-71429 stream-json: pick/ignore/filter/replace filters are O(depth²) on nested input — small crafted JSON blocks the event loop for seconds→minutes (DoS)

stream-json is a micro-library of stream components for processing JSON and JSONC with a minimal memory footprint. Prior to 3.5.0, the path filters pick, ignore, filter, and replace in src/core/filters/filter-base.js recompute the full path string from the nesting stack for every checkable token...

6.2CVSS0.00112EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/03 1:06 p.m.9 views

DEBIAN-CVE-2026-85090

FreeRDP before 3.31.0 contains a heap out-of-bounds read vulnerability in the generalChromaV1ToYUV444 function during AVC444 chroma plane reconstruction. A malicious RDP server can craft a RFXAVC444BITMAPSTREAM with specific frame geometry to trigger an out-of-bounds memory read past the allocate...

5.3CVSS5.8AI score0.00314EPSS
SaveExploits1References1
UbuntuCve
UbuntuCve
added 2026/09/03 1:06 p.m.11 views

CVE-2026-85090

FreeRDP before 3.31.0 contains a heap out-of-bounds read vulnerability in the generalChromaV1ToYUV444 function during AVC444 chroma plane reconstruction. A malicious RDP server can craft a RFXAVC444BITMAPSTREAM with specific frame geometry to trigger an out-of-bounds memory read past the allocate...

5.4CVSS5.3AI score0.00314EPSS
SaveExploits1References7
OSV
OSV
added 2026/09/03 1:06 p.m.8 views

UBUNTU-CVE-2026-85090

FreeRDP before 3.31.0 contains a heap out-of-bounds read vulnerability in the generalChromaV1ToYUV444 function during AVC444 chroma plane reconstruction. A malicious RDP server can craft a RFXAVC444BITMAPSTREAM with specific frame geometry to trigger an out-of-bounds memory read past the allocate...

5.4CVSS6AI score0.00314EPSS
SaveExploits1References8
RedHat Linux
RedHat Linux
added 2026/09/03 9:43 a.m.9 views

org.apache.tomcat/tomcat: Apache Tomcat: Denial of Service via HTTP/2 allocation leak

A flaw was found in Apache Tomcat. This vulnerability, an uncontrolled resource consumption issue, arises from an allocation leak in the HTTP/2 backlog tracking when a stream is reset. A remote attacker could exploit this to cause a Denial of Service DoS, making the server unresponsive or...

7.5CVSS5.9AI score0.0083EPSS
SaveExploits0References5
Rows per page
Query Builder