- EPSS 0.03%
- Veröffentlicht 07.10.2025 15:19:08
- Zuletzt bearbeitet 08.10.2025 19:38:32
In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential memory leak in ext4_fc_record_regions() As krealloc may return NULL, in this case 'state->fc_regions' may not be freed by krealloc, but 'state->fc_regions' alre...
- EPSS 0.04%
- Veröffentlicht 07.10.2025 15:19:07
- Zuletzt bearbeitet 08.10.2025 19:38:32
In the Linux kernel, the following vulnerability has been resolved: perf/smmuv3: Fix hotplug callback leak in arm_smmu_pmu_init() arm_smmu_pmu_init() won't remove the callback added by cpuhp_setup_state_multi() when platform_driver_register() faile...
- EPSS 0.05%
- Veröffentlicht 07.10.2025 15:19:06
- Zuletzt bearbeitet 08.10.2025 19:38:32
In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for kmalloc As the kmalloc may return NULL pointer, it should be better to check the return value in order to avoid NULL poineter dereference, same as the ot...
- EPSS 0.04%
- Veröffentlicht 04.10.2025 15:44:23
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmount syzbot found an invalid-free in diUnmount: BUG: KASAN: double-free in slab_free mm/slub.c:3661 [inline] BUG: KASAN: do...
- EPSS 0.04%
- Veröffentlicht 04.10.2025 15:44:22
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix deletion race condition System crash when using debug kernel due to link list corruption. The cause of the link list corruption is due to session deletion was al...
- EPSS 0.03%
- Veröffentlicht 04.10.2025 15:44:21
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: mm/ksm: fix race with VMA iteration and mm_struct teardown exit_mmap() will tear down the VMAs and maple tree with the mmap_lock held in write mode. Ensure that the maple tree is ...
- EPSS 0.04%
- Veröffentlicht 04.10.2025 15:44:20
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: hwmon: (coretemp) Simplify platform device handling Coretemp's platform driver is unconventional. All the real work is done globally by the initcall and CPU hotplug notifiers, whil...
- EPSS 0.04%
- Veröffentlicht 04.10.2025 15:44:20
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: dax: Fix dax_mapping_release() use after free A CONFIG_DEBUG_KOBJECT_RELEASE test of removing a device-dax region provider (like modprobe -r dax_hmem) yields: kobject: 'mapping0'...
- EPSS 0.04%
- Veröffentlicht 04.10.2025 15:44:19
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: ipmi_si: fix a memleak in try_smi_init() Kmemleak reported the following leak info in try_smi_init(): unreferenced object 0xffff00018ecf9400 (size 1024): comm "modprobe", pid 27...
- EPSS 0.03%
- Veröffentlicht 04.10.2025 15:44:18
- Zuletzt bearbeitet 06.10.2025 14:56:21
In the Linux kernel, the following vulnerability has been resolved: scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if dispatch failed" The "atomic_inc(&cmd->device->iorequest_cnt)" in scsi_queue_rq() would cause kernel panic ...