CVE-2026-31495
- EPSS 0.02%
- 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.01%
- 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.01%
- 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.01%
- Veröffentlicht 22.04.2026 14:16:46
- Zuletzt bearbeitet 28.04.2026 13:06:48
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.01%
- 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-31488
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:46
- Zuletzt bearbeitet 17.05.2026 16:16:15
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not skip unrelated mode changes in DSC validation Starting with commit 17ce8a6907f7 ("drm/amd/display: Add dsc pre-validation in atomic check"), amdgpu resets t...
CVE-2026-31489
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:46
- Zuletzt bearbeitet 17.05.2026 16:16:15
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-31480
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:45
- Zuletzt bearbeitet 27.04.2026 23:17:03
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix potential deadlock in cpu hotplug with osnoise The following sequence may leads deadlock in cpu hotplug: task1 task2 task3 ----- ----- ...
CVE-2026-31483
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:45
- Zuletzt bearbeitet 28.04.2026 13:40:13
In the Linux kernel, the following vulnerability has been resolved: s390/syscalls: Add spectre boundary for syscall dispatch table The s390 syscall number is directly controlled by userspace, but does not have an array_index_nospec() boundary to pr...
CVE-2026-31485
- EPSS 0.01%
- 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...