CVE-2025-38283
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:01
- Zuletzt bearbeitet 19.11.2025 21:58:34
In the Linux kernel, the following vulnerability has been resolved: hisi_acc_vfio_pci: bugfix live migration function without VF device driver If the VF device driver is not loaded in the Guest OS and we attempt to perform device data migration, th...
CVE-2025-38284
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:01
- Zuletzt bearbeitet 19.11.2025 20:36:42
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: pci: configure manual DAC mode via PCI config API only To support 36-bit DMA, configure chip proprietary bit via PCI config API or chip DBI interface. However, the PCI...
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-38281
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:41:59
- Zuletzt bearbeitet 19.11.2025 21:59:23
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Add NULL check in mt7996_thermal_init devm_kasprintf() can return a NULL pointer on failure,but this returned value in mt7996_thermal_init() is not checked. Add...
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:41:58
- Zuletzt bearbeitet 10.07.2025 15:15:28
In the Linux kernel, the following vulnerability has been resolved: bpf: Do not include stack ptr register in precision backtracking bookkeeping Yi Lai reported an issue ([1]) where the following warning appears in kernel dmesg: [ 60.643604] ve...
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-38278
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:41:57
- Zuletzt bearbeitet 19.11.2025 22:03:17
In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: QOS: Refactor TC_HTB_LEAF_DEL_LAST callback This patch addresses below issues, 1. Active traffic on the leaf node must be stopped before its send queue is reassig...
CVE-2025-38276
- EPSS 0.01%
- Veröffentlicht 10.07.2025 07:41:56
- Zuletzt bearbeitet 19.11.2025 22:04:06
In the Linux kernel, the following vulnerability has been resolved: fs/dax: Fix "don't skip locked entries when scanning entries" Commit 6be3e21d25ca ("fs/dax: don't skip locked entries when scanning entries") introduced a new function, wait_entry_...
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-38274
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:41:55
- Zuletzt bearbeitet 20.11.2025 16:56:27
In the Linux kernel, the following vulnerability has been resolved: fpga: fix potential null pointer deref in fpga_mgr_test_img_load_sgt() fpga_mgr_test_img_load_sgt() allocates memory for sgt using kunit_kzalloc() however it does not check if the ...