CVE-2025-39718
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:25
- Zuletzt bearbeitet 12.05.2026 13:17:07
In the Linux kernel, the following vulnerability has been resolved: vsock/virtio: Validate length in packet header before skb_put() When receiving a vsock packet in the guest, only the virtqueue buffer size is validated prior to virtio_vsock_skb_rx...
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-39714
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:21
- Zuletzt bearbeitet 12.05.2026 13:17:07
In the Linux kernel, the following vulnerability has been resolved: media: usbtv: Lock resolution while streaming When an program is streaming (ffplay) and another program (qv4l2) changes the TV standard from NTSC to PAL, the kernel crashes due to ...
CVE-2025-39713
- EPSS 0.01%
- Veröffentlicht 05.09.2025 17:21:20
- Zuletzt bearbeitet 12.05.2026 13:17:07
In the Linux kernel, the following vulnerability has been resolved: media: rainshadow-cec: fix TOCTOU race condition in rain_interrupt() In the interrupt handler rain_interrupt(), the buffer full check on rain->buf_len is performed before acquiring...
CVE-2025-39710
- EPSS 0.01%
- Veröffentlicht 05.09.2025 17:21:17
- Zuletzt bearbeitet 12.05.2026 13:17:07
In the Linux kernel, the following vulnerability has been resolved: media: venus: Add a check for packet size after reading from shared memory Add a check to ensure that the packet size does not exceed the number of available words after reading th...
CVE-2025-39709
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:16
- Zuletzt bearbeitet 12.05.2026 13:17:06
In the Linux kernel, the following vulnerability has been resolved: media: venus: protect against spurious interrupts during probe Make sure the interrupt handler is initialized before the interrupt is registered. If the IRQ is registered before h...
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-39703
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:21:09
- Zuletzt bearbeitet 12.05.2026 13:17:06
In the Linux kernel, the following vulnerability has been resolved: net, hsr: reject HSR frame if skb can't hold tag Receiving HSR frame with insufficient space to hold HSR tag in the skb can result in a crash (kernel BUG): [ 45.390915] skbuff: ...
- EPSS 0.03%
- Veröffentlicht 05.09.2025 17:21:08
- Zuletzt bearbeitet 12.05.2026 13:17:06
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: Fix MAC comparison to be constant-time To prevent timing attacks, MACs need to be compared in constant time. Use the appropriate helper function for this.