CVE-2026-46234
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:40:58
- Zuletzt bearbeitet 10.06.2026 21:11:26
In the Linux kernel, the following vulnerability has been resolved: vsock: fix buffer size clamping order In vsock_update_buffer_size(), the buffer size was being clamped to the maximum first, and then to the minimum. If a user sets a minimum buffe...
CVE-2026-46233
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:40:55
- Zuletzt bearbeitet 10.06.2026 21:11:45
In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: only purge non-released claims When batadv_bla_purge_claims() goes through the list of claims, it is only traversing the hash list with an rcu_read_lock(). Due to ...
CVE-2026-46232
- EPSS 0.26%
- Veröffentlicht 28.05.2026 09:40:54
- Zuletzt bearbeitet 10.06.2026 21:11:53
In the Linux kernel, the following vulnerability has been resolved: HID: playstation: Clamp num_touch_reports A device would never lie about the number of touch reports would it? If it does the loop in dualshock4_parse_report will read off the end...
CVE-2026-46231
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:40:53
- Zuletzt bearbeitet 10.06.2026 21:12:01
In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: put backbone reference on failed claim hash insert When batadv_bla_add_claim() fails to insert a new claim into the hash, it leaked a reference to the backbone_gw ...
CVE-2026-46230
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:40:52
- Zuletzt bearbeitet 10.06.2026 21:12:12
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn3: Prevent OOB reads when parsing dec msg Check bounds against the end of the BO whenever we access the msg.
CVE-2026-46229
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:40:51
- Zuletzt bearbeitet 10.06.2026 21:12:21
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Clear VRAM on allocation to prevent stale data exposure KFD VRAM allocations set AMDGPU_GEM_CREATE_VRAM_WIPE_ON_RELEASE but not AMDGPU_GEM_CREATE_VRAM_CLEARED, leaving ...
CVE-2026-46228
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:40:48
- Zuletzt bearbeitet 10.06.2026 21:12:31
In the Linux kernel, the following vulnerability has been resolved: spi: ch341: fix devres lifetime USB drivers bind to USB interfaces and any device managed resources should have their lifetime tied to the interface rather than parent USB device. ...
CVE-2026-46227
- EPSS 0.1%
- Veröffentlicht 28.05.2026 09:40:47
- Zuletzt bearbeitet 09.07.2026 13:17:21
In the Linux kernel, the following vulnerability has been resolved: sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL The SCTP_SENDALL path in sctp_sendmsg() iterates ep->asocs with list_for_each_entry_safe(), which caches t...
CVE-2026-46226
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:40:46
- Zuletzt bearbeitet 10.06.2026 19:04:39
In the Linux kernel, the following vulnerability has been resolved: spi: fsl: fix controller deregistration Make sure to deregister the controller before releasing underlying resources like DMA during driver unbind.
CVE-2026-46225
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:40:44
- Zuletzt bearbeitet 10.06.2026 19:00:52
In the Linux kernel, the following vulnerability has been resolved: spi: rspi: fix controller deregistration Make sure to deregister the controller before releasing underlying resources like DMA during driver unbind.