CVE-2024-42262
- EPSS 0.02%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 19.08.2024 20:05:15
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the performance extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be lea...
CVE-2024-42263
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 19.08.2024 20:41:11
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix potential memory leak in the timestamp extension If fetching of userspace memory fails during the main loop, all drm sync objs looked up until that point will be leake...
CVE-2024-42264
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 06.03.2025 12:53:17
In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Prevent out of bounds access in performance query extensions Check that the number of perfmons userspace is passing in the copy and reset extensions is not greater than th...
CVE-2024-42265
- EPSS 0.01%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 03.11.2025 22:17:51
In the Linux kernel, the following vulnerability has been resolved: protect the fetch of ->fd[fd] in do_dup2() from mispredictions both callers have verified that fd is not greater than ->max_fds; however, misprediction might end up with to...
CVE-2024-42266
- EPSS 0.02%
- Veröffentlicht 17.08.2024 09:15:07
- Zuletzt bearbeitet 29.09.2025 14:03:37
In the Linux kernel, the following vulnerability has been resolved: btrfs: make cow_file_range_inline() honor locked_page on error The btrfs buffered write path runs through __extent_writepage() which has some tricky return value handling for write...
CVE-2024-42259
- EPSS 0.02%
- Veröffentlicht 14.08.2024 15:15:31
- Zuletzt bearbeitet 03.11.2025 22:17:51
In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Fix Virtual Memory mapping boundaries calculation Calculating the size of the mapped area as the lesser value between the requested size and the actual size does not ...
CVE-2024-42258
- EPSS 0.02%
- Veröffentlicht 12.08.2024 15:15:20
- Zuletzt bearbeitet 03.11.2025 22:17:50
In the Linux kernel, the following vulnerability has been resolved: mm: huge_memory: use !CONFIG_64BIT to relax huge page alignment on 32 bit machines Yves-Alexis Perez reported commit 4ef9ad19e176 ("mm: huge_memory: don't force huge page alignment...
CVE-2024-42251
- EPSS 0.01%
- Veröffentlicht 08.08.2024 09:15:08
- Zuletzt bearbeitet 06.09.2024 13:21:23
In the Linux kernel, the following vulnerability has been resolved: mm: page_ref: remove folio_try_get_rcu() The below bug was reported on a non-SMP kernel: [ 275.267158][ T4335] ------------[ cut here ]------------ [ 275.267949][ T4335] kernel ...
CVE-2024-42252
- EPSS 0.01%
- Veröffentlicht 08.08.2024 09:15:08
- Zuletzt bearbeitet 03.11.2025 21:16:17
In the Linux kernel, the following vulnerability has been resolved: closures: Change BUG_ON() to WARN_ON() If a BUG_ON() can be hit in the wild, it shouldn't be a BUG_ON() For reference, this has popped up once in the CI, and we'll need more info ...
CVE-2024-42253
- EPSS 0.01%
- Veröffentlicht 08.08.2024 09:15:08
- Zuletzt bearbeitet 03.11.2025 22:17:50
In the Linux kernel, the following vulnerability has been resolved: gpio: pca953x: fix pca953x_irq_bus_sync_unlock race Ensure that `i2c_lock' is held when setting interrupt latch and mask in pca953x_irq_bus_sync_unlock() in order to avoid races. ...