CVE-2024-43902
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:19
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checker before passing variables Checks null pointer before passing variables to functions. This fixes 3 NULL_RETURNS issues reported by Coverity.
CVE-2024-43904
- EPSS 0.02%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:19
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencing This commit adds null checks for the 'stream' and 'plane' variables in the dcn30_apply_idle_power_opt...
CVE-2024-43905
- EPSS 0.03%
- Veröffentlicht 26.08.2024 11:15:04
- Zuletzt bearbeitet 03.11.2025 22:18:20
In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix the null pointer dereference for vega10_hwmgr Check return value and conduct null pointer handling to avoid null pointer dereference.
CVE-2024-43889
- EPSS 0.01%
- Veröffentlicht 26.08.2024 11:15:03
- Zuletzt bearbeitet 12.05.2026 12:17:08
In the Linux kernel, the following vulnerability has been resolved: padata: Fix possible divide-by-0 panic in padata_mt_helper() We are hit with a not easily reproducible divide-by-0 panic in padata.c at bootup time. [ 10.017908] Oops: divide ...
CVE-2024-43884
- EPSS 0.02%
- Veröffentlicht 26.08.2024 08:15:03
- Zuletzt bearbeitet 03.11.2025 22:18:16
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Add error handling to pair_device() hci_conn_params_add() never checks for a NULL value and could lead to a NULL pointer dereference causing a crash. Fixed by add...
- EPSS 0.02%
- Veröffentlicht 23.08.2024 13:15:03
- Zuletzt bearbeitet 03.11.2025 22:18:16
In the Linux kernel, the following vulnerability has been resolved: usb: vhci-hcd: Do not drop references before new references are gained At a few places the driver carries stale pointers to references that can still be used. Make sure that does n...
CVE-2022-48943
- EPSS 0.03%
- Veröffentlicht 22.08.2024 04:15:19
- Zuletzt bearbeitet 22.08.2024 18:27:42
In the Linux kernel, the following vulnerability has been resolved: KVM: x86/mmu: make apf token non-zero to fix bug In current async pagefault logic, when a page is ready, KVM relies on kvm_arch_can_dequeue_async_page_present() to determine whethe...
CVE-2022-48942
- EPSS 0.03%
- Veröffentlicht 22.08.2024 04:15:18
- Zuletzt bearbeitet 22.08.2024 18:25:14
In the Linux kernel, the following vulnerability has been resolved: hwmon: Handle failure to register sensor with thermal zone correctly If an attempt is made to a sensor with a thermal zone and it fails, the call to devm_thermal_zone_of_sensor_reg...
CVE-2022-48937
- EPSS 0.02%
- Veröffentlicht 22.08.2024 04:15:17
- Zuletzt bearbeitet 22.08.2024 19:07:28
In the Linux kernel, the following vulnerability has been resolved: io_uring: add a schedule point in io_add_buffers() Looping ~65535 times doing kmalloc() calls can trigger soft lockups, especially with DEBUG features (like KASAN). [ 253.536212]...
CVE-2022-48938
- EPSS 0.02%
- Veröffentlicht 22.08.2024 04:15:17
- Zuletzt bearbeitet 08.11.2024 16:15:17
In the Linux kernel, the following vulnerability has been resolved: CDC-NCM: avoid overflow in sanity checking A broken device may give an extreme offset like 0xFFF0 and a reasonable length for a fragment. In the sanity check as formulated now, thi...