CVE-2026-31494
- EPSS 0.13%
- Veröffentlicht 22.04.2026 14:16:47
- Zuletzt bearbeitet 28.04.2026 14:44:57
In the Linux kernel, the following vulnerability has been resolved: net: macb: use the current queue number for stats There's a potential mismatch between the memory reserved for statistics and the amount of memory written. gem_get_sset_count() co...
CVE-2026-31495
- EPSS 0.12%
- Veröffentlicht 22.04.2026 14:16:47
- Zuletzt bearbeitet 28.04.2026 14:44:15
In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: use netlink policy range checks Replace manual range and mask validations with netlink policy annotations in ctnetlink code paths, so that the netlink core re...
CVE-2026-31496
- EPSS 0.12%
- Veröffentlicht 22.04.2026 14:16:47
- Zuletzt bearbeitet 28.04.2026 14:43:22
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conntrack_expect: skip expectations in other netns via proc Skip expectations that do not reside in this netns. Similar to e77e6ff502ea ("netfilter: conntrack: do no...
CVE-2026-31497
- EPSS 0.12%
- Veröffentlicht 22.04.2026 14:16:47
- Zuletzt bearbeitet 28.04.2026 14:42:28
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: clamp SCO altsetting table indices btusb_work() maps the number of active SCO links to USB alternate settings through a three-entry lookup table when CVSD traffic...
CVE-2026-31486
- EPSS 0.1%
- Veröffentlicht 22.04.2026 14:16:46
- Zuletzt bearbeitet 01.06.2026 17:16:47
In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/core) Protect regulator operations with mutex The regulator operations pmbus_regulator_get_voltage(), pmbus_regulator_set_voltage(), and pmbus_regulator_list_voltage(...
CVE-2026-31487
- EPSS 0.09%
- Veröffentlicht 22.04.2026 14:16:46
- Zuletzt bearbeitet 28.04.2026 13:05:08
In the Linux kernel, the following vulnerability has been resolved: spi: use generic driver_override infrastructure When a driver is probed through __driver_attach(), the bus' match() callback is called without the device lock held, thus accessing ...
CVE-2026-31489
- EPSS 0.13%
- Veröffentlicht 22.04.2026 14:16:46
- Zuletzt bearbeitet 01.06.2026 17:16:47
In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path meson_spicc_probe() registers the controller with devm_spi_register_controller(), so teardown already drops the controller reference...
CVE-2026-31485
- EPSS 0.13%
- Veröffentlicht 22.04.2026 14:16:45
- Zuletzt bearbeitet 28.04.2026 13:12:24
In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-lpspi: fix teardown order issue (UAF) There is a teardown order issue in the driver. The SPI controller is registered using devm_spi_register_controller(), which delay...
CVE-2026-31469
- EPSS 0.13%
- Veröffentlicht 22.04.2026 14:16:43
- Zuletzt bearbeitet 07.05.2026 18:18:57
In the Linux kernel, the following vulnerability has been resolved: virtio_net: Fix UAF on dst_ops when IFF_XMIT_DST_RELEASE is cleared and napi_tx is false A UAF issue occurs when the virtio_net driver is configured with napi_tx=N and the device's...
CVE-2026-31473
- EPSS 0.13%
- Veröffentlicht 22.04.2026 14:16:43
- Zuletzt bearbeitet 27.04.2026 23:27:42
In the Linux kernel, the following vulnerability has been resolved: media: mc, v4l2: serialize REINIT and REQBUFS with req_queue_mutex MEDIA_REQUEST_IOC_REINIT can run concurrently with VIDIOC_REQBUFS(0) queue teardown paths. This can race request ...