CVE-2024-50287
- EPSS 0.02%
- Veröffentlicht 19.11.2024 02:16:30
- Zuletzt bearbeitet 03.11.2025 23:17:11
In the Linux kernel, the following vulnerability has been resolved: media: v4l2-tpg: prevent the risk of a division by zero As reported by Coverity, the logic at tpg_precalculate_line() blindly rescales the buffer even when scaled_witdh is equal to...
CVE-2024-50265
- EPSS 0.02%
- Veröffentlicht 19.11.2024 02:16:28
- Zuletzt bearbeitet 03.11.2025 23:17:08
In the Linux kernel, the following vulnerability has been resolved: ocfs2: remove entry once instead of null-ptr-dereference in ocfs2_xa_remove() Syzkaller is able to provoke null-ptr-dereference in ocfs2_xa_remove(): [ 57.319872] (a.out,1161,7)...
CVE-2024-50267
- EPSS 0.01%
- Veröffentlicht 19.11.2024 02:16:28
- Zuletzt bearbeitet 03.11.2025 23:17:08
In the Linux kernel, the following vulnerability has been resolved: USB: serial: io_edgeport: fix use after free in debug printk The "dev_dbg(&urb->dev->dev, ..." which happens after usb_free_urb(urb) is a use after free of the "urb" pointer. Stor...
CVE-2024-50269
- EPSS 0.01%
- Veröffentlicht 19.11.2024 02:16:28
- Zuletzt bearbeitet 03.11.2025 23:17:08
In the Linux kernel, the following vulnerability has been resolved: usb: musb: sunxi: Fix accessing an released usb phy Commit 6ed05c68cbca ("usb: musb: sunxi: Explicitly release USB PHY on exit") will cause that usb phy @glue->xceiv is accessed af...
CVE-2023-52921
- EPSS 0.01%
- 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 0.06%
- 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.09%
- 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 0.06%
- 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-4134
- EPSS 0.02%
- 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.02%
- 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...