- EPSS 0.02%
- Veröffentlicht 23.09.2025 06:15:46
- Zuletzt bearbeitet 24.09.2025 18:11:24
In the Linux kernel, the following vulnerability has been resolved: igb: Fix NULL pointer dereference in ethtool loopback test The igb driver currently causes a NULL pointer dereference when executing the ethtool loopback test. This occurs because ...
- EPSS 0.02%
- Veröffentlicht 23.09.2025 06:15:45
- Zuletzt bearbeitet 24.09.2025 18:11:24
In the Linux kernel, the following vulnerability has been resolved: erofs: fix runtime warning on truncate_folio_batch_exceptionals() Commit 0e2f80afcfa6("fs/dax: ensure all pages are idle prior to filesystem unmount") introduced the WARN_ON_ONCE t...
- EPSS 0.03%
- Veröffentlicht 19.09.2025 15:26:35
- Zuletzt bearbeitet 22.09.2025 21:23:01
In the Linux kernel, the following vulnerability has been resolved: fs: writeback: fix use-after-free in __mark_inode_dirty() An use-after-free issue occurred when __mark_inode_dirty() get the bdi_writeback that was in the progress of switching. C...
- EPSS 0.03%
- Veröffentlicht 19.09.2025 15:26:34
- Zuletzt bearbeitet 22.09.2025 21:23:01
In the Linux kernel, the following vulnerability has been resolved: tee: fix NULL pointer dereference in tee_shm_put tee_shm_put have NULL pointer dereference: __optee_disable_shm_cache --> shm = reg_pair_to_ptr(...);//shm maybe return NULL ...
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:33
- Zuletzt bearbeitet 22.09.2025 21:23:01
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: fix use-after-free when rescheduling brcmf_btcoex_info work The brcmf_btcoex_detach() only shuts down the btcoex timer, if the flag timer_on is false. However, the ...
- EPSS 0.03%
- Veröffentlicht 19.09.2025 15:26:33
- Zuletzt bearbeitet 22.09.2025 21:23:01
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: fix use-after-free in cmp_bss() Following bss_free() quirk introduced in commit 776b3580178f ("cfg80211: track hidden SSID networks properly"), adjust cfg80211_upda...
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:32
- Zuletzt bearbeitet 22.09.2025 21:23:01
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7915: fix list corruption after hardware restart Since stations are recreated from scratch, all lists that wcids are added to must be cleared before calling ieee80211...
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:31
- Zuletzt bearbeitet 22.09.2025 21:23:01
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: vhci: Prevent use-after-free by removing debugfs files early Move the creation of debugfs files into a dedicated function, and ensure they are explicitly removed during ...
- EPSS 0.03%
- Veröffentlicht 19.09.2025 15:26:30
- Zuletzt bearbeitet 22.09.2025 21:23:01
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen() syzbot reported the splat below without a repro. In the splat, a single thread calling bt_accept_dequeue() freed sk an...
- EPSS 0.02%
- Veröffentlicht 19.09.2025 15:26:29
- Zuletzt bearbeitet 22.09.2025 21:23:01
In the Linux kernel, the following vulnerability has been resolved: ptp: ocp: fix use-after-free bugs causing by ptp_ocp_watchdog The ptp_ocp_detach() only shuts down the watchdog timer if it is pending. However, if the timer handler is already run...