Lucene search
+L

64 matches found

Tenable Nessus
Tenable Nessus
added 2026/09/11 12:00 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-45765

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. Prior to versions 7.0.16 and 8.0.5, DNP3...

7.5CVSS0.00432EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/10 9:25 p.m.7 views

CVE-2026-45765 Suricata dnp3: unbounded reassembly can lead to resource exhaustion

Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. Prior to versions 7.0.16 and 8.0.5, DNP3 reassembly could buffer data without sufficient parser-level bounds. Crafted DNP3 traffic may cause Suricata to consume excessive memory,...

7.5CVSS0.00432EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/10 9:25 p.m.3 views

CVE-2026-45765 Suricata dnp3: unbounded reassembly can lead to resource exhaustion

Suricata is a network Intrusion Detection System, Intrusion Prevention System and Network Security Monitoring engine. Prior to versions 7.0.16 and 8.0.5, DNP3 reassembly could buffer data without sufficient parser-level bounds. Crafted DNP3 traffic may cause Suricata to consume excessive memory,...

7.5CVSS6AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/09/04 2:31 p.m.28 views

CVE-2026-82728 Unbounded HTTP/1 status-line and chunk-extension buffering in Mint causes memory-exhaustion DoS

Allocation of Resources Without Limits or Throttling vulnerability in elixir-mint mint allows a remote HTTP server to exhaust memory on the client host and cause a denial of service. Two HTTP/1 response-parser states accumulate server data without any cap. In lib/mint/http1.ex, decodestatusline/4...

8.2CVSS0.00487EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/04 2:31 p.m.11 views

CVE-2026-82728

Mint (the Elixir HTTP client library, elixir-mint/mint) suffers from unbounded buffering in its HTTP/1 response parser. In lib/mint/http1.ex, decode_status_line/4 and decode_body/5 accumulate unconsumed server data in conn.buffer without any size cap, because the :max_header_list_size budget is o...

8.2CVSS5.6AI score0.00487EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 2:31 p.m.5 views

CVE-2026-82728 Unbounded HTTP/1 status-line and chunk-extension buffering in Mint causes memory-exhaustion DoS

Allocation of Resources Without Limits or Throttling vulnerability in elixir-mint mint allows a remote HTTP server to exhaust memory on the client host and cause a denial of service. Two HTTP/1 response-parser states accumulate server data without any cap. In lib/mint/http1.ex, decodestatusline/4...

8.2CVSS6AI score0.00487EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/04 2:31 p.m.4 views

EEF-CVE-2026-82728 Unbounded HTTP/1 status-line and chunk-extension buffering in Mint causes memory-exhaustion DoS

Summary Allocation of Resources Without Limits or Throttling vulnerability in elixir-mint mint allows a remote HTTP server to exhaust memory on the client host and cause a denial of service. Two HTTP/1 response-parser states accumulate server data without any cap. In lib/mint/http1.ex,...

8.2CVSS5.7AI score0.00487EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/08/31 7:50 p.m.19 views

GDBusServer: glib2: GDBusServer pre-authentication DoS via unbounded SASL line buffering

A denial-of-service and resource exhaustion vulnerability exists within the GDBus component of GLib. The gdbusauth authentication mechanism fails to enforce proper length limitations on data lines read from a client. An unauthenticated local or remote attacker can exploit this lack of input...

5.3CVSS6.2AI score0.00225EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/20 10:17 p.m.4 views

CVE-2026-64773

An attacker that can reach a container's published TCP port may be able to force the host's forwarding process to buffer an unbounded amount of that client's data in memory, for as long as the backend container connection takes to complete — with no cap on how much accumulates or how long the wai...

7.5CVSS6.1AI score
SaveExploits0References1
Snyk
Snyk
added 2026/08/17 5:50 p.m.18 views

Improperly Controlled Sequential Memory Allocation

Overview Affected versions of this package are vulnerable to Improperly Controlled Sequential Memory Allocation due to unbounded buffering of incomplete SCTP message fragments. An attacker can trigger an OutOfMemoryError by sending large or many fragmented SCTP messages that the handler retains...

8.7CVSS5.6AI score0.00371EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/20 12:12 p.m.106 views

CVE-2026-15588

CVE-2026-15588 affects GLib’s GDBus component. The gdbusauth mechanism fails to enforce length limits on data lines read from a client, enabling an unauthenticated attacker to trigger DoS and resource exhaustion by sending extremely long data streams. This can cause excessive memory and CPU consu...

