CVE-2022-48982
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:10
- Zuletzt bearbeitet 08.09.2025 16:15:34
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix crash when replugging CSR fake controllers It seems fake CSR 5.0 clones can cause the suspend notifier to be registered twice causing the following kernel panic: [ ...
CVE-2022-48986
- EPSS 0.1%
- Veröffentlicht 21.10.2024 20:15:10
- Zuletzt bearbeitet 01.11.2024 15:30:13
In the Linux kernel, the following vulnerability has been resolved: mm/gup: fix gup_pud_range() for dax For dax pud, pud_huge() returns true on x86. So the function works as long as hugetlb is configured. However, dax doesn't depend on hugetlb. Com...
CVE-2022-48990
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:10
- Zuletzt bearbeitet 25.10.2024 16:03:41
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix use-after-free during gpu recovery [Why] [ 754.862560] refcount_t: underflow; use-after-free. [ 754.862898] Call Trace: [ 754.862903] <TASK> [ ...
CVE-2022-48969
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:09
- Zuletzt bearbeitet 25.10.2024 21:22:10
In the Linux kernel, the following vulnerability has been resolved: xen-netfront: Fix NULL sring after live migration A NAPI is setup for each network sring to poll data to kernel The sring with source host is destroyed before live migration and ne...
CVE-2022-48971
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:09
- Zuletzt bearbeitet 25.10.2024 15:23:38
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix not cleanup led when bt_init fails bt_init() calls bt_leds_init() to register led, but if it fails later, bt_leds_cleanup() is not called to unregister it. This can...
CVE-2022-48975
- EPSS 0.02%
- Veröffentlicht 21.10.2024 20:15:09
- Zuletzt bearbeitet 25.10.2024 18:48:57
In the Linux kernel, the following vulnerability has been resolved: gpiolib: fix memory leak in gpiochip_setup_dev() Here is a backtrace report about memory leak detected in gpiochip_setup_dev(): unreferenced object 0xffff88810b406400 (size 512): ...
CVE-2022-48979
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:09
- Zuletzt bearbeitet 25.10.2024 18:40:16
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix array index out of bound error in DCN32 DML [Why&How] LinkCapacitySupport array is indexed with the number of voltage states and not the number of max DPPs. Fi...
CVE-2022-48961
- EPSS 0.02%
- Veröffentlicht 21.10.2024 20:15:07
- Zuletzt bearbeitet 24.10.2024 20:02:22
In the Linux kernel, the following vulnerability has been resolved: net: mdio: fix unbalanced fwnode reference count in mdio_device_release() There is warning report about of_node refcount leak while probing mdio device: OF: ERROR: memory leak, ex...
CVE-2022-48950
- EPSS 0.05%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 25.10.2024 20:02:03
In the Linux kernel, the following vulnerability has been resolved: perf: Fix perf_pending_task() UaF Per syzbot it is possible for perf_pending_task() to run after the event is free()'d. There are two related but distinct cases: - the task_work ...
CVE-2022-48953
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 25.10.2024 20:07:48
In the Linux kernel, the following vulnerability has been resolved: rtc: cmos: Fix event handler registration ordering issue Because acpi_install_fixed_event_handler() enables the event automatically on success, it is incorrect to call it before th...