- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:58:18
- Zuletzt bearbeitet 17.08.2026 06:19:26
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix possible NULL pointer dereference in mt7996_mac_write_txwi_80211() For injected frames (e.g. via radiotap), mac80211 can pass info->control.vif = NULL, as e...
CVE-2026-74323
- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:58:18
- Zuletzt bearbeitet 17.08.2026 06:19:26
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Fix possible token leak in mt7996_tx_prepare_skb() If link_conf or link_sta lookup fails in mt7996_tx_prepare_skb routine, mt7996 driver leaks an already alloca...
CVE-2026-74321
- EPSS 0.18%
- Veröffentlicht 15.08.2026 05:58:17
- Zuletzt bearbeitet 17.08.2026 06:19:26
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs() In the beginning of the loop, we try to obtain a locked delayed ref head, if 'locked_ref' is currently NULL, by...
- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:58:16
- Zuletzt bearbeitet 17.08.2026 06:19:26
In the Linux kernel, the following vulnerability has been resolved: btrfs: zoned: fix deadlock waiting for ticket during data relocation When performing data relocation on a zoned filesystem, BTRFS can deadlock in handle_reserve_tickets(). The relo...
- EPSS 0.18%
- Veröffentlicht 15.08.2026 05:58:16
- Zuletzt bearbeitet 17.08.2026 06:19:26
In the Linux kernel, the following vulnerability has been resolved: fbdev: sm501fb: Fix buffer errors in OF binding code The code that gets the frame buffer mode from OF has 'use after free', 'buffer overrun' and memory leaks. info->edid_data isn'...
- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:58:15
- Zuletzt bearbeitet 17.08.2026 06:19:26
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock cloning inline extent when using flushoncommit In commit b48c980b6a7e ("btrfs: fix deadlock between reflink and transaction commit when using flushoncommit") a ...
CVE-2026-74316
- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:58:14
- Zuletzt bearbeitet 17.08.2026 06:19:25
In the Linux kernel, the following vulnerability has been resolved: NFSD: Handle layout stid in nfsd4_drop_revoked_stid() nfsd4_drop_revoked_stid() has no SC_TYPE_LAYOUT case, so when a client sends FREE_STATEID for an admin-revoked layout stid, th...
CVE-2026-74317
- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:58:14
- Zuletzt bearbeitet 17.08.2026 06:19:26
In the Linux kernel, the following vulnerability has been resolved: ixgbe: do not configure xps for XDP queues netif_set_xps_queue() should not be called for an XDP Tx queue, since such queues are not netdev-exposed. On systems with number of CPUs ...
CVE-2026-74315
- EPSS 0.16%
- Veröffentlicht 15.08.2026 05:58:13
- Zuletzt bearbeitet 17.08.2026 06:19:25
In the Linux kernel, the following vulnerability has been resolved: lockd: Avoid hashing uninitialized bytes in nlm4svc_lookup_file() file_hash() digests the first LOCKD_FH_HASH_SIZE bytes of nfs_fh.data when bucketing nlm_files[], independent of f...
CVE-2026-74313
- EPSS 0.17%
- Veröffentlicht 15.08.2026 05:58:12
- Zuletzt bearbeitet 17.08.2026 06:19:25
In the Linux kernel, the following vulnerability has been resolved: vduse: hold vduse_lock across IDR lookup in open path vduse_dev_open() looks up struct vduse_dev through the IDR and then acquires dev->lock only after vduse_lock has been dropped....