- EPSS 0.02%
- Veröffentlicht 22.10.2025 13:23:27
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: btrfs: call __btrfs_remove_free_space_cache_locked on cache load failure Now that lockdep is staying enabled through our entire CI runs I started seeing the following stack in gene...
- EPSS 0.03%
- Veröffentlicht 22.10.2025 13:23:27
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: ASoC: audio-graph-card: fix refcount leak of cpu_ep in __graph_for_each_link() The of_get_next_child() returns a node with refcount incremented, and decrements the refcount of prev...
- EPSS 0.03%
- Veröffentlicht 22.10.2025 13:23:26
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: platform/chrome: fix memory corruption in ioctl If "s_mem.bytes" is larger than the buffer size it leads to memory corruption.
- EPSS 0.03%
- Veröffentlicht 22.10.2025 13:23:25
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f_hid: fix f_hidg lifetime vs cdev The embedded struct cdev does not have its lifetime correctly tied to the enclosing struct f_hidg, so there is a use-after-free if /...
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:25
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: xfrm: Update ipcomp_scratches with NULL when freed Currently if ipcomp_alloc_scratches() fails to allocate memory ipcomp_scratches holds obsolete address. So when we try to free th...
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:24
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: fs: jfs: fix shift-out-of-bounds in dbAllocAG Syzbot found a crash : UBSAN: shift-out-of-bounds in dbAllocAG. The underlying bug is the missing check of bmp->db_agl2size. The field...
- EPSS 0.02%
- Veröffentlicht 22.10.2025 13:23:23
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: wifi: plfxlc: fix potential memory leak in __lf_x_usb_enable_rx() urbs does not be freed in exception paths in __lf_x_usb_enable_rx(). That will trigger memory leak. To fix it, add...
- EPSS 0.05%
- Veröffentlicht 22.10.2025 13:23:23
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: mtd: Fix device name leak when register device failed in add_mtd_device() There is a kmemleak when register device failed: unreferenced object 0xffff888101aab550 (size 8): co...
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:22
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: dm thin: Fix UAF in run_timer_softirq() When dm_resume() and dm_destroy() are concurrent, it will lead to UAF, as follows: BUG: KASAN: use-after-free in __run_timers+0x173/0x710 ...
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:22
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: s390/netiucv: Fix return type of netiucv_tx() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the expected function...