5.3CVSS5.5AI score0.00225EPSS
SaveExploits0References23
EUVD
EUVD
added 2026/06/26 12:04 a.m.16 views

EUVD-2026-39599

A flaw was found in KubeVirt's downward metrics virtio-serial server. The server reads guest requests using textproto.Reader.ReadLine, which buffers input indefinitely until a newline character is received, with no length limit or read deadline. A user with access to a VM guest that has the...

3.8CVSS5.8AI score0.00134EPSS
SaveExploits0References2
OSV
OSV
added 2026/06/08 3:33 p.m.8 views

GHSA-R53J-FJJ5-MV77 gun has an Uncontrolled Resource Consumption vulnerability

Uncontrolled Resource Consumption vulnerability in ninenines gun gunhttp module allows a malicious server to exhaust client memory via unbounded HTTP/1.1 response buffering. In gunhttp:handle/5, three clauses accumulate incoming TCP data into the connection's buffer field using binary concatenati...

8.7CVSS6.1AI score0.00482EPSS
SaveExploits0References5
NVD
NVD
added 2026/06/08 3:16 p.m.19 views

CVE-2026-43973

Uncontrolled Resource Consumption vulnerability in ninenines gun gunhttp module allows a malicious server to exhaust client memory via unbounded HTTP/1.1 response buffering. In gunhttp:handle/5, three clauses accumulate incoming TCP data into the connection's buffer field using binary concatenati...

8.7CVSS0.00482EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/08 3:16 p.m.10 views

AZL-90141 CVE-2026-43973 affecting package rabbitmq-server for versions less than 3.13.7-6

Uncontrolled Resource Consumption vulnerability in ninenines gun gunhttp module allows a malicious server to exhaust client memory via unbounded HTTP/1.1 response buffering. In gunhttp:handle/5, three clauses accumulate incoming TCP data into the connection's buffer field using binary concatenati...

8.7CVSS6.1AI score0.00482EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/06/08 2:12 p.m.64 views

CVE-2026-43973 gun HTTP/1.1 response buffer has no size limit allowing server-controlled memory exhaustion

Uncontrolled Resource Consumption vulnerability in ninenines gun gunhttp module allows a malicious server to exhaust client memory via unbounded HTTP/1.1 response buffering. In gunhttp:handle/5, three clauses accumulate incoming TCP data into the connection's buffer field using binary concatenati...

8.7CVSS0.00482EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/06/08 2:12 p.m.15 views

EUVD-2026-35074

Uncontrolled Resource Consumption vulnerability in ninenines gun gunhttp module allows a malicious server to exhaust client memory via unbounded HTTP/1.1 response buffering. In gunhttp:handle/5, three clauses accumulate incoming TCP data into the connection's buffer field using binary concatenati...

8.7CVSS5.8AI score0.00482EPSS
SaveExploits0References3
CVE
CVE
added 2026/06/08 2:12 p.m.93 views

CVE-2026-43973

CVE-2026-43973 concerns the Erlang/Elixir library gun_http in the Gun framework. The vulnerability is an uncontrolled resource consumption: three code paths in gun_http:handle/5 accumulate TCP data into a connection buffer using binary concatenation with no upper bound. If a malicious server send...

8.7CVSS5.8AI score0.00482EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/06/08 2:12 p.m.14 views

CVE-2026-43973 gun HTTP/1.1 response buffer has no size limit allowing server-controlled memory exhaustion

Uncontrolled Resource Consumption vulnerability in ninenines gun gunhttp module allows a malicious server to exhaust client memory via unbounded HTTP/1.1 response buffering. In gunhttp:handle/5, three clauses accumulate incoming TCP data into the connection's buffer field using binary concatenati...

8.7CVSS5.8AI score0.00482EPSS
SaveExploits0References3
OSV
OSV
added 2026/06/08 2:12 p.m.16 views

EEF-CVE-2026-43973 gun HTTP/1.1 response buffer has no size limit allowing server-controlled memory exhaustion

Summary Uncontrolled Resource Consumption vulnerability in ninenines gun gun\http module allows a malicious server to exhaust client memory via unbounded HTTP/1.1 response buffering. In gun\http:handle/5, three clauses accumulate incoming TCP data into the connection's buffer field using binary...

8.7CVSS6.2AI score0.00482EPSS
SaveExploits0References3
Rows per page
Query Builder