CVE-2026-23113
- EPSS 0.02%
- Veröffentlicht 14.02.2026 15:16:06
- Zuletzt bearbeitet 18.04.2026 09:16:14
In the Linux kernel, the following vulnerability has been resolved: io_uring/io-wq: check IO_WQ_BIT_EXIT inside work run loop Currently this is checked before running the pending work. Normally this is quite fine, as work items either end up blocki...
CVE-2026-23108
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:28
- Zuletzt bearbeitet 18.03.2026 17:12:48
In the Linux kernel, the following vulnerability has been resolved: can: usb_8dev: usb_8dev_read_bulk_callback(): fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a ("can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory le...
CVE-2026-23105
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:26
- Zuletzt bearbeitet 03.04.2026 14:16:23
In the Linux kernel, the following vulnerability has been resolved: net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_rm_from_ag This is more of a preventive patch to make the code more consistent and to prevent possible ...
CVE-2026-23101
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:23
- Zuletzt bearbeitet 19.03.2026 19:33:02
In the Linux kernel, the following vulnerability has been resolved: leds: led-class: Only Add LED to leds_list when it is fully ready Before this change the LED was added to leds_list before led_init_core() gets called adding it the list before led...
CVE-2026-23099
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:21
- Zuletzt bearbeitet 18.03.2026 20:09:32
In the Linux kernel, the following vulnerability has been resolved: bonding: limit BOND_MODE_8023AD to Ethernet devices BOND_MODE_8023AD makes sense for ARPHRD_ETHER only. syzbot reported: BUG: KASAN: global-out-of-bounds in __hw_addr_create net...
CVE-2026-23098
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:20
- Zuletzt bearbeitet 03.04.2026 14:16:23
In the Linux kernel, the following vulnerability has been resolved: netrom: fix double-free in nr_route_frame() In nr_route_frame(), old_skb is immediately freed without checking if nr_neigh->ax25 pointer is NULL. Therefore, if nr_neigh->ax25 is NU...
CVE-2026-23089
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:12
- Zuletzt bearbeitet 17.03.2026 21:09:42
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix use-after-free in snd_usb_mixer_free() When snd_usb_create_mixer() fails, snd_usb_mixer_free() frees mixer->id_elems but the controls already added to the card...
CVE-2026-23084
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:08
- Zuletzt bearbeitet 17.03.2026 21:10:34
In the Linux kernel, the following vulnerability has been resolved: be2net: Fix NULL pointer dereference in be_cmd_get_mac_from_list When the parameter pmac_id_valid argument of be_cmd_get_mac_from_list() is set to false, the driver may request the...
CVE-2026-23076
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:01
- Zuletzt bearbeitet 18.03.2026 14:03:25
In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Fix potential OOB access in audio mixer handling In the audio mixer handling code of ctxfi driver, the conf field is used as a kind of loop index, and it's referred in...
CVE-2026-23075
- EPSS 0.02%
- Veröffentlicht 04.02.2026 16:08:00
- Zuletzt bearbeitet 18.03.2026 17:16:12
In the Linux kernel, the following vulnerability has been resolved: can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leak Fix similar memory leak as in commit 7352e1d5932a ("can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak...