CVE-2021-46941
- EPSS 0.02%
- Veröffentlicht 27.02.2024 19:04:05
- Zuletzt bearbeitet 21.11.2024 06:34:59
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: core: Do core softreset when switch mode According to the programming guide, to switch mode for DRD controller, the driver needs to do the following. To switch from de...
CVE-2021-46925
- EPSS 0.01%
- Veröffentlicht 27.02.2024 10:15:07
- Zuletzt bearbeitet 21.11.2024 06:34:56
In the Linux kernel, the following vulnerability has been resolved: net/smc: fix kernel panic caused by race of smc_sock A crash occurs when smc_cdc_tx_handler() tries to access smc_sock but smc_release() has already freed it. [ 4570.695099] BUG: ...
CVE-2023-52474
- EPSS 0.02%
- Veröffentlicht 26.02.2024 18:15:07
- Zuletzt bearbeitet 21.11.2024 08:39:51
In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests hfi1 user SDMA request processing has two bugs that can cause data corruption for user SDMA requests that ha...
CVE-2024-26602
- EPSS 0.02%
- Veröffentlicht 26.02.2024 16:28:00
- Zuletzt bearbeitet 21.11.2024 09:02:38
In the Linux kernel, the following vulnerability has been resolved: sched/membarrier: reduce the ability to hammer on sys_membarrier On some systems, sys_membarrier can be very expensive, causing overall slowdowns for everything. So put a lock on ...
CVE-2024-26600
- EPSS 0.02%
- Veröffentlicht 26.02.2024 16:27:59
- Zuletzt bearbeitet 21.11.2024 09:02:37
In the Linux kernel, the following vulnerability has been resolved: phy: ti: phy-omap-usb2: Fix NULL pointer dereference for SRP If the external phy working together with phy-omap-usb2 does not implement send_srp(), we may still attempt to call it....
CVE-2023-52469
- EPSS 0.01%
- Veröffentlicht 26.02.2024 16:27:48
- Zuletzt bearbeitet 21.11.2024 08:39:50
In the Linux kernel, the following vulnerability has been resolved: drivers/amd/pm: fix a use-after-free in kv_parse_power_table When ps allocated by kzalloc equals to NULL, kv_parse_power_table frees adev->pm.dpm.ps that allocated before. However,...
CVE-2023-52470
- EPSS 0.02%
- Veröffentlicht 26.02.2024 16:27:48
- Zuletzt bearbeitet 21.11.2024 08:39:50
In the Linux kernel, the following vulnerability has been resolved: drm/radeon: check the alloc_workqueue return value in radeon_crtc_init() check the alloc_workqueue return value in radeon_crtc_init() to avoid null-ptr-deref.
CVE-2024-26595
- EPSS 0.02%
- Veröffentlicht 23.02.2024 15:15:09
- Zuletzt bearbeitet 03.11.2025 21:16:07
In the Linux kernel, the following vulnerability has been resolved: mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path When calling mlxsw_sp_acl_tcam_region_destroy() from an error path after failing to attach the region to an ACL...
CVE-2023-52458
- EPSS 0.01%
- Veröffentlicht 23.02.2024 15:15:08
- Zuletzt bearbeitet 12.05.2026 12:16:15
In the Linux kernel, the following vulnerability has been resolved: block: add check that partition length needs to be aligned with block size Before calling add partition or resize partition, there is no check on whether the length is aligned with...
CVE-2023-52464
- EPSS 0.01%
- Veröffentlicht 23.02.2024 15:15:08
- Zuletzt bearbeitet 21.11.2024 08:39:49
In the Linux kernel, the following vulnerability has been resolved: EDAC/thunderx: Fix possible out-of-bounds string access Enabling -Wstringop-overflow globally exposes a warning for a common bug in the usage of strncat(): drivers/edac/thunderx...