CVE-2024-46752
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 03.11.2025 23:15:59
In the Linux kernel, the following vulnerability has been resolved: btrfs: replace BUG_ON() with error handling at update_ref_for_cow() Instead of a BUG_ON() just return an error, log an error message and abort the transaction in case we find an ex...
CVE-2024-46753
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 03.11.2025 20:16:31
In the Linux kernel, the following vulnerability has been resolved: btrfs: handle errors from btrfs_dec_ref() properly In walk_up_proc() we BUG_ON(ret) from btrfs_dec_ref(). This is incorrect, we have proper error handling here, return the error.
CVE-2024-46755
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 03.11.2025 23:15:59
In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: Do not return unused priv in mwifiex_get_priv_by_id() mwifiex_get_priv_by_id() returns the priv pointer corresponding to the bss_num and bss_type, but without checki...
- EPSS 0.04%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 09.01.2025 16:15:38
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
- EPSS 0.04%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 09.01.2025 16:16:01
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
- EPSS 0.04%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 09.01.2025 16:16:11
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-46759
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 12.05.2026 12:17:12
In the Linux kernel, the following vulnerability has been resolved: hwmon: (adc128d818) Fix underflows seen when writing limit attributes DIV_ROUND_CLOSEST() after kstrtol() results in an underflow if a large negative number such as -92233720368547...
CVE-2024-46761
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 03.11.2025 23:15:59
In the Linux kernel, the following vulnerability has been resolved: pci/hotplug/pnv_php: Fix hotplug driver crash on Powernv The hotplug driver for powerpc (pci/hotplug/pnv_php.c) causes a kernel crash when we try to hot-unplug/disable the PCIe swi...
CVE-2024-46762
- EPSS 0.02%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 23.09.2024 16:12:34
In the Linux kernel, the following vulnerability has been resolved: xen: privcmd: Fix possible access to a freed kirqfd instance Nothing prevents simultaneous ioctl calls to privcmd_irqfd_assign() and privcmd_irqfd_deassign(). If that happens, it i...
CVE-2024-46738
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 23:15:57
In the Linux kernel, the following vulnerability has been resolved: VMCI: Fix use-after-free when removing resource in vmci_resource_remove() When removing a resource from vmci_resource_table in vmci_resource_remove(), the search is performed using...