Lucene search
+L

4383 matches found

OSV
OSV
added 2026/09/09 6:07 p.m.5 views

GHSA-7W5X-HRQM-74C2 smol-toml: Denial of Service via malformed TOML documents

Summary parse can be forced into an infinite loop when a value inside an array or inline table is followed by a comment that has no trailing newline i.e. the comment "ends" the document. The library fails to exit an internal loop when attempting to find the end of the structure, resetting its...

8.2CVSS5.9AI score0.00383EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/09 4:13 p.m.12 views

CVE-2026-80915 drm/xe: Fix DPT allocation paths.

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix DPT allocation paths. Remove the fallback for VRAM to system memory, I tested it and that doesn't work at all, only a black screen with pipe fault errors were observed. On systems with media GT, extra latency is added...

5.9AI score
SaveExploits0References7
CVE
CVE
added 2026/09/09 4:13 p.m.25 views

CVE-2026-80915

CVE-2026-80915 affects the Linux kernel drm/xe driver (Intel Xe GPU). The vulnerability is in DPT (Display Plane Table) allocation paths , where an incorrect fallback from VRAM to system memory produces a black screen with pipe fault errors , and use of stolen memory on media GT systems introduce...

5.8AI score0.00156EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/06 12:17 p.m.8 views

CVE-2026-86250

h3 versions before 2.0.1-rc.18 fail to validate the chunk count parsed from user-controlled cookie values in setChunkedCookie and deleteChunkedCookie functions. Attackers can send a crafted cookie header with an extremely large chunk count to trigger an On² cleanup loop that hangs the server...

8.7CVSS0.00278EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/06 12:00 p.m.35 views

CVE-2026-86250 h3 before 2.0.1-rc.18 Denial of Service via Unbounded Chunked Cookie

h3 versions before 2.0.1-rc.18 fail to validate the chunk count parsed from user-controlled cookie values in setChunkedCookie and deleteChunkedCookie functions. Attackers can send a crafted cookie header with an extremely large chunk count to trigger an On² cleanup loop that hangs the server...

8.7CVSS0.00278EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/09/04 12:00 a.m.11 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: mysql (UTSA-2026-106191)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-106191 advisory. Vulnerability in the MySQL Server, MySQL Cluster product of Oracle MySQL component: Server: Clone Plugin. Supported versions that are affected are MySQL Server:...

4.4CVSS6.7AI score0.00353EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/09/03 12:22 p.m.9 views

CVE-2026-47863

A flaw was found in Reactor Core. Applications using the Flux.bufferTimeout operator with fairBackpressure enabled are vulnerable to a Denial of Service DoS condition. This occurs when upstream components deliver items during an active flush, causing the processing pipeline to permanently hang an...

7.5CVSS5.8AI score0.00231EPSS
SaveExploits0References4
Circl
Circl
added 2026/09/01 8:01 p.m.9 views

CVE-2019-20367

creationtimestamp| type| source ---|---|--- 2026-09-01 20:01:45+00:00| seen| https://t.me/hackingAttack/49652 2026-09-01 20:01:51+00:00| seen| https://t.me/hackingAttack/45703 2026-09-02 01:01:58+00:00| seen| https://t.me/hackingAttack/49652 2026-09-02 01:02:04+00:00| seen|...

9.1CVSS7.8AI score0.02805EPSS
SaveExploits1References2
OSV
OSV
added 2026/08/31 8:46 a.m.5 views

CVE-2024-58379 nodemailer before 6.9.9 ReDoS via attachDataUrls parameter

nodemailer before 6.9.9 contains a regular expression denial of service vulnerability in email parsing when attachDataUrls parameter is set or processing embedded file attachments. Attackers can send specially crafted emails with malicious data URLs or embedded attachments to cause the event loop...

6.9CVSS5.9AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/27 12:12 p.m.10 views

CVE-2026-71079

A flaw was found in MySQL Connector/ODBC. This vulnerability allows a low privileged attacker with network access to cause a complete denial of service DoS by triggering a hang or frequently repeatable crash of the component. The attacker can exploit this flaw through multiple protocols...

6.5CVSS5.2AI score0.00364EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/27 8:25 a.m.19 views

CVE-2026-80527

