CVE-2025-38395
- EPSS 0.02%
- Veröffentlicht 25.07.2025 13:15:28
- Zuletzt bearbeitet 23.12.2025 19:33:07
In the Linux kernel, the following vulnerability has been resolved: regulator: gpio: Fix the out-of-bounds access to drvdata::gpiods drvdata::gpiods is supposed to hold an array of 'gpio_desc' pointers. But the memory is allocated for only one poin...
CVE-2025-38382
- EPSS 0.02%
- Veröffentlicht 25.07.2025 13:15:27
- Zuletzt bearbeitet 16.12.2025 20:11:18
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix iteration of extrefs during log replay At __inode_add_ref() when processing extrefs, if we jump into the next label we have an undefined value of victim_name.len, since ...
CVE-2025-38384
- EPSS 0.02%
- Veröffentlicht 25.07.2025 13:15:27
- Zuletzt bearbeitet 16.12.2025 20:11:23
In the Linux kernel, the following vulnerability has been resolved: mtd: spinand: fix memory leak of ECC engine conf Memory allocated for the ECC engine conf is not released during spinand cleanup. Below kmemleak trace is seen for this memory leak:...
CVE-2025-38385
- EPSS 0.02%
- Veröffentlicht 25.07.2025 13:15:27
- Zuletzt bearbeitet 16.12.2025 20:12:05
In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: fix WARN in __netif_napi_del_locked on disconnect Remove redundant netif_napi_del() call from disconnect path. A WARN may be triggered in __netif_napi_del_locke...
CVE-2025-38386
- EPSS 0.01%
- Veröffentlicht 25.07.2025 13:15:27
- Zuletzt bearbeitet 16.12.2025 20:12:11
In the Linux kernel, the following vulnerability has been resolved: ACPICA: Refuse to evaluate a method if arguments are missing As reported in [1], a platform firmware update that increased the number of method parameters and forgot to update a le...
CVE-2025-38371
- EPSS 0.02%
- Veröffentlicht 25.07.2025 13:15:26
- Zuletzt bearbeitet 16.12.2025 17:31:33
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Disable interrupts before resetting the GPU Currently, an interrupt can be triggered during a GPU reset, which can lead to GPU hangs and NULL pointer dereference in an int...
CVE-2025-38375
- EPSS 0.02%
- Veröffentlicht 25.07.2025 13:15:26
- Zuletzt bearbeitet 16.12.2025 17:03:32
In the Linux kernel, the following vulnerability has been resolved: virtio-net: ensure the received length does not exceed allocated size In xdp_linearize_page, when reading the following buffers from the ring, we forget to check the received lengt...
CVE-2025-38377
- EPSS 0.01%
- Veröffentlicht 25.07.2025 13:15:26
- Zuletzt bearbeitet 18.12.2025 17:20:12
In the Linux kernel, the following vulnerability has been resolved: rose: fix dangling neighbour pointers in rose_rt_device_down() There are two bugs in rose_rt_device_down() that can cause use-after-free: 1. The loop bound `t->count` is modified ...
CVE-2025-38362
- EPSS 0.01%
- Veröffentlicht 25.07.2025 13:15:25
- Zuletzt bearbeitet 16.12.2025 14:12:01
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null pointer check for get_first_active_display() The function mod_hdcp_hdcp1_enable_encryption() calls the function get_first_active_display(), but does not c...
CVE-2025-38363
- EPSS 0.02%
- Veröffentlicht 25.07.2025 13:15:25
- Zuletzt bearbeitet 16.12.2025 14:11:44
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: Fix a possible null pointer dereference In tegra_crtc_reset(), new memory is allocated with kzalloc(), but no check is performed. Before calling __drm_atomic_helper_crtc...