CVE-2022-48978
- EPSS 0.05%
- Published 21.10.2024 20:15:09
- Last modified 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.03%
- Published 21.10.2024 20:15:09
- Last modified 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.05%
- Published 21.10.2024 20:15:08
- Last modified 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.04%
- Published 21.10.2024 20:15:08
- Last modified 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%
- Published 21.10.2024 20:15:08
- Last modified 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...
CVE-2022-48965
- EPSS 0.03%
- Published 21.10.2024 20:15:08
- Last modified 25.10.2024 20:06:45
In the Linux kernel, the following vulnerability has been resolved: gpio/rockchip: fix refcount leak in rockchip_gpiolib_register() The node returned by of_get_parent() with refcount incremented, of_node_put() needs be called when finish using it. ...
CVE-2022-48966
- EPSS 0.04%
- Published 21.10.2024 20:15:08
- Last modified 25.10.2024 20:05:42
In the Linux kernel, the following vulnerability has been resolved: net: mvneta: Prevent out of bounds read in mvneta_config_rss() The pp->indir[0] value comes from the user. It is passed to: if (cpu_online(pp->rxq_def)) inside the mvneta_percp...
CVE-2022-48967
- EPSS 0.04%
- Published 21.10.2024 20:15:08
- Last modified 25.10.2024 21:27:46
In the Linux kernel, the following vulnerability has been resolved: NFC: nci: Bounds check struct nfc_target arrays While running under CONFIG_FORTIFY_SOURCE=y, syzkaller reported: memcpy: detected field-spanning write (size 129) of single field...
CVE-2022-48968
- EPSS 0.03%
- Published 21.10.2024 20:15:08
- Last modified 25.10.2024 21:26:01
In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: Fix potential memory leak in otx2_init_tc() In otx2_init_tc(), if rhashtable_init() failed, it does not free tc->tc_entries_bitmap which is allocated in otx2_tc_alloc...
CVE-2022-48957
- EPSS 0.03%
- Published 21.10.2024 20:15:07
- Last modified 24.10.2024 14:41:15
In the Linux kernel, the following vulnerability has been resolved: dpaa2-switch: Fix memory leak in dpaa2_switch_acl_entry_add() and dpaa2_switch_acl_entry_remove() The cmd_buff needs to be freed when error happened in dpaa2_switch_acl_entry_add()...