- EPSS 0.13%
- Veröffentlicht 30.05.2026 12:13:45
- Zuletzt bearbeitet 09.07.2026 01:19:06
In the Linux kernel, the following vulnerability has been resolved: eventpoll: fix ep_remove struct eventpoll / struct file UAF ep_remove() (via ep_remove_file()) cleared file->f_ep under file->f_lock but then kept using @file inside the critical s...
CVE-2026-46241
- EPSS 0.13%
- Veröffentlicht 28.05.2026 09:41:09
- Zuletzt bearbeitet 10.06.2026 21:01:29
In the Linux kernel, the following vulnerability has been resolved: spi: mpc52xx: fix use-after-free on registration failure Make sure to disable and free the interrupts in case controller registration fails to avoid a potential use-after-free and ...
CVE-2026-46240
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:41:08
- Zuletzt bearbeitet 10.06.2026 21:04:14
In the Linux kernel, the following vulnerability has been resolved: media: iris: Fix use-after-free in iris_release_internal_buffers() The recent change in commit 1dabf00ee206 ("media: iris: gen1: Destroy internal buffers after FW releases") introd...
CVE-2026-46239
- EPSS 0.11%
- Veröffentlicht 28.05.2026 09:41:07
- Zuletzt bearbeitet 10.06.2026 21:06:02
In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov5647: Fix runtime PM refcount leak in s_ctrl Three control cases (AUTOGAIN, EXPOSURE_AUTO, ANALOGUE_GAIN) directly return without calling pm_runtime_put(), causing ru...
CVE-2026-46238
- EPSS 0.26%
- Veröffentlicht 28.05.2026 09:41:06
- Zuletzt bearbeitet 10.06.2026 21:06:10
In the Linux kernel, the following vulnerability has been resolved: batman-adv: stop caching unowned originator pointers in BAT IV BAT IV keeps the last-hop neighbor address in each neigh_node, but some paths also cache an originator pointer derive...
CVE-2026-46236
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:41:05
- Zuletzt bearbeitet 10.06.2026 21:10:28
In the Linux kernel, the following vulnerability has been resolved: media: rc: xbox_remote: heed DMA restrictions The buffer for IO must not be part of the device structure because that violates the DMA coherency rules.
CVE-2026-46235
- EPSS 0.12%
- Veröffentlicht 28.05.2026 09:41:04
- Zuletzt bearbeitet 10.06.2026 21:10:40
In the Linux kernel, the following vulnerability has been resolved: media: saa7164: add ioremap return checks and cleanups Add checks for ioremap return values in saa7164_dev_setup(). If ioremap for BAR0 or BAR2 fails, release the already allocated...
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...