A flaw was found in the Linux kernel's Ceph client. A reader can experience an indefinite hang when the client's local capability state mdswanted becomes stale after a Metadata Server MDS capability revocation. This occurs because the client believes it still wants a capability e.g., FILERD that...

7.5CVSS5.3AI score0.00508EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/27 8:11 a.m.9 views

CVE-2026-80523

A flaw was found in the Linux kernel. The HDMA Hardware Direct Memory Access clock, responsible for the internal TCM Tightly Coupled Memory access path of the X100 RISC-V core, was not set as critical. This oversight allows the clock to be shut off, which can lead to a system hang, for example,...

7.1CVSS5.4AI score0.00125EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/27 6:31 a.m.13 views

EUVD-2026-66589

In the Linux kernel, the following vulnerability has been resolved: clk: spacemit: k3: set hdma clock as critical HDMA clock is responsible for the internal TCM access path of X100 RISC-V core, so set the clock flag as critical to prevent it from being shut off, otherwise the Linux system will...

7.1CVSS5.4AI score0.00125EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/27 6:31 a.m.15 views

EUVD-2026-66593

In the Linux kernel, the following vulnerability has been resolved: ceph: fix hanging cephgetcaps with stale mdswanted A reader can hang forever in cephgetcaps when the client no longer holds FILERD, but local cap state still says that the capability is already wanted via mdswanted. One way to...

7.5CVSS5.5AI score0.00508EPSS
SaveExploits0References9
CVE
CVE
added 2026/08/26 11:28 p.m.63 views

CVE-2026-47863

Reactor Core versions 3.8.0–3.8.6 and 3.7.19 and earlier are vulnerable to a Denial of Service condition in the Flux.bufferTimeout operator when fairBackpressure is enabled. The root cause is a race condition between flushing buffered items and the arrival of new upstream items during an active f...

7.5CVSS5.3AI score0.00231EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/08/26 11:28 p.m.56 views

CVE-2026-47863 Reactor Core bufferTimeout fair-backpressure pipeline permanently hangs when upstream delivers items during an active flush

In Reactor Core, applications that use the Flux.bufferTimeout operator with fairBackpressure enabled are vulnerable to a Denial of Service DoS condition. Reactor Core 3.8.0 - 3.8.6 Reactor Core 3.7.19 and earlier...

5.9CVSS0.00231EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/08/26 11:28 p.m.37 views

CVE-2026-47857 Reactor Core windowTimeout fair-backpressure stream hang due to 20-bit index wrap-around

In Reactor Core, applications that use the Flux.windowTimeout operator with fairBackpressure enabled are vulnerable to a Denial of Service DoS condition. Reactor Core 3.8.0 - 3.8.6 Reactor Core 3.5.0 - 3.7.19 Reactor Core 3.4.41 and earlier...

5.9CVSS0.00222EPSS
SaveExploits0References1
CVE
CVE
added 2026/08/26 11:28 p.m.87 views

CVE-2026-47857

Reactor Core is affected by a Denial of Service condition in the Flux.windowTimeout operator when fairBackpressure is enabled. The root cause is a 20-bit index wrap-around that can cause the stream to hang, leading to an availability impact with no confidentiality or integrity loss. Affected vers...

5.9CVSS5.3AI score0.00222EPSS
SaveExploits0References1Affected Software1
NVD
NVD
added 2026/08/26 8:17 p.m.10 views

CVE-2026-26445

stomper 5e2741e is vulnerable to Denial of Service. A malicious client can send partial STOMP frames and keep the TCP connections open, which, combined with the broker s use of edge-triggered epoll EPOLLET and MSGPEEK in recv, causes sockets to enter a permanent half-read state. When enough such...

7.5CVSS0.00343EPSS
SaveExploits0References2
NVD
NVD
added 2026/08/26 3:17 p.m.13 views

CVE-2026-80527

In the Linux kernel, the following vulnerability has been resolved: ceph: fix hanging cephgetcaps with stale mdswanted A reader can hang forever in cephgetcaps when the client no longer holds FILERD, but local cap state still says that the capability is already wanted via mdswanted. One way to...

7.5CVSS0.00508EPSS
SaveExploits0References8
Rows per page
Query Builder