CVE-2022-48973
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:09
- Zuletzt bearbeitet 25.10.2024 15:35:54
In the Linux kernel, the following vulnerability has been resolved: gpio: amd8111: Fix PCI device reference count leak for_each_pci_dev() is implemented by pci_get_device(). The comment of pci_get_device() says that it will increase the reference c...
CVE-2022-48974
- EPSS 0.06%
- Veröffentlicht 21.10.2024 20:15:09
- Zuletzt bearbeitet 25.10.2024 15:25:54
In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: fix using __this_cpu_add in preemptible Currently in nf_conntrack_hash_check_insert(), when it fails in nf_ct_ext_valid_pre/post(), NF_CT_STAT_INC() will be c...
CVE-2022-48975
- EPSS 0.01%
- 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-48976
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:09
- Zuletzt bearbeitet 25.10.2024 18:47:40
In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable_offload: fix using __this_cpu_add in preemptible flow_offload_queue_work() can be called in workqueue without bh disabled, like the call trace showed in my act...
CVE-2022-48977
- EPSS 0.02%
- Veröffentlicht 21.10.2024 20:15:09
- Zuletzt bearbeitet 25.10.2024 18:47:07
In the Linux kernel, the following vulnerability has been resolved: can: af_can: fix NULL pointer dereference in can_rcv_filter Analogue to commit 8aa59e355949 ("can: af_can: fix NULL pointer dereference in can_rx_register()") we need to check for ...
CVE-2022-48978
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:09
- Zuletzt bearbeitet 25.10.2024 18:46:23
In the Linux kernel, the following vulnerability has been resolved: HID: core: fix shift-out-of-bounds in hid_report_raw_event Syzbot reported shift-out-of-bounds in hid_report_raw_event. microsoft 0003:045E:07DA.0001: hid_field_extract() called w...
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-48962
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:08
- Zuletzt bearbeitet 24.10.2024 19:27:13
In the Linux kernel, the following vulnerability has been resolved: net: hisilicon: Fix potential use-after-free in hisi_femac_rx() The skb is delivered to napi_gro_receive() which may free it, after calling this, dereferencing skb may trigger use-...
CVE-2022-48963
- EPSS 0.13%
- Veröffentlicht 21.10.2024 20:15:08
- Zuletzt bearbeitet 24.10.2024 19:27:58
In the Linux kernel, the following vulnerability has been resolved: net: wwan: iosm: fix memory leak in ipc_mux_init() When failed to alloc ipc_mux->ul_adb.pp_qlt in ipc_mux_init(), ipc_mux is not released.
CVE-2022-48964
- EPSS 0.04%
- Veröffentlicht 21.10.2024 20:15:08
- Zuletzt bearbeitet 24.10.2024 19:28:48
In the Linux kernel, the following vulnerability has been resolved: ravb: Fix potential use-after-free in ravb_rx_gbeth() The skb is delivered to napi_gro_receive() which may free it, after calling this, dereferencing skb may trigger use-after-free...