Lucene search
+L

646001 matches found

Snyk
Snyk
added 2026/09/02 7:12 p.m.6 views

Allocation of Resources Without Limits or Throttling

Overview golang.org/x/crypto/ssh is a SSH client and server Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in its connection multiplexing, reached through Dial, NewClientConn, NewControlClientConn, and NewServerConn, which buffers unhandle...

8.7CVSS5.7AI score0.00378EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/02 7:12 p.m.12 views

GO-2026-6354 Prevent DoS on deadlocked undecided channel in golang.org/x/crypto/ssh

Previously, a channel registered in the mux's chanList is not usable until it is established. A malicious peer was able flood the channel's incomingRequests, deadlocking the entire connection. Now, we add an atomic established state, set when a channel becomes usable. Until such a time,...

7.5CVSS5.9AI score0.00315EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/02 7:12 p.m.7 views

GO-2026-6355 Prevent DoS on deadlocked established channel in golang.org/x/crypto/ssh

Previously, after a channel has been established, a malicious peer could send crafted messages that would deadlock the entire connection. Now, we handle all RFC 4254 channel messages; global requests are handled explicitly. Then, treat all other messages as a protocol error and tear the connectio...

7.5CVSS5.8AI score0.00378EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/09/02 7:12 p.m.6 views

Allocation of Resources Without Limits or Throttling

Overview github.com/golang/crypto/ssh is a SSH client and server Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in the connection multiplexer's channel handling the mux chanList, reached through Dial, NewClientConn, NewControlClientConn, a...

8.7CVSS5.7AI score0.00315EPSS
SaveExploits0References3
Snyk
Snyk
added 2026/09/02 7:12 p.m.6 views

Allocation of Resources Without Limits or Throttling

Overview github.com/golang/crypto/ssh is a SSH client and server Affected versions of this package are vulnerable to Allocation of Resources Without Limits or Throttling in its connection multiplexing, reached through Dial, NewClientConn, NewControlClientConn, and NewServerConn, which buffers...

8.7CVSS5.7AI score0.00378EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/09/02 7:03 p.m.7 views

CVE-2026-84378

A flaw was found in httpx2, a Python HTTP client. The Server-Sent Events SSE parser in httpx2 can be exploited by a remote attacker. By sending a specially crafted stream where an unterminated line is split across many response chunks, the parser repeatedly copies and rescans buffered text. This...

5.9CVSS5.9AI score0.0032EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/09/02 7:02 p.m.9 views

CVE-2026-84382

A flaw was found in httpx2, a Python HTTP client. The content decoders in httpx2 fully inflate compressed network chunks such as gzip, deflate, br, or zstd before yielding bounded pieces to the application. This can lead to a small compressed chunk expanding significantly in memory, for example, ...

7.5CVSS5.9AI score0.0035EPSS
SaveExploits0References7
RedHat Linux
RedHat Linux
added 2026/09/02 6:39 p.m.6 views

js-yaml: js-yaml: Denial of Service vulnerability in YAML parsing

A flaw was found in js-yaml, a JavaScript YAML parser. An attacker can exploit this by providing a specially crafted YAML document that causes the parser to perform excessive processing when handling merge keys with empty sources. This can lead to prolonged CPU consumption, effectively causing a...

7.5CVSS5.8AI score0.00385EPSS
SaveExploits0References11
OSV
OSV
added 2026/09/02 6:37 p.m.11 views

GO-2026-6325 Grafana Tempo vulnerable to an out-of-memory crash in github.com/grafana/tempo

Grafana Tempo vulnerable to an out-of-memory crash in github.com/grafana/tempo...

6.5CVSS6.6AI score0.00411EPSS
SaveExploits0References14
RedHat Linux
RedHat Linux
added 2026/09/02 6:28 p.m.7 views

js-yaml: js-yaml: Denial of Service vulnerability in YAML parsing

A flaw was found in js-yaml, a JavaScript YAML parser. An attacker can exploit this by providing a specially crafted YAML document that causes the parser to perform excessive processing when handling merge keys with empty sources. This can lead to prolonged CPU consumption, effectively causing a...

7.5CVSS5.8AI score0.00385EPSS
SaveExploits0References11
NVD
NVD
added 2026/09/02 6:21 p.m.8 views

CVE-2026-84378

