CVE-2025-39755
- EPSS 0.01%
- Veröffentlicht 18.04.2025 07:01:37
- Zuletzt bearbeitet 01.10.2025 17:15:46
In the Linux kernel, the following vulnerability has been resolved: staging: gpib: Fix cb7210 pcmcia Oops The pcmcia_driver struct was still only using the old .name initialization in the drv field. This led to a NULL pointer deref Oops in strcmp ...
CVE-2025-39778
- EPSS 0.02%
- Veröffentlicht 18.04.2025 07:01:37
- Zuletzt bearbeitet 01.10.2025 17:15:46
In the Linux kernel, the following vulnerability has been resolved: objtool, nvmet: Fix out-of-bounds stack access in nvmet_ctrl_state_show() The csts_state_names[] array only has six sparse entries, but the iteration code in nvmet_ctrl_state_show(...
CVE-2025-39735
- EPSS 0.02%
- Veröffentlicht 18.04.2025 07:01:36
- Zuletzt bearbeitet 03.11.2025 20:18:47
In the Linux kernel, the following vulnerability has been resolved: jfs: fix slab-out-of-bounds read in ea_get() During the "size_check" label in ea_get(), the code checks if the extended attribute list (xattr) size matches ea_size. If not, it logs...
CVE-2025-39688
- EPSS 0.02%
- Veröffentlicht 18.04.2025 07:01:35
- Zuletzt bearbeitet 06.11.2025 21:34:09
In the Linux kernel, the following vulnerability has been resolved: nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_lookup_stateid() The pynfs DELEG8 test fails when run against nfsd. It acquires a delegation and then lets the lease time out...
CVE-2025-39728
- EPSS 0.03%
- Veröffentlicht 18.04.2025 07:01:35
- Zuletzt bearbeitet 03.11.2025 20:18:47
In the Linux kernel, the following vulnerability has been resolved: clk: samsung: Fix UBSAN panic in samsung_clk_init() With UBSAN_ARRAY_BOUNDS=y, I'm hitting the below panic due to dereferencing `ctx->clk_data.hws` before setting `ctx->clk_data.nu...
CVE-2025-38637
- EPSS 0.03%
- Veröffentlicht 18.04.2025 07:01:34
- Zuletzt bearbeitet 06.11.2025 21:35:04
In the Linux kernel, the following vulnerability has been resolved: net_sched: skbprio: Remove overly strict queue assertions In the current implementation, skbprio enqueue/dequeue contains an assertion that fails under certain conditions when SKBP...
CVE-2025-38479
- EPSS 0.02%
- Veröffentlicht 18.04.2025 07:01:33
- Zuletzt bearbeitet 06.11.2025 16:22:25
In the Linux kernel, the following vulnerability has been resolved: dmaengine: fsl-edma: free irq correctly in remove path Add fsl_edma->txirq/errirq check to avoid below warning because no errirq at i.MX9 platform. Otherwise there will be kernel d...
- EPSS 0.06%
- Veröffentlicht 18.04.2025 07:01:33
- Zuletzt bearbeitet 03.11.2025 20:18:46
In the Linux kernel, the following vulnerability has been resolved: ksmbd: use aead_request_free to match aead_request_alloc Use aead_request_free() instead of kfree() to properly free memory allocated by aead_request_alloc(). This ensures sensitiv...
CVE-2025-38240
- EPSS 0.02%
- Veröffentlicht 18.04.2025 07:01:32
- Zuletzt bearbeitet 06.11.2025 16:22:49
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: dp: drm_err => dev_err in HPD path to avoid NULL ptr The function mtk_dp_wait_hpd_asserted() may be called before the `mtk_dp->drm_dev` pointer is assigned in mtk_dp_...
CVE-2025-38104
- EPSS 0.02%
- Veröffentlicht 18.04.2025 07:01:31
- Zuletzt bearbeitet 04.11.2025 16:59:15
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Replace Mutex with Spinlock for RLCG register access to avoid Priority Inversion in SRIOV RLCG Register Access is a way for virtual functions to safely access GPU regis...