CVE-2024-46751
- 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: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info() Instead of doing a BUG_ON() handle the error by returning -EUCLEAN, aborting the transaction and logging ...
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-46754
- EPSS 0.01%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 08.10.2025 17:07:45
In the Linux kernel, the following vulnerability has been resolved: bpf: Remove tst_run from lwt_seg6local_prog_ops. The syzbot reported that the lwt_seg6 related BPF ops can be invoked via bpf_test_run() without without entering input_action_end_b...
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-46760
- EPSS 0.04%
- Veröffentlicht 18.09.2024 08:15:04
- Zuletzt bearbeitet 23.09.2024 16:18:28
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: usb: schedule rx work after everything is set up Right now it's possible to hit NULL pointer dereference in rtw_rx_fill_rx_status on hw object and/or its fields becaus...