- EPSS 0.17%
- Veröffentlicht 25.07.2026 08:50:20
- Zuletzt bearbeitet 17.08.2026 05:17:38
In the Linux kernel, the following vulnerability has been resolved: HID: letsketch: fix UAF on inrange_timer at driver unbind letsketch_driver does not provide a .remove callback, but letsketch_probe() arms a per-device timer: timer_setup(&dat...
CVE-2026-64366
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:50:20
- Zuletzt bearbeitet 17.08.2026 05:17:38
In the Linux kernel, the following vulnerability has been resolved: HID: wacom: fix slab-out-of-bounds write in wacom_wac_queue_insert wacom_wac_queue_insert() calls kfifo_skip() in a loop when the kfifo doesn't have enough space for the incoming r...
CVE-2026-64364
- EPSS 0.21%
- Veröffentlicht 25.07.2026 08:50:19
- Zuletzt bearbeitet 17.08.2026 05:17:38
In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: fix out-of-bounds bit access on mt_io_flags mt_io_flags is a single unsigned long, but mt_process_slot(), mt_release_pending_palms() and mt_release_contacts() use ...
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:50:18
- Zuletzt bearbeitet 17.08.2026 05:17:38
In the Linux kernel, the following vulnerability has been resolved: HID: lg-g15: cancel pending work on remove to fix a use-after-free lg_g15_data is allocated with devm and holds a work item. The report handlers schedule that work straight from de...
- EPSS 0.21%
- Veröffentlicht 25.07.2026 08:50:18
- Zuletzt bearbeitet 17.08.2026 05:17:38
In the Linux kernel, the following vulnerability has been resolved: HID: appleir: fix UAF on pending key_up_timer in remove() appleir_remove() runs hid_hw_stop() before timer_delete_sync(). hid_hw_stop() synchronously unregisters the HID input devi...
CVE-2026-64361
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:50:17
- Zuletzt bearbeitet 17.08.2026 05:17:38
In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: fix u32 overflow in check_and_correct_requested_length check_and_correct_requested_length() compares (off + len) against node_size using u32 arithmetic. When the call...
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:50:16
- Zuletzt bearbeitet 17.08.2026 05:17:38
In the Linux kernel, the following vulnerability has been resolved: hfs/hfsplus: zero-initialize buffer in hfs_bnode_read hfs_bnode_read() can return early without writing to the output buffer when is_bnode_offset_valid() fails or when check_and_co...
- EPSS 0.17%
- Veröffentlicht 25.07.2026 08:50:15
- Zuletzt bearbeitet 17.08.2026 05:17:37
In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: cancel workqueue on release for supported platforms only Since a recent fix the mtk_jpeg_release function cancels any pending or running work present in the driver...
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:50:15
- Zuletzt bearbeitet 17.08.2026 05:17:37
In the Linux kernel, the following vulnerability has been resolved: nilfs2: reject CLEAN_SEGMENTS ioctl with out-of-range segment numbers Syzbot reported a hung task in nilfs_transaction_begin() where multiple tasks performing chmod() on a nilfs2 m...
- EPSS 0.18%
- Veröffentlicht 25.07.2026 08:50:14
- Zuletzt bearbeitet 17.08.2026 05:17:37
In the Linux kernel, the following vulnerability has been resolved: xfs: fix memory leak in xfs_dqinode_metadir_create() If xfs_metadir_create() fails in xfs_dqinode_metadir_create(), the current code returns directly, leaking the allocated update ...