CVE-2025-38109
- EPSS 0.07%
- Veröffentlicht 03.07.2025 08:35:19
- Zuletzt bearbeitet 20.11.2025 21:36:33
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix ECVF vports unload on shutdown flow Fix shutdown flow UAF when a virtual function is created on the embedded chip (ECVF) of a BlueField device. In such case the vport...
- EPSS 0.06%
- Veröffentlicht 03.07.2025 08:35:18
- Zuletzt bearbeitet 16.12.2025 17:02:20
In the Linux kernel, the following vulnerability has been resolved: net_sched: red: fix a race in __red_change() Gerrard Tai reported a race condition in RED, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 ...
- EPSS 0.06%
- Veröffentlicht 03.07.2025 08:35:17
- Zuletzt bearbeitet 16.12.2025 17:02:47
In the Linux kernel, the following vulnerability has been resolved: net_sched: ets: fix a race in ets_qdisc_change() Gerrard Tai reported a race condition in ETS, whenever SFQ perturb timer fires at the wrong time. The race is as follows: CPU 0 ...
CVE-2025-38105
- EPSS 0.07%
- Veröffentlicht 03.07.2025 08:35:15
- Zuletzt bearbeitet 25.03.2026 11:16:10
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Kill timer properly at removal The USB-audio MIDI code initializes the timer, but in a rare case, the driver might be freed without the disconnect call. This leav...
CVE-2025-38103
- EPSS 0.07%
- Veröffentlicht 03.07.2025 08:35:13
- Zuletzt bearbeitet 16.12.2025 17:03:25
In the Linux kernel, the following vulnerability has been resolved: HID: usbhid: Eliminate recurrent out-of-bounds bug in usbhid_parse() Update struct hid_descriptor to better reflect the mandatory and optional parts of the HID Descriptor as per US...
- EPSS 0.06%
- Veröffentlicht 03.07.2025 08:35:12
- Zuletzt bearbeitet 16.12.2025 17:10:36
In the Linux kernel, the following vulnerability has been resolved: VMCI: fix race between vmci_host_setup_notify and vmci_ctx_unset_notify During our test, it is found that a warning can be trigger in try_grab_folio as follow: ------------[ cut...
CVE-2025-38099
- EPSS 0.04%
- Veröffentlicht 03.07.2025 08:13:59
- Zuletzt bearbeitet 20.11.2025 21:52:36
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Disable SCO support if READ_VOICE_SETTING is unsupported/broken A SCO connection without the proper voice_setting can cause the controller to lock up.
CVE-2025-38098
- EPSS 0.05%
- Veröffentlicht 03.07.2025 08:13:58
- Zuletzt bearbeitet 20.11.2025 21:52:51
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Don't treat wb connector as physical in create_validate_stream_for_sink Don't try to operate on a drm_wb_connector as an amdgpu_dm_connector. While dereferencing a...
CVE-2025-38096
- EPSS 0.04%
- Veröffentlicht 03.07.2025 08:13:57
- Zuletzt bearbeitet 20.11.2025 21:53:08
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: don't warn when if there is a FW error iwl_trans_reclaim is warning if it is called when the FW is not alive. But if it is called when there is a pending restart, i....
CVE-2025-38095
- EPSS 0.12%
- Veröffentlicht 03.07.2025 07:44:18
- Zuletzt bearbeitet 16.12.2025 17:18:25
In the Linux kernel, the following vulnerability has been resolved: dma-buf: insert memory barrier before updating num_fences smp_store_mb() inserts memory barrier after storing operation. It is different with what the comment is originally aiming ...