- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:10
- Zuletzt bearbeitet 01.11.2024 15:20:42
In the Linux kernel, the following vulnerability has been resolved: memcg: fix possible use-after-free in memcg_write_event_control() memcg_write_event_control() accesses the dentry->d_name of the specified control fd to route the write call. As a...
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-48972
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:09
- Zuletzt bearbeitet 25.10.2024 15:22:33
In the Linux kernel, the following vulnerability has been resolved: mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add() Kernel fault injection test reports null-ptr-deref as follows: BUG: kernel NULL pointer dereference, address: 00000000...
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-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-48967
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:08
- Zuletzt bearbeitet 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-48958
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:07
- Zuletzt bearbeitet 24.10.2024 20:00:34
In the Linux kernel, the following vulnerability has been resolved: ethernet: aeroflex: fix potential skb leak in greth_init_rings() The greth_init_rings() function won't free the newly allocated skb when dma_mapping_error() returns error, so add d...
CVE-2022-48960
- EPSS 0.01%
- Veröffentlicht 21.10.2024 20:15:07
- Zuletzt bearbeitet 24.10.2024 19:24:43
In the Linux kernel, the following vulnerability has been resolved: net: hisilicon: Fix potential use-after-free in hix5hd2_rx() The skb is delivered to napi_gro_receive() which may free it, after calling this, dereferencing skb may trigger use-aft...