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-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-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...
CVE-2026-31476
- EPSS 0.23%
- Veröffentlicht 22.04.2026 14:16:44
- Zuletzt bearbeitet 27.04.2026 23:25:16
In the Linux kernel, the following vulnerability has been resolved: ksmbd: do not expire session on binding failure When a multichannel session binding request fails (e.g. wrong password), the error path unconditionally sets sess->state = SMB2_SESS...
CVE-2026-31469
- EPSS 0.01%
- 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.01%
- 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 ...
CVE-2026-31464
- EPSS 0.03%
- Veröffentlicht 22.04.2026 14:16:42
- Zuletzt bearbeitet 07.05.2026 18:28:45
In the Linux kernel, the following vulnerability has been resolved: scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done() A malicious or compromised VIO server can return a num_written value in the discover targets MAD response that exceed...
CVE-2026-31466
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:42
- Zuletzt bearbeitet 07.05.2026 18:25:42
In the Linux kernel, the following vulnerability has been resolved: mm/huge_memory: fix folio isn't locked in softleaf_to_folio() On arm64 server, we found folio that get from migration entry isn't locked in softleaf_to_folio(). This issue trigger...
CVE-2026-31467
- EPSS 0.06%
- Veröffentlicht 22.04.2026 14:16:42
- Zuletzt bearbeitet 07.05.2026 18:21:40
In the Linux kernel, the following vulnerability has been resolved: erofs: add GFP_NOIO in the bio completion if needed The bio completion path in the process context (e.g. dm-verity) will directly call into decompression rather than trigger anothe...
CVE-2026-31461
- EPSS 0.01%
- Veröffentlicht 22.04.2026 14:16:41
- Zuletzt bearbeitet 07.05.2026 18:34:46
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix drm_edid leak in amdgpu_dm [WHAT] When a sink is connected, aconnector->drm_edid was overwritten without freeing the previous allocation, causing a memory leak...