- EPSS 0.03%
- Veröffentlicht 22.10.2025 13:23:38
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: xsk: fix refcount underflow in error path Fix a refcount underflow problem reported by syzbot that can happen when a system is running out of memory. If xp_alloc_tx_descs() fails, ...
- EPSS 0.03%
- Veröffentlicht 22.10.2025 13:23:38
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: riscv: move memblock_allow_resize() after linear mapping is ready The initial memblock metadata is accessed from kernel image mapping. The regions arrays need to "reallocated" from...
- EPSS 0.03%
- Veröffentlicht 22.10.2025 13:23:37
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix memory leak in qla2x00_probe_one() There is a memory leak reported by kmemleak: unreferenced object 0xffffc900003f0000 (size 12288): comm "modprobe", pid ...
- EPSS 0.03%
- Veröffentlicht 22.10.2025 13:23:37
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: nvdimm: Fix memleak of pmu attr_groups in unregister_nvdimm_pmu() Memory pointed by 'nd_pmu->pmu.attr_groups' is allocated in function 'register_nvdimm_pmu' and is lost after 'kfre...
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:36
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: udf: Detect system inodes linked into directory hierarchy When UDF filesystem is corrupted, hidden system inodes can be linked into directory hierarchy which is an avenue for furth...
- EPSS 0.03%
- Veröffentlicht 22.10.2025 13:23:35
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix the memory leak in raw_gadget driver Currently, increasing raw_dev->count happens before invoke the raw_queue_event(), if the raw_queue_event() return error, invok...
- EPSS 0.03%
- Veröffentlicht 22.10.2025 13:23:35
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: riscv: ftrace: Fixup panic by disabling preemption In RISCV, we must use an AUIPC + JALR pair to encode an immediate, forming a jump that jumps to an address over 4K. This may caus...
- EPSS 0.03%
- Veröffentlicht 22.10.2025 13:23:34
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: regulator: core: Prevent integer underflow By using a ratio of delay to poll_enabled_time that is not integer time_remaining underflows and does not exit the loop as expected. As d...
- EPSS 0.04%
- Veröffentlicht 22.10.2025 13:23:34
- Zuletzt bearbeitet 23.12.2025 17:15:45
In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline Syzbot found the following issue: loop0: detected capacity change from 0 to 2048 EXT4-fs (loop0): mounted fi...
- EPSS 0.05%
- Veröffentlicht 22.10.2025 13:23:33
- Zuletzt bearbeitet 22.10.2025 21:12:48
In the Linux kernel, the following vulnerability has been resolved: hfs: fix OOB Read in __hfs_brec_find Syzbot reported a OOB read bug: ================================================================== BUG: KASAN: slab-out-of-bounds in hfs_strcm...