Lucene search
+L

17 matches found

Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•4 views

Linux Distros Unpatched Vulnerability : CVE-2026-90224

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nfc: nci: fix double completion race in ncidataexchangecomplete nciclosedevice and ncirxwork can both call ncidataexchangecomplete concurrently. After commit...

7.5CVSS5.7AI score0.00357EPSS
SaveExploits0References3
NVD
NVD
•added 2026/09/17 5:17 p.m.•6 views

CVE-2026-90224

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix double completion race in ncidataexchangecomplete nciclosedevice and ncirxwork can both call ncidataexchangecomplete concurrently. After commit 4527025d440ce8 "nfc: nci: fix circular locking dependency in...

7.5CVSS0.00357EPSS
SaveExploits0References8
OSV
OSV
•added 2026/09/17 5:17 p.m.•11 views

DEBIAN-CVE-2026-90224

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix double completion race in ncidataexchangecomplete nciclosedevice and ncirxwork can both call ncidataexchangecomplete concurrently. After commit 4527025d440ce8 "nfc: nci: fix circular locking dependency in...

7.5CVSS5.8AI score0.00357EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/17 5:17 p.m.•7 views

AZL-102059 CVE-2026-90224 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix double completion race in ncidataexchangecomplete nciclosedevice and ncirxwork can both call ncidataexchangecomplete concurrently. After commit 4527025d440ce8 "nfc: nci: fix circular locking dependency in...

7.5CVSS5.7AI score0.00357EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/15 6:21 a.m.•11 views

CVE-2026-72133

In the Linux kernel, the following vulnerability has been resolved: spi: uniphier: Fix completion initialization order before devmrequestirq The driver calls devmrequestirq before initializing the completion used by the interrupt handler. Because the interrupt may occur immediately after...

8.4CVSS0.00196EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
•added 2026/08/15 12:00 a.m.•23 views

PT-2026-72409

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition exists in the sunrpc component during TLS handshake cancellation. When the wait for completion interruptible timeout function in svc tcp handshake returns a timeout or...

9.8CVSS7.8AI score0.00671EPSS
SaveExploits0
CVE
CVE
•added 2026/07/19 2:55 p.m.•39 views

CVE-2026-63894

Summary (CVE-2026-63894): A race in Linux kernel’s FunctionFS DMABUF handling allows a freed usb_request to be dequeued via an obsolete priv->req pointer when cancelling a DMABUF attachment. The root cause is that ffs_epfile_dmabuf_io_complete() frees the request but leaves priv->req pointi...

7.8CVSS5.2AI score0.0017EPSS
SaveExploits0References4
AstraLinux
AstraLinux
•added 2026/05/20 5:53 a.m.•19 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: IB/cm: A drop lockdep assertion and WARN are issued when freeing old messages. The send completion handler can run after cmid has advanced to another message. In this case, the cmid lock is not necessary. However, a recent change...

5.5CVSS5.7AI score0.00291EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
•added 2026/04/17 12:00 a.m.•26 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007522)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007522 advisory. In the Linux kernel, the following vulnerability has been resolved: iouring: fix ltout double free on completion race Always remove linked timeout on iolinktimeoutfn...

7.8CVSS6.6AI score0.00219EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2025/12/24 1:16 p.m.•21 views

CVE-2023-54048

In the Linux kernel, the following vulnerability has been resolved: RDMA/bnxtre: Prevent handling any completions after qp destroy HW may generate completions that indicates QP is destroyed. Driver should not be scheduling any more completion handlers for this QP, after the QP is destroyed. Since...

7.8CVSS5.3AI score0.00199EPSS
SaveExploits0References5
OSV
OSV
•added 2025/06/18 11:15 a.m.•11 views

DEBIAN-CVE-2022-49934

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: Fix UAF in ieee80211scanrx ieee80211scanrx tries to access scanreq-flags after a null check, but a UAF is observed when the scan is completed and ieee80211scancompleted executes, which then calls cfg80211scandone...

7.8CVSS5.4AI score0.00264EPSS
SaveExploits0References1
OSV
OSV
•added 2024/09/18 12:52 p.m.•25 views

SUSE-SU-2024:3304-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP3 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2022-48791: Fix use-after-free for aborted TMF sastask bsc1228002 The following non-security bugs were fixed: - powerpc: Remove support for PowerPC 601 Remove...

7.8CVSS7.7AI score0.00246EPSS
SaveExploits0References3
OSV
OSV
•added 2024/05/30 4:15 p.m.•11 views

DEBIAN-CVE-2024-36894

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix race between aiocancel and AIO request complete FFS based applications can utilize the aiocancel callback to dequeue pending USB requests submitted to the UDC. There is a scenario where the FFS application...

7.8CVSS5.5AI score0.00194EPSS
SaveExploits0References1
OSV
OSV
•added 2024/03/15 9:15 p.m.•22 views

UBUNTU-CVE-2021-47123

In the Linux kernel, the following vulnerability has been resolved: iouring: fix ltout double free on completion race Always remove linked timeout on iolinktimeoutfn from the master request link list, otherwise we may get use-after-free when first iolinktimeoutfn puts linked timeout in the fail...

7.8CVSS5.7AI score0.00219EPSS
SaveExploits0References5
Debian CVE
Debian CVE
•added 2024/03/15 8:14 p.m.•55 views

CVE-2021-47123

In the Linux kernel, the following vulnerability has been resolved: iouring: fix ltout double free on completion race Always remove linked timeout on iolinktimeoutfn from the master request link list, otherwise we may get use-after-free when first iolinktimeoutfn puts linked timeout in the fail...

7.8CVSS7.1AI score0.00219EPSS
SaveExploits0
OSV
OSV
•added 2021/06/25 12:08 a.m.•22 views

GSD-2021-1000805 io_uring: fix ltout double free on completion race

iouring: fix ltout double free on completion race This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.12.10 by commit...

7.2AI score
SaveExploits0
OSV
OSV
•added 2021/06/25 12:08 a.m.•26 views

UVI-2021-1000805 io_uring: fix ltout double free on completion race

iouring: fix ltout double free on completion race This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.12.10 by commit...

7.2AI score
SaveExploits0
Rows per page
Query Builder