CVE-2022-48973
- EPSS 0.24%
- 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.25%
- 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.21%
- 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.24%
- 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.23%
- 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-48946
- EPSS 0.25%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 25.10.2024 20:13:39
In the Linux kernel, the following vulnerability has been resolved: udf: Fix preallocation discarding at indirect extent boundary When preallocation extent is the first one in the extent block, the code would corrupt extent tree header instead. Fix...
CVE-2022-48947
- EPSS 0.25%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 25.10.2024 20:11:45
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix u8 overflow By keep sending L2CAP_CONF_REQ packets, chan->num_conf_rsp increases multiple times and eventually it will wrap around the maximum number (i.e., 2...
CVE-2022-48948
- EPSS 0.27%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 29.10.2024 16:34:03
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Prevent buffer overflow in setup handler Setup function uvc_function_setup permits control transfer requests with up to 64 bytes of payload (UVC_MAX_REQUEST_SIZE)...
CVE-2022-48950
- EPSS 0.25%
- 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-48951
- EPSS 0.25%
- Veröffentlicht 21.10.2024 20:15:06
- Zuletzt bearbeitet 25.10.2024 20:01:24
In the Linux kernel, the following vulnerability has been resolved: ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx() The bounds checks in snd_soc_put_volsw_sx() are only being applied to the first channel, meaning it is possible...