CVE-2024-40945
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:16
- Zuletzt bearbeitet 12.05.2026 12:17:00
In the Linux kernel, the following vulnerability has been resolved: iommu: Return right value in iommu_sva_bind_device() iommu_sva_bind_device() should return either a sva bond handle or an ERR_PTR value in error cases. Existing drivers (idxd and u...
CVE-2024-40929
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:14
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: check n_ssids before accessing the ssids In some versions of cfg80211, the ssids poinet might be a valid one even though n_ssids is 0. Accessing the pointer in ...
CVE-2024-40932
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 03.11.2025 22:17:15
In the Linux kernel, the following vulnerability has been resolved: drm/exynos/vidi: fix memory leak in .get_modes() The duplicated EDID is never freed. Fix it.
CVE-2024-40934
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:15
- Zuletzt bearbeitet 12.05.2026 12:16:59
In the Linux kernel, the following vulnerability has been resolved: HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode() Fix a memory leak on logi_dj_recv_send_report() error path.
CVE-2024-40910
- EPSS 0.05%
- Veröffentlicht 12.07.2024 13:15:14
- Zuletzt bearbeitet 03.11.2025 22:17:13
In the Linux kernel, the following vulnerability has been resolved: ax25: Fix refcount imbalance on inbound connections When releasing a socket in ax25_release(), we call netdev_put() to decrease the refcount on the associated ax.25 device. However...
CVE-2024-40911
- EPSS 0.02%
- Veröffentlicht 12.07.2024 13:15:14
- Zuletzt bearbeitet 03.11.2025 22:17:13
In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Lock wiphy in cfg80211_get_station Wiphy should be locked before calling rdev_get_station() (see lockdep assert in ieee80211_get_station()). This fixes the followi...
CVE-2024-40912
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:14
- Zuletzt bearbeitet 12.05.2026 12:16:59
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup() The ieee80211_sta_ps_deliver_wakeup() function takes sta->ps_lock to synchronizes with ieee80211_tx_h_unicast_ps_b...
CVE-2024-40916
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:14
- Zuletzt bearbeitet 12.05.2026 12:16:59
In the Linux kernel, the following vulnerability has been resolved: drm/exynos: hdmi: report safe 640x480 mode as a fallback when no EDID found When reading EDID fails and driver reports no modes available, the DRM core adds an artificial 1024x786 ...
CVE-2024-39509
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:13
- Zuletzt bearbeitet 12.05.2026 12:16:57
In the Linux kernel, the following vulnerability has been resolved: HID: core: remove unnecessary WARN_ON() in implement() Syzkaller hit a warning [1] in a call to implement() when trying to write a value into a field of smaller size in an output r...
CVE-2024-40901
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:13
- Zuletzt bearbeitet 03.11.2025 22:17:11
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Avoid test/set_bit() operating in non-allocated memory There is a potential out-of-bounds access when using test_bit() on a single word. The test_bit() and set_bit()...