CVE-2025-23162
- EPSS 0.07%
- Veröffentlicht 01.05.2025 12:55:46
- Zuletzt bearbeitet 05.11.2025 15:32:30
In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Don't try to trigger a full GT reset if VF VFs don't have access to the GDRST(0x941c) register that driver uses to reset a GT. Attempt to trigger a reset using debugfs: ...
CVE-2025-23159
- EPSS 0.06%
- Veröffentlicht 01.05.2025 12:55:44
- Zuletzt bearbeitet 05.11.2025 17:53:57
In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi: add a check to handle OOB in sfr region sfr->buf_size is in shared memory and can be modified by malicious user. OOB write is possible when the size is made high...
CVE-2025-23157
- EPSS 0.07%
- Veröffentlicht 01.05.2025 12:55:43
- Zuletzt bearbeitet 05.11.2025 17:56:19
In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi_parser: add check to avoid out of bound access There is a possibility that init_codecs is invoked multiple times during manipulated payload from video firmware. I...
CVE-2025-23158
- EPSS 0.07%
- Veröffentlicht 01.05.2025 12:55:43
- Zuletzt bearbeitet 05.11.2025 17:55:11
In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi: add check to handle incorrect queue size qsize represents size of shared queued between driver and video firmware. Firmware can modify this value to an invalid l...
CVE-2025-23156
- EPSS 0.08%
- Veröffentlicht 01.05.2025 12:55:42
- Zuletzt bearbeitet 05.11.2025 17:57:13
In the Linux kernel, the following vulnerability has been resolved: media: venus: hfi_parser: refactor hfi packet parsing logic words_count denotes the number of words in total payload, while data points to payload of various property within it. Wh...
CVE-2025-23150
- EPSS 0.06%
- Veröffentlicht 01.05.2025 12:55:38
- Zuletzt bearbeitet 05.11.2025 18:03:36
In the Linux kernel, the following vulnerability has been resolved: ext4: fix off-by-one error in do_split Syzkaller detected a use-after-free issue in ext4_insert_dentry that was caused by out-of-bounds access due to incorrect splitting in do_spli...
CVE-2025-23147
- EPSS 0.06%
- Veröffentlicht 01.05.2025 12:55:36
- Zuletzt bearbeitet 05.11.2025 18:04:44
In the Linux kernel, the following vulnerability has been resolved: i3c: Add NULL pointer check in i3c_master_queue_ibi() The I3C master driver may receive an IBI from a target device that has not been probed yet. In such cases, the master calls `i...
CVE-2025-23148
- EPSS 0.07%
- Veröffentlicht 01.05.2025 12:55:36
- Zuletzt bearbeitet 05.11.2025 18:04:14
In the Linux kernel, the following vulnerability has been resolved: soc: samsung: exynos-chipid: Add NULL pointer check in exynos_chipid_probe() soc_dev_attr->revision could be NULL, thus, a pointer check is added to prevent potential NULL pointer ...
CVE-2025-23143
- EPSS 0.09%
- Veröffentlicht 01.05.2025 12:55:33
- Zuletzt bearbeitet 12.05.2026 13:16:40
In the Linux kernel, the following vulnerability has been resolved: net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod. When I ran the repro [0] and waited a few seconds, I observed two LOCKDEP splats: a warning immediately follow...
CVE-2025-23142
- EPSS 0.07%
- Veröffentlicht 01.05.2025 12:55:32
- Zuletzt bearbeitet 05.11.2025 22:04:01
In the Linux kernel, the following vulnerability has been resolved: sctp: detect and prevent references to a freed transport in sendmsg sctp_sendmsg() re-uses associations and transports when possible by doing a lookup based on the socket endpoint ...