Lucene search
+L

486 matches found

Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.9 views

PT-2026-89158

Summary The OIDC back-channel logout endpoint is unauthenticated by design, because the identity provider calls it without a browser session. Before checking whether the submitted logout token was genuine, the handler fetched the provider's discovery document and its signing keys over the network...

7.5CVSS7.2AI score0.00644EPSS
SaveExploits1References9
Positive Technologies
Positive Technologies
added 2026/09/09 12:00 a.m.10 views

PT-2026-89179

Summary Chat histories are stored as an unvalidated JSON object. The walk that reconstructs a chat's message chain detected repeats using each message's own id field while moving through the history by map key, so a message that simply omitted id was never recorded as visited. A history whose...

6.5CVSS5.6AI score0.00583EPSS
SaveExploits1References13
EUVD
EUVD
added 2026/09/08 9:28 p.m.19 views

EUVD-2026-67932

multer vulnerable to Denial of Service via oversized array index in field names...

7.5CVSS5.8AI score0.00488EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/09/08 9:01 p.m.17 views

EUVD-2026-69231

xmldom: Quadratic-time attribute deduplication...

8.7CVSS7.2AI score0.00604EPSS
SaveExploits0References9
Github Security Blog
Github Security Blog
added 2026/09/08 8:45 p.m.12 views

HTTPX2: Quadratic SSE line buffering can cause CPU denial of service

Summary HTTPX2's Server-Sent Events SSE parser repeatedly copied and rescanned buffered text when a server split one unterminated line across many response chunks. The total work grows quadratically with the length of the line. An attacker-controlled or compromised SSE endpoint can exploit this...

5.9CVSS5.8AI score0.00533EPSS
SaveExploits0References7Affected Software1
Github Security Blog
Github Security Blog
added 2026/09/08 8:31 p.m.10 views

xmldom PI grammar regex ReDoS: quadratic backtracking on unterminated processing instructions

Summary @xmldom/xmldom's processing-instruction PI grammar regex exhibits quadratic-time backtracking ReDoS when parsing an unterminated processing instruction. A single small XML document containing forces the regular expression engine into On² work, stalling the Node.js event loop. The input is...

8.7CVSS7.1AI score0.00524EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/09/08 6:14 p.m.15 views

EUVD-2026-63092

Netty: Fragmented ClientHello records trigger quadratic pre-handshake reassembly in default SNI parsing...

8.7CVSS5.7AI score0.00689EPSS
SaveExploits0References8
IBM Security Bulletins
IBM Security Bulletins
added 2026/09/08 9:25 a.m.7 views

Security Bulletin: Platform Navigator and Automation Assets in IBM Cloud Pak for Integration are vulnerable to a vulnerability in brace-expansion

Summary Platform Navigator and Automation Assets in IBM Cloud Pak for Integration are vulnerable to a vulnerability in brace-expansion. CVE-2026-69152 The vulnerability has been addressed. Vulnerability Details CVEID:CVE-2026-69152 DESCRIPTION: The brace-expansion library generates arbitrary...

7.5CVSS6.4AI score0.00748EPSS
SaveExploits1Affected Software2
SUSE Linux
SUSE Linux
added 2026/09/08 7:11 a.m.10 views

Security update for python-tornado6

This update for python-tornado6 fixes the following issue CVE-2026-82397: an unauthenticated request body containing millions of separator-delimited fields can synchronously stall the single-threaded event loop and delay every connection bsc1277725. Patch Instructions: To install this SUSE update...

7.5CVSS5.8AI score0.0063EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/08 7:11 a.m.7 views

SUSE-SU-2026:4076-1 Security update for python-tornado6

This update for python-tornado6 fixes the following issue - CVE-2026-82397: an unauthenticated request body containing millions of separator-delimited fields can synchronously stall the single-threaded event loop and delay every connection bsc1277725...

7.5CVSS5.8AI score0.0063EPSS
SaveExploits0References3
SUSE Linux
SUSE Linux
added 2026/09/08 7:09 a.m.10 views

Security update for python-tornado

This update for python-tornado fixes the following issue: CVE-2026-82397: an unauthenticated request body containing millions of separator-delimited fields can synchronously stall the single-threaded event loop and delay every connection bsc1277725. Patch Instructions: To install this SUSE update...

7.5CVSS5.8AI score0.0063EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/08 7:09 a.m.6 views

SUSE-SU-2026:4073-1 Security update for python-tornado

This update for python-tornado fixes the following issue: - CVE-2026-82397: an unauthenticated request body containing millions of separator-delimited fields can synchronously stall the single-threaded event loop and delay every connection bsc1277725...

7.5CVSS5.8AI score0.0063EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
added 2026/09/08 5:07 a.m.12 views

brace-expansion: DoS via unbounded intermediate arrays, bypassing the CVE-2026-14257 mitigation

A flaw was found in the brace-expansion library. The expand function does not apply maxLength when constructing comma-alternative intermediate arrays or padded sequences, allowing attacker-controlled input to exhaust memory or block the event loop, resulting in a denial of service. This issue is...

7.5CVSS7.1AI score0.00748EPSS
SaveExploits1References9
OSV
OSV
added 2026/09/07 9:21 a.m.11 views

SUSE-SU-2026:23523-1 Security update for python-tornado6

This update for python-tornado6 fixes the following issue: - CVE-2026-82397: an unauthenticated request body containing millions of separator-delimited fields can synchronously stall the single-threaded event loop and delay every connection bsc1277725...

7.5CVSS5.8AI score0.0063EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/03 8:46 p.m.12 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.0016EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/09/03 8:27 p.m.18 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.0016EPSS
SaveExploits0References3Affected Software1
Patchstack
Patchstack
added 2026/09/03 8:27 p.m.9 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.0016EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/09/03 8:15 p.m.24 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.0016EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/03 8:15 p.m.16 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.0016EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/03 8:15 p.m.10 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.3AI score0.0016EPSS
SaveExploits0References2
Rows per page
Query Builder