CVE-2025-38300
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:12
- Zuletzt bearbeitet 19.12.2025 17:56:58
In the Linux kernel, the following vulnerability has been resolved: crypto: sun8i-ce-cipher - fix error handling in sun8i_ce_cipher_prepare() Fix two DMA cleanup issues on the error path in sun8i_ce_cipher_prepare(): 1] If dma_map_sg() fails for a...
CVE-2025-38298
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:11
- Zuletzt bearbeitet 19.12.2025 17:51:03
In the Linux kernel, the following vulnerability has been resolved: EDAC/skx_common: Fix general protection fault After loading i10nm_edac (which automatically loads skx_edac_common), if unload only i10nm_edac, then reload it and perform error inje...
CVE-2025-38293
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:08
- Zuletzt bearbeitet 18.12.2025 16:44:09
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix node corruption in ar->arvifs list In current WLAN recovery code flow, ath11k_core_halt() only reinitializes the "arvifs" list head. This will cause the list node...
CVE-2025-38286
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:03
- Zuletzt bearbeitet 18.12.2025 16:44:29
In the Linux kernel, the following vulnerability has been resolved: pinctrl: at91: Fix possible out-of-boundary access at91_gpio_probe() doesn't check that given OF alias is not available or something went wrong when trying to get it. This might ha...
CVE-2025-38285
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:02
- Zuletzt bearbeitet 18.12.2025 16:46:25
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix WARN() in get_bpf_raw_tp_regs syzkaller reported an issue: WARNING: CPU: 3 PID: 5971 at kernel/trace/bpf_trace.c:1861 get_bpf_raw_tp_regs+0xa4/0x100 kernel/trace/bpf_trac...
CVE-2025-38282
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:00
- Zuletzt bearbeitet 18.12.2025 16:50:33
In the Linux kernel, the following vulnerability has been resolved: kernfs: Relax constraint in draining guard The active reference lifecycle provides the break/unbreak mechanism but the active reference is not truly active after unbreak -- callers...
CVE-2025-38280
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:41:58
- Zuletzt bearbeitet 18.12.2025 16:51:30
In the Linux kernel, the following vulnerability has been resolved: bpf: Avoid __bpf_prog_ret0_warn when jit fails syzkaller reported an issue: WARNING: CPU: 3 PID: 217 at kernel/bpf/core.c:2357 __bpf_prog_ret0_warn+0xa/0x20 kernel/bpf/core.c:2357...
CVE-2025-38277
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:41:56
- Zuletzt bearbeitet 18.12.2025 16:51:56
In the Linux kernel, the following vulnerability has been resolved: mtd: nand: ecc-mxic: Fix use of uninitialized variable ret If ctx->steps is zero, the loop processing ECC steps is skipped, and the variable ret remains uninitialized. It is later ...
CVE-2025-38275
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:41:55
- Zuletzt bearbeitet 18.12.2025 16:52:27
In the Linux kernel, the following vulnerability has been resolved: phy: qcom-qmp-usb: Fix an NULL vs IS_ERR() bug The qmp_usb_iomap() helper function currently returns the raw result of devm_ioremap() for non-exclusive mappings. Since devm_ioremap...
CVE-2025-38273
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:41:54
- Zuletzt bearbeitet 18.12.2025 16:58:02
In the Linux kernel, the following vulnerability has been resolved: net: tipc: fix refcount warning in tipc_aead_encrypt syzbot reported a refcount warning [1] caused by calling get_net() on a network namespace that is being destroyed (refcount=0)....