CVE-2026-64584
- EPSS 0.12%
- Veröffentlicht 06.08.2026 07:06:25
- Zuletzt bearbeitet 19.08.2026 17:20:18
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_midi: cancel pending IN work before freeing the midi object The f_midi driver embeds a work item (midi->work) whose handler, f_midi_in_work(), dereferences the enclo...
CVE-2026-64583
- EPSS 0.12%
- Veröffentlicht 06.08.2026 07:06:25
- Zuletzt bearbeitet 19.08.2026 17:20:18
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: udc: bdc: free IRQ and drain func_wake_notify before teardown The Broadcom BDC UDC driver registers its IRQ handler with devm_request_irq() in bdc_udc_init(), so the I...
CVE-2026-64582
- EPSS 0.12%
- Veröffentlicht 05.08.2026 11:25:29
- Zuletzt bearbeitet 19.08.2026 17:20:18
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix a use-after-free problem in rxe_mmap rxe_mmap() removes a rxe_mmap_info struct from the pending_mmaps list and releases pending_lock while the struct's kref is still ...
CVE-2026-64581
- EPSS 0.11%
- Veröffentlicht 05.08.2026 08:09:35
- Zuletzt bearbeitet 17.08.2026 05:18:04
In the Linux kernel, the following vulnerability has been resolved: xfrm: fix sk_dst_cache double-free in xfrm_user_policy() xfrm_user_policy() clears the socket dst cache with __sk_dst_reset(), i.e. the non-atomic __sk_dst_set(sk, NULL): it reads ...
CVE-2026-64580
- EPSS 0.12%
- Veröffentlicht 05.08.2026 08:09:34
- Zuletzt bearbeitet 19.08.2026 17:20:18
In the Linux kernel, the following vulnerability has been resolved: xfrm6: clear dst.dev on error to avoid double netdev_put in xfrm6_fill_dst() On the error path where in6_dev_get(dev) returns NULL, xfrm6_fill_dst() releases the device reference w...
- EPSS 0.16%
- Veröffentlicht 05.08.2026 08:09:34
- Zuletzt bearbeitet 19.08.2026 17:20:17
In the Linux kernel, the following vulnerability has been resolved: xfrm: policy: preallocate inexact bins before xfrm_hash_rebuild reinsert xfrm_hash_rebuild()'s first loop preallocates the bins/chains the reinsert loop needs, so the reinsert (aft...
- EPSS 0.2%
- Veröffentlicht 05.08.2026 08:08:09
- Zuletzt bearbeitet 19.08.2026 17:20:17
In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: free fib_alias with kfree_rcu() on insert error path fib_table_insert() publishes new_fa into the leaf's fa_list with fib_insert_alias() before calling the fib entry not...
- EPSS 0.16%
- Veröffentlicht 05.08.2026 08:08:08
- Zuletzt bearbeitet 19.08.2026 17:20:16
In the Linux kernel, the following vulnerability has been resolved: wifi: p54: validate RX frame length in p54_rx_eeprom_readback() p54_rx_eeprom_readback() copies the requested EEPROM slice out of a device-supplied readback frame without checking ...
- EPSS 0.16%
- Veröffentlicht 05.08.2026 08:08:07
- Zuletzt bearbeitet 19.08.2026 17:20:16
In the Linux kernel, the following vulnerability has been resolved: mpls: fix NULL deref in mpls_valid_fib_dump_req() on CONFIG_INET=n On CONFIG_INET=n builds, mpls_valid_fib_dump_req() walks the parsed attribute table itself instead of calling ip_...
CVE-2026-64567
- EPSS 0.12%
- Veröffentlicht 05.08.2026 08:08:06
- Zuletzt bearbeitet 19.08.2026 17:20:16
In the Linux kernel, the following vulnerability has been resolved: btrfs: reject free space cache with more entries than pages When loading a v1 free space cache, __load_free_space_cache() takes num_entries and num_bitmaps straight from the on-dis...