CVE-2024-46696
- EPSS 0.05%
- Veröffentlicht 13.09.2024 06:15:14
- Zuletzt bearbeitet 13.09.2024 16:52:54
In the Linux kernel, the following vulnerability has been resolved: nfsd: fix potential UAF in nfsd4_cb_getattr_release Once we drop the delegation reference, the fields embedded in it are no longer safe to access. Do that last.
CVE-2024-46697
- EPSS 0.02%
- Veröffentlicht 13.09.2024 06:15:14
- Zuletzt bearbeitet 19.09.2024 17:53:43
In the Linux kernel, the following vulnerability has been resolved: nfsd: ensure that nfsd4_fattr_args.context is zeroed out If nfsd4_encode_fattr4 ends up doing a "goto out" before we get to checking for the security label, then args.context will ...
CVE-2024-46698
- EPSS 0.02%
- Veröffentlicht 13.09.2024 06:15:14
- Zuletzt bearbeitet 13.09.2024 16:53:03
In the Linux kernel, the following vulnerability has been resolved: video/aperture: optionally match the device in sysfb_disable() In aperture_remove_conflicting_pci_devices(), we currently only call sysfb_disable() on vga class devices. This lead...
CVE-2024-46699
- EPSS 0.05%
- Veröffentlicht 13.09.2024 06:15:14
- Zuletzt bearbeitet 13.09.2024 16:53:10
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable preemption while updating GPU stats We forgot to disable preemption around the write_seqcount_begin/end() pair while updating GPU stats: [ ] WARNING: CPU: 2 PID...
CVE-2024-46700
- EPSS 0.02%
- Veröffentlicht 13.09.2024 06:15:14
- Zuletzt bearbeitet 19.06.2025 13:15:42
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-46684
- EPSS 0.02%
- Veröffentlicht 13.09.2024 06:15:13
- Zuletzt bearbeitet 19.09.2024 18:04:22
In the Linux kernel, the following vulnerability has been resolved: binfmt_elf_fdpic: fix AUXV size calculation when ELF_HWCAP2 is defined create_elf_fdpic_tables() does not correctly account the space for the AUX vector when an architecture has EL...
CVE-2024-46685
- EPSS 0.03%
- Veröffentlicht 13.09.2024 06:15:13
- Zuletzt bearbeitet 03.11.2025 23:15:53
In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL dereference in pcs_get_function() pinmux_generic_get_function() can return NULL and the pointer 'function' was dereferenced without checking aga...
CVE-2024-46686
- EPSS 0.03%
- Veröffentlicht 13.09.2024 06:15:13
- Zuletzt bearbeitet 03.11.2025 23:15:53
In the Linux kernel, the following vulnerability has been resolved: smb/client: avoid dereferencing rdata=NULL in smb2_new_read_req() This happens when called from SMB2_read() while using rdma and reaching the rdma_readwrite_threshold.
CVE-2024-46687
- EPSS 0.04%
- Veröffentlicht 13.09.2024 06:15:13
- Zuletzt bearbeitet 14.09.2024 16:17:33
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix a use-after-free when hitting errors inside btrfs_submit_chunk() [BUG] There is an internal report that KASAN is reporting use-after-free, with the following backtrace: ...
CVE-2024-46688
- EPSS 0.05%
- Veröffentlicht 13.09.2024 06:15:13
- Zuletzt bearbeitet 19.09.2024 18:01:43
In the Linux kernel, the following vulnerability has been resolved: erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially fails If z_erofs_gbuf_growsize() partially fails on a global buffer due to memory allocation failure or fault ...