- EPSS 0.05%
- Veröffentlicht 05.09.2025 17:20:47
- Zuletzt bearbeitet 03.11.2025 18:16:38
In the Linux kernel, the following vulnerability has been resolved: x86/cpu/hygon: Add missing resctrl_cpu_detect() in bsp_init helper Since 923f3a2b48bd ("x86/resctrl: Query LLC monitoring properties once during boot") resctrl_cpu_detect() has...
CVE-2025-39680
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:46
- Zuletzt bearbeitet 25.11.2025 21:29:02
In the Linux kernel, the following vulnerability has been resolved: i2c: rtl9300: Fix out-of-bounds bug in rtl9300_i2c_smbus_xfer The data->block[0] variable comes from user. Without proper check, the variable may be very large to cause an out-of-b...
CVE-2025-39679
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:45
- Zuletzt bearbeitet 25.11.2025 21:28:54
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau/nvif: Fix potential memory leak in nvif_vmm_ctor(). When the nvif_vmm_type is invalid, we will return error directly without freeing the args in nvif_vmm_ctor(), which ...
CVE-2025-39678
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:44
- Zuletzt bearbeitet 25.11.2025 21:28:44
In the Linux kernel, the following vulnerability has been resolved: platform/x86/amd/hsmp: Ensure sock->metric_tbl_addr is non-NULL If metric table address is not allocated, accessing metrics_bin will result in a NULL pointer dereference, so add a ...
CVE-2025-39677
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:43
- Zuletzt bearbeitet 25.11.2025 21:28:36
In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix backlog accounting in qdisc_dequeue_internal This issue applies for the following qdiscs: hhf, fq, fq_codel, and fq_pie, and occurs in their change handlers when adj...
- EPSS 0.05%
- Veröffentlicht 05.09.2025 17:20:42
- Zuletzt bearbeitet 03.11.2025 18:16:38
In the Linux kernel, the following vulnerability has been resolved: scsi: qla4xxx: Prevent a potential error pointer dereference The qla4xxx_get_ep_fwdb() function is supposed to return NULL on error, but qla4xxx_ep_connect() returns error pointers...
- EPSS 0.04%
- Veröffentlicht 05.09.2025 17:20:41
- Zuletzt bearbeitet 03.11.2025 18:16:38
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null pointer check in mod_hdcp_hdcp1_create_session() The function mod_hdcp_hdcp1_create_session() calls the function get_first_active_display(), but does not ...
CVE-2025-39674
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:39
- Zuletzt bearbeitet 25.11.2025 21:28:05
In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: ufs-qcom: Fix ESI null pointer dereference ESI/MSI is a performance optimization feature that provides dedicated interrupts per MCQ hardware queue. This is optional feat...
- EPSS 0.04%
- Veröffentlicht 05.09.2025 17:20:38
- Zuletzt bearbeitet 03.11.2025 18:16:38
In the Linux kernel, the following vulnerability has been resolved: ppp: fix race conditions in ppp_fill_forward_path ppp_fill_forward_path() has two race conditions: 1. The ppp->channels list can change between list_empty() and list_first_entr...
CVE-2025-38737
- EPSS 0.02%
- Veröffentlicht 05.09.2025 17:20:37
- Zuletzt bearbeitet 25.11.2025 22:03:13
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix oops due to uninitialised variable Fix smb3_init_transform_rq() to initialise buffer to NULL before calling netfs_alloc_folioq_buffer() as netfs assumes it can append to ...