CVE-2026-23313
- EPSS 0.12%
- Veröffentlicht 25.03.2026 10:27:08
- Zuletzt bearbeitet 26.05.2026 15:01:30
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix preempt count leak in napi poll tracepoint Using get_cpu() in the tracepoint assignment causes an obvious preempt count leak because nothing invokes put_cpu() to undo it:...
CVE-2026-23312
- EPSS 0.12%
- Veröffentlicht 25.03.2026 10:27:07
- Zuletzt bearbeitet 26.05.2026 15:02:57
In the Linux kernel, the following vulnerability has been resolved: net: usb: kaweth: validate USB endpoints The kaweth driver should validate that the device it is probing has the proper number and types of USB endpoints it is expecting before it ...
CVE-2026-23311
- EPSS 0.09%
- Veröffentlicht 25.03.2026 10:27:06
- Zuletzt bearbeitet 26.05.2026 15:04:15
In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix invalid wait context in ctx_sched_in() Lockdep found a bug in the event scheduling when a pinned event was failed and wakes up the threads in the ring buffer like be...
CVE-2026-23310
- EPSS 0.12%
- Veröffentlicht 25.03.2026 10:27:05
- Zuletzt bearbeitet 28.05.2026 14:20:22
In the Linux kernel, the following vulnerability has been resolved: bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loaded bond_option_mode_set() already rejects mode changes that would make a loaded XDP program incompatible via...
CVE-2026-23309
- EPSS 0.12%
- Veröffentlicht 25.03.2026 10:27:04
- Zuletzt bearbeitet 28.05.2026 14:24:05
In the Linux kernel, the following vulnerability has been resolved: tracing: Add NULL pointer check to trigger_data_free() If trigger_data_alloc() fails and returns NULL, event_hist_trigger_parse() jumps to the out_free error path. While kfree() sa...
CVE-2026-23308
- EPSS 0.12%
- Veröffentlicht 25.03.2026 10:27:03
- Zuletzt bearbeitet 28.05.2026 14:25:49
In the Linux kernel, the following vulnerability has been resolved: pinctrl: equilibrium: fix warning trace on load The callback functions 'eqbr_irq_mask()' and 'eqbr_irq_ack()' are also called in the callback function 'eqbr_irq_mask_ack()'. This i...
CVE-2026-23307
- EPSS 0.12%
- Veröffentlicht 25.03.2026 10:27:02
- Zuletzt bearbeitet 28.05.2026 14:28:13
In the Linux kernel, the following vulnerability has been resolved: can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a message When looking at the data in a USB urb, the actual_length is the size of the buffer passed to the dr...
CVE-2026-23306
- EPSS 0.13%
- Veröffentlicht 25.03.2026 10:27:01
- Zuletzt bearbeitet 28.05.2026 14:31:45
In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix use-after-free in pm8001_queue_command() Commit e29c47fe8946 ("scsi: pm8001: Simplify pm8001_task_exec()") refactors pm8001_queue_command(), however it introduces...
CVE-2026-23305
- EPSS 0.12%
- Veröffentlicht 25.03.2026 10:27:00
- Zuletzt bearbeitet 28.05.2026 14:33:24
In the Linux kernel, the following vulnerability has been resolved: accel/rocket: fix unwinding in error path in rocket_probe When rocket_core_init() fails (as could be the case with EPROBE_DEFER), we need to properly unwind by decrementing the cou...
CVE-2026-23304
- EPSS 0.12%
- Veröffentlicht 25.03.2026 10:26:59
- Zuletzt bearbeitet 28.05.2026 14:34:35
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu() l3mdev_master_dev_rcu() can return NULL when the slave device is being un-slaved from a VRF. All other callers deal with this, ...