Lucene search
K

34 matches found

EUVD
EUVD
added 2025/10/23 12:31 p.m.3 views

EUVD-2022-54626

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix sleep from invalid context BUG Taking the qosmutex to process RoCEv2 QP's on netdev events causes a kernel splat. Fix this by removing the handling for RoCEv2 in irdmacmteardownconnections that uses the mutex. Thi...

5.5CVSS5.3AI score0.00111EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/07 12:30 a.m.3 views

EUVD-2013-3399

Malware in sbrugna...

4.6CVSS6.4AI score0.0013EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2024-53279

Malicious code in bioql PyPI...

7.8CVSS7.4AI score0.00021EPSS
Exploits0References7
CVE
CVE
added 2025/09/18 1:33 p.m.19 views

CVE-2022-50386

CVE-2022-50386 is a Linux kernel Bluetooth L2CAP use‑after‑free vulnerability. The fix adds a guard by calling l2cap_chan_hold_unless_zero() after __l2cap_get_chan_blah() to prevent a use‑after‑free in l2cap_chan_destroy. Affected: Linux kernel Bluetooth L2CAP path; impact per sources is high (CV...

8CVSS6.2AI score0.0006EPSS
Exploits0References9Affected Software1
NVD
NVD
added 2025/07/09 11:15 a.m.5 views

CVE-2025-38245

In the Linux kernel, the following vulnerability has been resolved: atm: Release atmdevmutex after removing procfs in atmdevderegister. syzbot reported a warning below during atmdevregister. 0 Before creating a new device and procfs/sysfs for it, atmdevregister looks up a duplicated device by...

7.8CVSS0.00052EPSS
Exploits0References10
Cvelist
Cvelist
added 2025/07/09 10:42 a.m.8 views

CVE-2025-38245 atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().

In the Linux kernel, the following vulnerability has been resolved: atm: Release atmdevmutex after removing procfs in atmdevderegister. syzbot reported a warning below during atmdevregister. 0 Before creating a new device and procfs/sysfs for it, atmdevregister looks up a duplicated device by...

0.00052EPSS
Exploits0References8
OSV
OSV
added 2025/06/18 11:1 a.m.19 views

CVE-2022-50035 drm/amdgpu: Fix use-after-free on amdgpu_bo_list mutex

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix use-after-free on amdgpubolist mutex If amdgpucsvmhandling returns r != 0, then it will unlock the bolistmutex inside the function amdgpucsvmhandling and again on amdgpucsparserfini. This problem results in the...

7.8CVSS5.8AI score0.00078EPSS
Exploits0References5
CVE
CVE
added 2025/06/18 10:59 a.m.77 views

CVE-2022-49943

In CVE-2022-49943, the Linux kernel USB gadget udc_mutex scope was too large, allowing a lockdep alert/circular locking dependency when the gadget core invoked driver bind/unbind or started/stopped a UDC. The root cause is a widened udc_lock footprint that protected udc->driver among other thi...

5.5CVSS6.6AI score0.00057EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2025/05/02 4:15 p.m.4 views

CVE-2023-53122

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.5AI score
Exploits0References1
NVD
NVD
added 2025/04/16 3:16 p.m.11 views

CVE-2025-23134

In the Linux kernel, the following vulnerability has been resolved: ALSA: timer: Don't take registermutex with copyfrom/touser The infamous mmaplock taken in copyfrom/touser can be often problematic when it's called inside another mutex, as they might lead to deadlocks. In the case of ALSA timer...

5.5CVSS0.00026EPSS
Exploits0References4
NVD
NVD
added 2025/04/16 3:15 p.m.4 views

CVE-2025-22030

In the Linux kernel, the following vulnerability has been resolved: mm: zswap: fix cryptofreeacomp deadlock in zswapcpucompdead Currently, zswapcpucompdead calls cryptofreeacomp while holding the per-CPU acompctx mutex. cryptofreeacomp then holds scomplock through cryptoexitscompopsasync. On the...

5.5CVSS0.0005EPSS
Exploits0References4
OSV
OSV
added 2025/04/16 2:12 p.m.7 views

CVE-2025-22098 drm: zynqmp_dp: Fix a deadlock in zynqmp_dp_ignore_hpd_set()

In the Linux kernel, the following vulnerability has been resolved: drm: zynqmpdp: Fix a deadlock in zynqmpdpignorehpdset Instead of attempting the same mutex twice, lock and unlock it. This bug has been detected by the Clang thread-safety analyzer...

5.5CVSS6AI score0.00031EPSS
Exploits0References6
OSV
OSV
added 2025/04/16 2:11 p.m.3 views

CVE-2025-22030 mm: zswap: fix crypto_free_acomp() deadlock in zswap_cpu_comp_dead()

In the Linux kernel, the following vulnerability has been resolved: mm: zswap: fix cryptofreeacomp deadlock in zswapcpucompdead Currently, zswapcpucompdead calls cryptofreeacomp while holding the per-CPU acompctx mutex. cryptofreeacomp then holds scomplock through cryptoexitscompopsasync. On the...

5.5CVSS6.1AI score0.0005EPSS
Exploits0References7
OSV
OSV
added 2025/03/12 9:42 a.m.7 views

CVE-2025-21853 bpf: avoid holding freeze_mutex during mmap operation

In the Linux kernel, the following vulnerability has been resolved: bpf: avoid holding freezemutex during mmap operation We use map-freezemutex to prevent races between mapfreeze and memory mapping BPF map contents with writable permissions. The way we naively do this means we'll hold freezemutex...

5.5CVSS5.9AI score0.00019EPSS
Exploits0References12
CVE
CVE
added 2025/02/26 2:23 a.m.121 views

CVE-2022-49606

CVE-2022-49606 affects the Linux kernel RDMA/irdma path. The issue is a sleep (mutex) operation taken to process RoCEv2 QPs on netdev events, which can trigger a BUG: sleeping function called from invalid context in mutex_lock and lead to a kernel crash. The fix removes RoCEv2 handling in irdma_c...

5.5CVSS5.4AI score0.00111EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2024/12/27 3:2 p.m.194 views

CVE-2024-56631

Summary: CVE-2024-56631 affects the Linux kernel SCSI sg driver, fixed in sg_release() to avoid slab-use-after-free. The bug occurred when kref_put(&sfp->f_ref, sg_remove_sfp) was called before releasing the open_rel_lock mutex, potentially freeing sfp/sdp and then dereferencing them after unl...

7.8CVSS6.6AI score0.00021EPSS
Exploits0References10Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 3:2 p.m.8 views

CVE-2024-56631 scsi: sg: Fix slab-use-after-free read in sg_release()

In the Linux kernel, the following vulnerability has been resolved: scsi: sg: Fix slab-use-after-free read in sgrelease Fix a use-after-free bug in sgrelease, detected by syzbot with KASAN: BUG: KASAN: slab-use-after-free in lockrelease+0x151/0xa30 kernel/locking/lockdep.c:5838...

7.5AI score0.00021EPSS
Exploits0References7
OSV
OSV
added 2024/08/28 12:0 a.m.19 views

ALSA-2024:5928 Important: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: nftables: nftsetrbtree skip end interval element from gc CVE-2024-26581 kernel: netfilter: nftlimit: reject configurations that cause integer overflow CVE-2024-26668 kernel: vfio/pci: Loc...

7.8CVSS7.9AI score0.00287EPSS
Exploits2References84
Amazon
Amazon
added 2024/08/13 12:0 a.m.3 views

Important: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: net: dsa: fix panic when DSA master device unbinds on shutdown CVE-2022-48808 In the Linux kernel, the following vulnerability has been resolved: nfsd: call oprelease, even when opfunc returns an error...

9.1CVSS6.8AI score0.02683EPSS
Exploits0
Amazon
Amazon
added 2024/05/20 12:0 a.m.3 views

Medium: kernel

Issue Overview: In the Linux kernel, the following vulnerability has been resolved: block: add check that partition length needs to be aligned with block size Before calling add partition or resize partition, there is no check on whether the length is aligned with the logical block size. If the...

7.8CVSS6.4AI score0.0002EPSS
Exploits0
Rows per page
Query Builder