CVE-2025-38320
- EPSS 0.02%
- Veröffentlicht 10.07.2025 08:14:56
- Zuletzt bearbeitet 19.12.2025 16:44:34
In the Linux kernel, the following vulnerability has been resolved: arm64/ptrace: Fix stack-out-of-bounds read in regs_get_kernel_stack_nth() KASAN reports a stack-out-of-bounds read in regs_get_kernel_stack_nth(). Call Trace: [ 97.283505] BUG: ...
CVE-2025-38319
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:25
- Zuletzt bearbeitet 19.12.2025 16:44:27
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pp: Fix potential NULL pointer dereference in atomctrl_initialize_mc_reg_table The function atomctrl_initialize_mc_reg_table() and atomctrl_initialize_mc_reg_table_v2_2() d...
CVE-2025-38318
- EPSS 0.01%
- Veröffentlicht 10.07.2025 07:42:24
- Zuletzt bearbeitet 18.11.2025 12:54:04
In the Linux kernel, the following vulnerability has been resolved: perf: arm-ni: Fix missing platform_set_drvdata() Add missing platform_set_drvdata in arm_ni_probe(), otherwise calling platform_get_drvdata() in remove returns NULL.
CVE-2025-38316
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:23
- Zuletzt bearbeitet 18.11.2025 12:54:21
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: avoid NULL pointer dereference in mt7996_set_monitor() The function mt7996_set_monitor() dereferences phy before the NULL sanity check. Fix this to avoid NULL ...
CVE-2025-38317
- EPSS 0.01%
- Veröffentlicht 10.07.2025 07:42:23
- Zuletzt bearbeitet 18.11.2025 12:54:11
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix buffer overflow in debugfs If the user tries to write more than 32 bytes then it results in memory corruption. Fortunately, this is debugfs so it's limited to ro...
CVE-2025-38315
- EPSS 0.01%
- Veröffentlicht 10.07.2025 07:42:22
- Zuletzt bearbeitet 18.11.2025 12:55:03
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btintel: Check dsbr size from EFI variable Since the size of struct btintel_dsbr is already known, we can just start there instead of querying the EFI variable size. If ...
CVE-2025-38313
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:21
- Zuletzt bearbeitet 19.12.2025 16:44:23
In the Linux kernel, the following vulnerability has been resolved: bus: fsl-mc: fix double-free on mc_dev The blamed commit tried to simplify how the deallocations are done but, in the process, introduced a double-free on the mc_dev variable. In ...
CVE-2025-38314
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:21
- Zuletzt bearbeitet 18.11.2025 12:55:11
In the Linux kernel, the following vulnerability has been resolved: virtio-pci: Fix result size returned for the admin command completion The result size returned by virtio_pci_admin_dev_parts_get() is 8 bytes larger than the actual result data siz...
CVE-2025-38311
- EPSS 0.02%
- Veröffentlicht 10.07.2025 07:42:20
- Zuletzt bearbeitet 18.11.2025 12:55:19
In the Linux kernel, the following vulnerability has been resolved: iavf: get rid of the crit lock Get rid of the crit lock. That frees us from the error prone logic of try_locks. Thanks to netdev_lock() by Jakub it is now easy, and in most cases ...
CVE-2025-38312
- EPSS 0.03%
- Veröffentlicht 10.07.2025 07:42:20
- Zuletzt bearbeitet 19.12.2025 17:58:50
In the Linux kernel, the following vulnerability has been resolved: fbdev: core: fbcvt: avoid division by 0 in fb_cvt_hperiod() In fb_find_mode_cvt(), iff mode->refresh somehow happens to be 0x80000000, cvt.f_refresh will become 0 when multiplying ...