CVE-2025-39716
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:23
- Zuletzt bearbeitet 12.05.2026 13:17:07
In the Linux kernel, the following vulnerability has been resolved: parisc: Revise __get_user() to probe user read access Because of the way read access support is implemented, read access interruptions are only triggered at privilege levels 2 and ...
CVE-2025-39715
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:22
- Zuletzt bearbeitet 12.05.2026 13:17:07
In the Linux kernel, the following vulnerability has been resolved: parisc: Revise gateway LWS calls to probe user read access We use load and stbys,e instructions to trigger memory reference interruptions without writing to memory. Because of the ...
CVE-2025-39707
- EPSS 0.01%
- Veröffentlicht 05.09.2025 17:21:13
- Zuletzt bearbeitet 25.11.2025 21:15:47
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check if hubbub is NULL in debugfs/amdgpu_dm_capabilities HUBBUB structure is not initialized on DCE hardware, so check if it is NULL to avoid null dereference while ac...
CVE-2025-39706
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:12
- Zuletzt bearbeitet 12.05.2026 13:17:06
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Destroy KFD debugfs after destroy KFD wq Since KFD proc content was moved to kernel debugfs, we can't destroy KFD debugfs before kfd_process_destroy_wq. Move kfd_proces...
CVE-2025-39705
- EPSS 0.01%
- Veröffentlicht 05.09.2025 17:21:11
- Zuletzt bearbeitet 25.11.2025 21:15:42
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix a Null pointer dereference vulnerability [Why] A null pointer dereference vulnerability exists in the AMD display driver's (DC module) cleanup function dc_dest...
CVE-2025-39693
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:59
- Zuletzt bearbeitet 12.05.2026 13:17:05
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid a NULL pointer dereference [WHY] Although unlikely drm_atomic_get_new_connector_state() or drm_atomic_get_old_connector_state() can return NULL. [HOW] Check...
CVE-2025-39691
- EPSS 0.01%
- Veröffentlicht 05.09.2025 17:20:57
- Zuletzt bearbeitet 12.05.2026 13:17:05
In the Linux kernel, the following vulnerability has been resolved: fs/buffer: fix use-after-free when call bh_read() helper There's issue as follows: BUG: KASAN: stack-out-of-bounds in end_buffer_read_sync+0xe3/0x110 Read of size 8 at addr ffffc90...
CVE-2025-39686
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:53
- Zuletzt bearbeitet 12.05.2026 13:17:05
In the Linux kernel, the following vulnerability has been resolved: comedi: Make insn_rw_emulate_bits() do insn->n samples The `insn_rw_emulate_bits()` function is used as a default handler for `INSN_READ` instructions for subdevices that have a ha...
CVE-2025-39685
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:51
- Zuletzt bearbeitet 12.05.2026 13:17:04
In the Linux kernel, the following vulnerability has been resolved: comedi: pcl726: Prevent invalid irq number The reproducer passed in an irq number(0x80008000) that was too large, which triggered the oob. Added an interrupt number check to preve...
CVE-2025-39684
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:50
- Zuletzt bearbeitet 12.05.2026 13:17:04
In the Linux kernel, the following vulnerability has been resolved: comedi: Fix use of uninitialized memory in do_insn_ioctl() and do_insnlist_ioctl() syzbot reports a KMSAN kernel-infoleak in `do_insn_ioctl()`. A kernel buffer is allocated to hol...