- EPSS 0.04%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 21.11.2024 07:34:13
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix a race on command flush flow Fix a refcount use after free warning due to a race on command entry. Such race occurs when one of the commands releases its last refcoun...
CVE-2022-48859
- EPSS 0.03%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 21.11.2024 07:34:13
In the Linux kernel, the following vulnerability has been resolved: net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addr This node pointer is returned by of_find_compatible_node() with refcount incremented. Calling...
CVE-2022-48860
- EPSS 0.03%
- Veröffentlicht 16.07.2024 13:15:12
- Zuletzt bearbeitet 21.11.2024 07:34:13
In the Linux kernel, the following vulnerability has been resolved: ethernet: Fix error handling in xemaclite_of_probe This node pointer is returned by of_parse_phandle() with refcount incremented in this function. Calling of_node_put() to avoid th...
CVE-2022-48835
- EPSS 0.02%
- Veröffentlicht 16.07.2024 13:15:11
- Zuletzt bearbeitet 21.11.2024 07:34:10
In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Page fault in reply q processing A page fault was encountered in mpt3sas on a LUN reset error path: [ 145.763216] mpt3sas_cm1: Task abort tm failed: handle(0x0002)...
CVE-2022-48836
- EPSS 0.01%
- Veröffentlicht 16.07.2024 13:15:11
- Zuletzt bearbeitet 21.11.2024 07:34:10
In the Linux kernel, the following vulnerability has been resolved: Input: aiptek - properly check endpoint type Syzbot reported warning in usb_submit_urb() which is caused by wrong endpoint type. There was a check for the number of endpoints, but ...
CVE-2022-48837
- EPSS 0.02%
- Veröffentlicht 16.07.2024 13:15:11
- Zuletzt bearbeitet 21.11.2024 07:34:10
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: rndis: prevent integer overflow in rndis_set_response() If "BufOffset" is very large the "BufOffset + 8" operation can have an integer overflow.
CVE-2022-48838
- EPSS 0.01%
- Veröffentlicht 16.07.2024 13:15:11
- Zuletzt bearbeitet 21.11.2024 07:34:11
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: Fix use-after-free bug by not setting udc->dev.driver The syzbot fuzzer found a use-after-free bug: BUG: KASAN: use-after-free in dev_uevent+0x712/0x780 drivers/base/...
CVE-2022-48839
- EPSS 0.01%
- Veröffentlicht 16.07.2024 13:15:11
- Zuletzt bearbeitet 21.11.2024 07:34:11
In the Linux kernel, the following vulnerability has been resolved: net/packet: fix slab-out-of-bounds access in packet_recvmsg() syzbot found that when an AF_PACKET socket is using PACKET_COPY_THRESH and mmap operations, tpacket_rcv() is queueing ...
CVE-2022-48840
- EPSS 0.02%
- Veröffentlicht 16.07.2024 13:15:11
- Zuletzt bearbeitet 21.11.2024 07:34:11
In the Linux kernel, the following vulnerability has been resolved: iavf: Fix hang during reboot/shutdown Recent commit 974578017fc1 ("iavf: Add waiting so the port is initialized in remove") adds a wait-loop at the beginning of iavf_remove() to en...
CVE-2022-48841
- EPSS 0.01%
- Veröffentlicht 16.07.2024 13:15:11
- Zuletzt bearbeitet 21.11.2024 07:34:11
In the Linux kernel, the following vulnerability has been resolved: ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats() It is possible to do NULL pointer dereference in routine that updates Tx ring stats. Currently only stats and by...