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-40918
- EPSS 0.04%
- Veröffentlicht 12.07.2024 13:15:14
- Zuletzt bearbeitet 17.09.2025 15:37:44
In the Linux kernel, the following vulnerability has been resolved: parisc: Try to fix random segmentation faults in package builds PA-RISC systems with PA8800 and PA8900 processors have had problems with random segmentation faults for many years. ...
CVE-2024-39508
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:13
- Zuletzt bearbeitet 03.10.2025 15:13:42
In the Linux kernel, the following vulnerability has been resolved: io_uring/io-wq: Use set_bit() and test_bit() at worker->flags Utilize set_bit() and test_bit() on worker->flags within io_uring/io-wq to address potential data races. The structur...
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-40900
- EPSS 0.02%
- 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: cachefiles: remove requests from xarray during flushing requests Even with CACHEFILES_DEAD set, we can still read the requests, so in the following concurrency the request may be u...
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()...
CVE-2024-40902
- 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: jfs: xattr: fix buffer overflow for invalid xattr When an xattr size is not what is expected, it is printed out to the kernel log in hex format as a form of debugging. But when th...
CVE-2024-40904
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:13
- Zuletzt bearbeitet 03.11.2025 22:17:12
In the Linux kernel, the following vulnerability has been resolved: USB: class: cdc-wdm: Fix CPU lockup caused by excessive log messages The syzbot fuzzer found that the interrupt-URB completion callback in the cdc-wdm driver was taking too long, a...
CVE-2024-40905
- EPSS 0.01%
- Veröffentlicht 12.07.2024 13:15:13
- Zuletzt bearbeitet 12.05.2026 12:16:59
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix possible race in __fib6_drop_pcpu_from() syzbot found a race in __fib6_drop_pcpu_from() [1] If compiler reads more than once (*ppcpu_rt), second read could read NULL, if...