CVE-2026-31592
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:18
- Zuletzt bearbeitet 28.04.2026 20:33:58
In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Protect *all* of sev_mem_enc_register_region() with kvm->lock Take and hold kvm->lock for before checking sev_guest() in sev_mem_enc_register_region(), as sev_guest() isn...
CVE-2026-31590
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:17
- Zuletzt bearbeitet 28.04.2026 20:38:52
In the Linux kernel, the following vulnerability has been resolved: KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGION Drop the WARN in sev_pin_memory() on npages overflowing an int, as the WARN is comically trivially to trigger fr...
CVE-2026-31588
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:16
- Zuletzt bearbeitet 28.04.2026 20:42:38
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Use scratch field in MMIO fragment to hold small write values When exiting to userspace to service an emulated MMIO write, copy the to-be-written value to a scratch field...
CVE-2026-31589
- EPSS 0.06%
- Veröffentlicht 24.04.2026 14:42:16
- Zuletzt bearbeitet 07.05.2026 06:16:03
In the Linux kernel, the following vulnerability has been resolved: mm: call ->free_folio() directly in folio_unmap_invalidate() We can only call filemap_free_folio() if we have a reference to (or hold a lock on) the mapping. Otherwise, we've alre...
CVE-2026-31587
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:15
- Zuletzt bearbeitet 28.04.2026 20:44:18
In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: q6apm: move component registration to unmanaged version q6apm component registers dais dynamically from ASoC toplology, which are allocated using device managed version...
CVE-2026-31585
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:14
- Zuletzt bearbeitet 28.04.2026 20:47:22
In the Linux kernel, the following vulnerability has been resolved: media: vidtv: fix nfeeds state corruption on start_streaming failure syzbot reported a memory leak in vidtv_psi_service_desc_init [1]. When vidtv_start_streaming() fails inside vi...
CVE-2026-31586
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:14
- Zuletzt bearbeitet 28.04.2026 20:45:58
In the Linux kernel, the following vulnerability has been resolved: mm: blk-cgroup: fix use-after-free in cgwb_release_workfn() cgwb_release_workfn() calls css_put(wb->blkcg_css) and then later accesses wb->blkcg_css again via blkcg_unpin_online()....
CVE-2026-31584
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:13
- Zuletzt bearbeitet 27.04.2026 20:20:32
In the Linux kernel, the following vulnerability has been resolved: media: mediatek: vcodec: fix use-after-free in encoder release path The fops_vcodec_release() function frees the context structure (ctx) without first cancelling any pending or run...
CVE-2026-31582
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:12
- Zuletzt bearbeitet 27.04.2026 20:26:58
In the Linux kernel, the following vulnerability has been resolved: hwmon: (powerz) Fix use-after-free on USB disconnect After powerz_disconnect() frees the URB and releases the mutex, a subsequent powerz_read() call can acquire the mutex and call ...
CVE-2026-31583
- EPSS 0.01%
- Veröffentlicht 24.04.2026 14:42:12
- Zuletzt bearbeitet 27.04.2026 20:26:18
In the Linux kernel, the following vulnerability has been resolved: media: em28xx: fix use-after-free in em28xx_v4l2_open() em28xx_v4l2_open() reads dev->v4l2 without holding dev->lock, creating a race with em28xx_v4l2_init()'s error path and em28x...