Lucene search
+L

7726 matches found

CVE
CVE
added 2025/05/08 6:26 a.m.143 views

CVE-2025-37812

CVE-2025-37812 concerns the Linux kernel cdns3 driver: a deadlock in NCM gadget usage can occur under PREEMPT_RT when heavy network traffic triggers the threaded interrupt handler to be preempted by softirq. The root cause is protection by the same spinlock shared by the threaded IRQ and softirq....

5.5CVSS5.4AI score0.00151EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/05/08 6:26 a.m.22 views

CVE-2025-37812 usb: cdns3: Fix deadlock when using NCM gadget

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: Fix deadlock when using NCM gadget The cdns3 driver has the same NCM deadlock as fixed in cdnsp by commit 58f2fcb3a845 "usb: cdnsp: Fix deadlock issue during using NCM gadget". Under PREEMPTRT the deadlock can be...

6.2AI score
SaveExploits0References13
Positive Technologies
Positive Technologies
added 2025/05/08 12:00 a.m.7 views

PT-2025-20341

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A deadlock issue has been resolved in the Linux kernel, specifically in the cdns3 driver when using the NCM gadget. The deadlock can be triggered by heavy network traffic, for example,...

5.5CVSS6.6AI score0.00151EPSS
SaveExploits0
Rockylinux
Rockylinux
added 2025/05/07 7:11 p.m.17 views

autofs bug fix update

An update is available for autofs. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The autofs utility controls the operation of the automount daemon. The daemon...

7.3AI score
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/05/06 12:00 a.m.7 views

PT-2025-28988

Name of the Vulnerable Software and Affected Versions: Linux Kernel affected versions not specified Description: A vulnerability exists in the Linux kernel related to the handling of DisplayPort Alt Mode. A previous state check in tcpm queue vdm unlocked could lead to a deadlock situation where t...

7.8CVSS7.8AI score0.03133EPSS
SaveExploits12References1840
Tenable Nessus
Tenable Nessus
added 2025/05/06 12:00 a.m.13 views

CBL Mariner 2.0 Security Update: kernel (CVE-2025-21951)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-21951 advisory. - In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: pcigeneric: Use...

5.5CVSS5.9AI score0.00148EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/05/06 12:00 a.m.14 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-21951)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-21951 advisory. - In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: pcigeneric: Use...

5.5CVSS5.9AI score0.00148EPSS
SaveExploits0References2
Microsoft CVE
Microsoft CVE
added 2025/05/05 7:00 a.m.5 views

soc: qcom: pdr: Fix the potential deadlock

...

5.5CVSS7.2AI score0.00156EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/05/05 7:00 a.m.9 views

NFS: fix nfs_release_folio() to not deadlock via kcompactd writeback

...

5.5CVSS7.4AI score0.00147EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/05/05 7:00 a.m.6 views

bus: mhi: host: pci_generic: Use pci_try_reset_function() to avoid deadlock

...

5.5CVSS7.4AI score0.00148EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/05/04 5:19 p.m.22 views

CVE-2023-53129

REJECTED CVE In the Linux kernel, the following vulnerability has been resolved: ext4: Fix deadlock during directory rename As lockdep properly warns, we should not be locking irwsem while having transactions started as the proper lock ordering used by all directory handling operations is irwsem ...

5.5CVSS6.4AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/04 5:04 p.m.20 views

CVE-2023-53060

In the Linux kernel, the following vulnerability has been resolved: igb: revert rtnllock that causes deadlock The commit 6faee3d4ee8b "igb: Add lock to avoid data race" adds rtnllock to eliminate a false data race shown below FREE from device detaching | USE from netdev core igbremove |...

5.5CVSS6.9AI score0.00144EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2025/05/04 4:17 p.m.15 views

CVE-2023-53045

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: don't let userspace block driver unbind In the unbind callback for fuac1 and fuac2, a call to sndcardfree via gaudiocleanup will disconnect the card and then wait for all resources to be released, which happe...

7AI score0.00144EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/05/03 2:53 a.m.9 views

SUSE CVE-2022-49850

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix deadlock in nilfscountfreeblocks A semaphore deadlock can occur if nilfsgetblock detects metadata corruption while locating data blocks and a superblock writeback occurs at the same time: task 1 task 2 ------ ------ A...

4.7CVSS6.1AI score0.00157EPSS
SaveExploits0References9
SUSE CVE
SUSE CVE
added 2025/05/03 2:51 a.m.9 views

SUSE CVE-2023-53045

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uaudio: don't let userspace block driver unbind In the unbind callback for fuac1 and fuac2, a call to sndcardfree via gaudiocleanup will disconnect the card and then wait for all resources to be released, which happe...

5.5CVSS6.5AI score0.00144EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/05/03 2:51 a.m.4 views

SUSE CVE-2023-53060

In the Linux kernel, the following vulnerability has been resolved: igb: revert rtnllock that causes deadlock The commit 6faee3d4ee8b "igb: Add lock to avoid data race" adds rtnllock to eliminate a false data race shown below FREE from device detaching | USE from netdev core igbremove |...

5.5CVSS6.2AI score0.00144EPSS
SaveExploits0References10
NVD
NVD
added 2025/05/02 4:15 p.m.17 views

CVE-2023-53129

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

SaveExploits0
OSV
OSV
added 2025/05/02 4:15 p.m.11 views

CVE-2023-53129

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

5.5AI score
SaveExploits0References1
NVD
NVD
added 2025/05/02 4:15 p.m.10 views

CVE-2023-53060

In the Linux kernel, the following vulnerability has been resolved: igb: revert rtnllock that causes deadlock The commit 6faee3d4ee8b "igb: Add lock to avoid data race" adds rtnllock to eliminate a false data race shown below FREE from device detaching | USE from netdev core igbremove |...

5.5CVSS0.00144EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2025/05/02 4:15 p.m.6 views

CVE-2023-53060

In the Linux kernel, the following vulnerability has been resolved: igb: revert rtnllock that causes deadlock The commit 6faee3d4ee8b "igb: Add lock to avoid data race" adds rtnllock to eliminate a false data race shown below FREE from device detaching | USE from netdev core igbremove |...

5.5CVSS6.1AI score0.00144EPSS
SaveExploits0References9Affected Software1
Rows per page
Query Builder