CVE-2023-52921
- EPSS 0.23%
- Veröffentlicht 19.11.2024 02:15:09
- Zuletzt bearbeitet 19.06.2025 13:15:30
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix possible UAF in amdgpu_cs_pass1() Since the gang_size check is outside of chunk parsing loop, we need to reset i before we free the chunk data. Suggested by Ye Zha...
CVE-2023-39180
- EPSS 1.38%
- Veröffentlicht 18.11.2024 10:15:05
- Zuletzt bearbeitet 06.08.2025 13:34:08
A flaw was found within the handling of SMB2_READ commands in the kernel ksmbd module. The issue results from not releasing memory after its effective lifetime. An attacker can leverage this to create a denial-of-service condition on affected install...
CVE-2023-39176
- EPSS 0.66%
- Veröffentlicht 18.11.2024 10:15:04
- Zuletzt bearbeitet 06.08.2025 13:03:43
A flaw was found within the parsing of SMB2 requests that have a transform header in the kernel ksmbd module. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. ...
CVE-2023-39179
- EPSS 1.1%
- Veröffentlicht 18.11.2024 10:15:04
- Zuletzt bearbeitet 06.08.2025 13:21:06
A flaw was found within the handling of SMB2 read requests in the kernel ksmbd module. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverag...
CVE-2023-4458
- EPSS 0.83%
- Veröffentlicht 14.11.2024 12:15:17
- Zuletzt bearbeitet 19.08.2025 17:32:26
A flaw was found within the parsing of extended attributes in the kernel ksmbd module. The issue results from the lack of proper validation of user-supplied data, which can result in a read past the end of an allocated buffer. An attacker can leverag...
CVE-2023-4134
- EPSS 0.19%
- Veröffentlicht 14.11.2024 11:15:03
- Zuletzt bearbeitet 18.11.2024 22:08:54
A use-after-free vulnerability was found in the cyttsp4_core driver in the Linux kernel. This issue occurs in the device cleanup routine due to a possible rearming of the watchdog_timer from the workqueue. This could allow a local user to crash the s...
CVE-2024-50256
- EPSS 0.23%
- Veröffentlicht 09.11.2024 11:15:11
- Zuletzt bearbeitet 03.11.2025 23:17:07
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_reject_ipv6: fix potential crash in nf_send_reset6() I got a syzbot report without a repro [1] crashing in nf_send_reset6() I think the issue is that dev->hard_heade...
CVE-2024-50257
- EPSS 0.26%
- Veröffentlicht 09.11.2024 11:15:11
- Zuletzt bearbeitet 03.11.2025 23:17:07
In the Linux kernel, the following vulnerability has been resolved: netfilter: Fix use-after-free in get_info() ip6table_nat module unload has refcnt warning for UAF. call trace is: WARNING: CPU: 1 PID: 379 at kernel/module/main.c:853 module_put+0...
CVE-2024-50258
- EPSS 0.21%
- Veröffentlicht 09.11.2024 11:15:11
- Zuletzt bearbeitet 03.11.2025 21:17:12
In the Linux kernel, the following vulnerability has been resolved: net: fix crash when config small gso_max_size/gso_ipv4_max_size Config a small gso_max_size/gso_ipv4_max_size will lead to an underflow in sk_dst_gso_max_size(), which may trigger ...
CVE-2024-50259
- EPSS 0.22%
- Veröffentlicht 09.11.2024 11:15:11
- Zuletzt bearbeitet 03.11.2025 23:17:07
In the Linux kernel, the following vulnerability has been resolved: netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write() This was found by a static analyzer. We should not forget the trailing zero after copy_...