CVE-2022-48734
- EPSS 0.02%
- Published 20.06.2024 12:15:11
- Last modified 21.11.2024 07:33:53
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between quota disable and qgroup rescan worker Quota disable ioctl starts a transaction before waiting for the qgroup rescan worker completes. However, this wai...
CVE-2022-48735
- EPSS 0.02%
- Published 20.06.2024 12:15:11
- Last modified 23.05.2025 20:48:34
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Fix UAF of leds class devs at unbinding The LED class devices that are created by HD-audio codec drivers are registered via devm_led_classdev_register() and associated w...
CVE-2021-4439
- EPSS 0.02%
- Published 20.06.2024 12:15:10
- Last modified 21.11.2024 06:37:44
In the Linux kernel, the following vulnerability has been resolved: isdn: cpai: check ctr->cnr to avoid array index out of bound The cmtp_add_connection() would add a cmtp session to a controller and run a kernel thread to process cmtp. __module_...
CVE-2022-48724
- EPSS 0.01%
- Published 20.06.2024 12:15:10
- Last modified 21.11.2024 07:33:52
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix potential memory leak in intel_setup_irq_remapping() After commit e3beca48a45b ("irqdomain/treewide: Keep firmware node unconditionally allocated"). For tear down s...
CVE-2022-48725
- EPSS 0.05%
- Published 20.06.2024 12:15:10
- Last modified 21.11.2024 07:33:52
In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix refcounting leak in siw_create_qp() The atomic_inc() needs to be paired with an atomic_dec() on the error path.
CVE-2022-48714
- EPSS 0.03%
- Published 20.06.2024 11:15:55
- Last modified 17.09.2025 17:12:54
In the Linux kernel, the following vulnerability has been resolved: bpf: Use VM_MAP instead of VM_ALLOC for ringbuf After commit 2fd3fb0be1d1 ("kasan, vmalloc: unpoison VM_ALLOC pages after mapping"), non-VM_ALLOC mappings will be marked as accessi...
CVE-2022-48715
- EPSS 0.02%
- Published 20.06.2024 11:15:55
- Last modified 01.10.2025 13:43:40
In the Linux kernel, the following vulnerability has been resolved: scsi: bnx2fc: Make bnx2fc_recv_frame() mp safe Running tests with a debug kernel shows that bnx2fc_recv_frame() is modifying the per_cpu lport stats counters in a non-mpsafe way. ...
CVE-2022-48716
- EPSS 0.11%
- Published 20.06.2024 11:15:55
- Last modified 01.04.2025 18:27:38
In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd938x: fix incorrect used of portid Mixer controls have the channel id in mixer->reg, which is not same as port id. port id should be derived from chan_info array. ...
CVE-2022-48717
- EPSS 0.04%
- Published 20.06.2024 11:15:55
- Last modified 21.11.2024 07:33:51
In the Linux kernel, the following vulnerability has been resolved: ASoC: max9759: fix underflow in speaker_gain_control_put() Check for negative values of "priv->gain" to prevent an out of bounds access. The concern is that these might come from ...
CVE-2022-48718
- EPSS 0.03%
- Published 20.06.2024 11:15:55
- Last modified 21.11.2024 07:33:51
In the Linux kernel, the following vulnerability has been resolved: drm: mxsfb: Fix NULL pointer dereference mxsfb should not ever dereference the NULL pointer which drm_atomic_get_new_bridge_state is allowed to return. Assume a fixed format instea...