HTTPX2 is a next generation HTTP client for Python. From 2.5.0 until 2.10.0, the HTTPX2 Server-Sent Events parser in src/httpx2/httpx2/sse.py repeatedly copies and rescans buffered text in SSELineDecoder.decode when an attacker-controlled or compromised SSE endpoint splits one unterminated line...

5.9CVSS0.0032EPSS
SaveExploits0References5
NVD
NVD
added 2026/09/02 6:21 p.m.6 views

CVE-2026-77121

A user account with permission to deploy artifacts to a hosted Maven repository could upload a POM file containing an oversized metadata field. This causes future attempts to list or browse that repository's components to permanently fail until an administrator repairs the underlying data. Only t...

5.3CVSS0.00235EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/02 6:19 p.m.6 views

CVE-2026-49833

DSpace open source software is a repository application which provides durable access to digital resources. From versions 8.0-rc1 to before 8.4, 9.0-rc1 to before 9.3, and 10-rc1 to before 10.0, a path traversal vulnerability is possible via the COAR Notify / LDN service in DSpace. The attacker...

5.5CVSS0.00267EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/02 6:19 p.m.6 views

CVE-2026-49249

Boruta is a standalone authorization server that aims to implement OAuth 2.0 and Openid Connect up to decentralized identity specifications. Prior to version 0.10.0, BorutaIdentityWeb.UserSettingsController.update/2 atomizes every key of the user-supplied request body via String.toatom/1 before a...

7.1CVSS0.00235EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/02 5:54 p.m.25 views

CVE-2026-84378

HTTPX2 , a next-generation HTTP client for Python, is affected by a quadratic CPU denial-of-service vulnerability in its Server-Sent Events (SSE) parser. Versions from 2.5.0 through 2.10.0 are impacted. The root cause lies in _SSELineDecoder.decode() in src/httpx2/httpx2/_sse.py, which repeatedly...

5.9CVSS5.9AI score0.0032EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/02 5:54 p.m.38 views

CVE-2026-84378 HTTPX2: Quadratic SSE line buffering can cause CPU denial of service

HTTPX2 is a next generation HTTP client for Python. From 2.5.0 until 2.10.0, the HTTPX2 Server-Sent Events parser in src/httpx2/httpx2/sse.py repeatedly copies and rescans buffered text in SSELineDecoder.decode when an attacker-controlled or compromised SSE endpoint splits one unterminated line...

5.9CVSS0.0032EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/02 5:54 p.m.5 views

CVE-2026-84378 HTTPX2: Quadratic SSE line buffering can cause CPU denial of service

HTTPX2 is a next generation HTTP client for Python. From 2.5.0 until 2.10.0, the HTTPX2 Server-Sent Events parser in src/httpx2/httpx2/sse.py repeatedly copies and rescans buffered text in SSELineDecoder.decode when an attacker-controlled or compromised SSE endpoint splits one unterminated line...

5.9CVSS5.9AI score
SaveExploits0References7
Debian
Debian
added 2026/09/02 5:50 p.m.6 views

[SECURITY] [DLA 4768-1] libapache2-mod-auth-openidc security update

Debian LTS Advisory DLA-4768-1 [email protected] https://www.debian.org/lts/security/ Daniel Leidert September 02, 2026 https://wiki.debian.org/LTS Package : libapache2-mod-auth-openidc Version : 2.4.12.3-2+deb12u5 CVE ID : CVE-2026-54789 A vulnerability has been found in modauthopenidc...

7.5CVSS5.8AI score0.00488EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/02 5:28 p.m.8 views

EUVD-2026-70240

Boruta is a standalone authorization server that aims to implement OAuth 2.0 and Openid Connect up to decentralized identity specifications. Prior to version 0.10.0, BorutaIdentityWeb.UserSettingsController.update/2 atomizes every key of the user-supplied request body via String.toatom/1 before a...

7.1CVSS5.8AI score0.00235EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/02 5:28 p.m.35 views

CVE-2026-49249 Boruta: Authenticated atom-exhaustion DoS in BorutaIdentityWeb.UserSettingsController.update/2

Boruta is a standalone authorization server that aims to implement OAuth 2.0 and Openid Connect up to decentralized identity specifications. Prior to version 0.10.0, BorutaIdentityWeb.UserSettingsController.update/2 atomizes every key of the user-supplied request body via String.toatom/1 before a...

7.1CVSS0.00235EPSS
SaveExploits0References2
Rows per page
Query Builder