CVE-2023-52609
- EPSS 0.02%
- Published 18.03.2024 11:15:07
- Last modified 10.03.2025 15:28:37
In the Linux kernel, the following vulnerability has been resolved: binder: fix race between mmput() and do_exit() Task A calls binder_update_page_range() to allocate and insert pages on a remote address space from Task B. For this, Task A pins the...
CVE-2023-52159
- EPSS 3.2%
- Published 18.03.2024 02:15:06
- Last modified 20.03.2025 20:15:30
A stack-based buffer overflow vulnerability in gross 0.9.3 through 1.x before 1.0.4 allows remote attackers to trigger a denial of service (grossd daemon crash) or potentially execute arbitrary code in grossd via crafted SMTP transaction parameters t...
CVE-2024-23672
- EPSS 0.58%
- Published 13.03.2024 16:15:29
- Last modified 07.08.2025 12:15:27
Denial of Service via incomplete cleanup vulnerability in Apache Tomcat. It was possible for WebSocket clients to keep WebSocket connections open leading to increased resource consumption.This issue affects Apache Tomcat: from 11.0.0-M1 through 11.0....
CVE-2024-24549
- EPSS 52.45%
- Published 13.03.2024 16:15:29
- Last modified 19.05.2025 13:02:08
Denial of Service due to improper input validation vulnerability for HTTP/2 requests in Apache Tomcat. When processing an HTTP/2 request, if the request exceeded any of the configured limits for headers, the associated HTTP/2 stream was not reset unt...
CVE-2024-26614
- EPSS 0.01%
- Published 11.03.2024 18:15:19
- Last modified 03.04.2025 15:20:30
In the Linux kernel, the following vulnerability has been resolved: tcp: make sure init the accept_queue's spinlocks once When I run syz's reproduction C program locally, it causes the following issue: pvqspinlock: lock 0xffff9d181cd5c660 has corru...
CVE-2023-52489
- EPSS 0.01%
- Published 11.03.2024 18:15:16
- Last modified 14.02.2025 16:41:06
In the Linux kernel, the following vulnerability has been resolved: mm/sparsemem: fix race in accessing memory_section->usage The below race is observed on a PFN which falls into the device memory region with the system memory configuration where P...
CVE-2023-52492
- EPSS 0.01%
- Published 11.03.2024 18:15:16
- Last modified 04.04.2025 14:41:10
In the Linux kernel, the following vulnerability has been resolved: dmaengine: fix NULL pointer in channel unregistration function __dma_async_device_channel_register() can fail. In case of failure, chan->local is freed (with free_percpu()), and ch...
CVE-2024-26625
- EPSS 0.01%
- Published 06.03.2024 07:15:12
- Last modified 07.01.2025 20:17:40
In the Linux kernel, the following vulnerability has been resolved: llc: call sock_orphan() at release time syzbot reported an interesting trace [1] caused by a stale sk->sk_wq pointer in a closed llc socket. In commit ff7b11aa481f ("net: socket: ...
CVE-2023-52601
- EPSS 0.01%
- Published 06.03.2024 07:15:10
- Last modified 14.03.2025 18:50:43
In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds in dbAdjTree Currently there is a bound check missing in the dbAdjTree while accessing the dmt_stree. To add the required check added the bool is...
CVE-2023-52602
- EPSS 0.02%
- Published 06.03.2024 07:15:10
- Last modified 14.03.2025 18:49:22
In the Linux kernel, the following vulnerability has been resolved: jfs: fix slab-out-of-bounds Read in dtSearch Currently while searching for current page in the sorted entry table of the page there is a out of bound access. Added a bound check to...