CVE-2023-52640
- EPSS 0.05%
- Veröffentlicht 03.04.2024 17:15:47
- Zuletzt bearbeitet 27.02.2025 21:59:09
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix oob in ntfs_listxattr The length of name cannot exceed the space occupied by ea.
CVE-2023-52641
- EPSS 0.03%
- Veröffentlicht 03.04.2024 17:15:47
- Zuletzt bearbeitet 07.01.2025 20:18:38
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add NULL ptr dereference checking at the end of attr_allocate_frame() It is preferable to exit through the out: label because internal debugging functions are located the...
CVE-2024-26726
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:54
- Zuletzt bearbeitet 10.07.2025 15:15:23
In the Linux kernel, the following vulnerability has been resolved: btrfs: don't drop extent_map for free space inode on write error While running the CI for an unrelated change I hit the following panic with generic/648 on btrfs_holes_spacecache. ...
CVE-2024-26700
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 07.01.2025 20:26:40
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix MST Null Ptr for RV The change try to fix below error specific to RV platform: BUG: kernel NULL pointer dereference, address: 0000000000000008 PGD 0 P4D 0 Oop...
CVE-2024-26715
- EPSS 0.02%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 07.01.2025 20:25:50
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: gadget: Fix NULL pointer dereference in dwc3_gadget_suspend In current scenario if Plug-out and Plug-In performed continuously there could be a chance while checking for...
CVE-2024-26719
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 03.02.2025 16:17:03
In the Linux kernel, the following vulnerability has been resolved: nouveau: offload fence uevents work to workqueue This should break the deadlock between the fctx lock and the irq lock. This offloads the processing off the work from the irq into...
- EPSS 0.04%
- Veröffentlicht 03.04.2024 15:15:53
- Zuletzt bearbeitet 19.12.2024 12:15:06
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-26686
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 03.11.2025 20:16:10
In the Linux kernel, the following vulnerability has been resolved: fs/proc: do_task_stat: use sig->stats_lock to gather the threads/children stats lock_task_sighand() can trigger a hard lockup. If NR_CPUS threads call do_task_stat() at the same t...
CVE-2024-26691
- EPSS 0.01%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 27.02.2025 14:34:43
In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix circular locking dependency The rule inside kvm enforces that the vcpu->mutex is taken *inside* kvm->lock. The rule is violated by the pkvm_create_hyp_vm() which ac...
CVE-2024-26699
- EPSS 0.04%
- Veröffentlicht 03.04.2024 15:15:52
- Zuletzt bearbeitet 27.02.2025 14:34:43
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr [Why] There is a potential memory access violation while iterating through array of dcn35 clks. [How] Limit iteratio...