- EPSS 0.02%
- Veröffentlicht 30.12.2025 12:37:08
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: dm: fix a race condition in retrieve_deps There's a race condition in the multipath target when retrieve_deps races with multipath_message calling dm_get_device and dm_put_device. ...
- EPSS 0.02%
- Veröffentlicht 30.12.2025 12:37:07
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: cxl/pmem: Fix nvdimm registration races A loop of the form: while true; do modprobe cxl_pci; modprobe -r cxl_pci; done ...fails with the following crash signature: BUG: ...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:37:06
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5_wcss_init_mmio() q6v5_wcss_init_mmio() will call platform_get_resource_byname() that may fail and return NULL. devm_ior...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:37:06
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: dm integrity: Fix UAF in dm_integrity_dtr() Dm_integrity also has the same UAF problem when dm_resume() and dm_destroy() are concurrent. Therefore, cancelling timer again in dm_in...
- EPSS 0.05%
- Veröffentlicht 30.12.2025 12:37:05
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: regulator: core: fix unbalanced of node refcount in regulator_dev_lookup() I got the the following report: OF: ERROR: memory leak, expected refcount 1 instead of 2, of_node_ge...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:34:15
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: arm64: set __exception_irq_entry with __irq_entry as a default filter_irq_stacks() is supposed to cut entries which are related irq entries from its call stack. And in_irqentry_tex...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:34:14
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd: pmc: Fix memory leak in amd_pmc_stb_debugfs_open_v2() Function amd_pmc_stb_debugfs_open_v2() may be called when the STB debug mechanism enabled. When amd_pmc_sen...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:34:14
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential null-ptr-deref in device_add() I got the following null-ptr-deref report while doing fault injection test: BUG: kernel NULL pointer dereference, address...
- EPSS 0.06%
- Veröffentlicht 30.12.2025 12:34:13
- Zuletzt bearbeitet 31.12.2025 20:42:43
In the Linux kernel, the following vulnerability has been resolved: pinctrl: at91-pio4: check return value of devm_kasprintf() devm_kasprintf() returns a pointer to dynamically allocated memory. Pointer could be NULL in case allocation fails. Check...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:34:12
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed There is a null-ptr-deref when mount.cifs over rdma: BUG: KASAN: null-ptr-deref in rxe_qp_do_cleanu...