Lucene search
+L

30 matches found

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

Linux Distros Unpatched Vulnerability : CVE-2026-90229

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nvme-apple: Destroy the admin queue on removal The admin queue is allocated with blkmqallocqueue but never destroyed. nvmefreectrl only drops the last reference...

7.4CVSS5.7AI score0.00173EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/18 12:00 a.m.•13 views

Linux Distros Unpatched Vulnerability : CVE-2026-93152

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nvme-apple: Use acquire/release for queue enabled state applenvmeinitqueue initializes queue state and then marks the queue enabled. The interrupt and request...

5.8AI score0.00215EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/17 5:18 p.m.•6 views

AZL-102222 CVE-2026-93152 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Use acquire/release for queue enabled state applenvmeinitqueue initializes queue state and then marks the queue enabled. The interrupt and request paths check enabled before using that queue state. The old wmb after...

5.8AI score0.00215EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:18 p.m.•7 views

CVE-2026-93152

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Use acquire/release for queue enabled state applenvmeinitqueue initializes queue state and then marks the queue enabled. The interrupt and request paths check enabled before using that queue state. The old wmb after...

0.00215EPSS
SaveExploits0References6
OSV
OSV
•added 2026/09/17 5:18 p.m.•10 views

DEBIAN-CVE-2026-93152

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Use acquire/release for queue enabled state applenvmeinitqueue initializes queue state and then marks the queue enabled. The interrupt and request paths check enabled before using that queue state. The old wmb after...

5.9AI score0.00215EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/17 5:17 p.m.•6 views

CVE-2026-90229

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Destroy the admin queue on removal The admin queue is allocated with blkmqallocqueue but never destroyed. nvmefreectrl only drops the last reference and blkmqexitqueue and blksyncqueue never run: the hctx is never mov...

7.4CVSS0.00173EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/17 5:17 p.m.•8 views

DEBIAN-CVE-2026-90229

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Destroy the admin queue on removal The admin queue is allocated with blkmqallocqueue but never destroyed. nvmefreectrl only drops the last reference and blkmqexitqueue and blksyncqueue never run: the hctx is never mov...

7.4CVSS5.6AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/17 5:17 p.m.•5 views

AZL-102729 CVE-2026-90229 affecting package kernel 6.6.152.1-1

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Destroy the admin queue on removal The admin queue is allocated with blkmqallocqueue but never destroyed. nvmefreectrl only drops the last reference and blkmqexitqueue and blksyncqueue never run: the hctx is never mov...

7.4CVSS5.6AI score0.00173EPSS
SaveExploits0References1
OSV
OSV
•added 2026/09/17 4:11 p.m.•7 views

CVE-2026-93152 nvme-apple: Use acquire/release for queue enabled state

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Use acquire/release for queue enabled state applenvmeinitqueue initializes queue state and then marks the queue enabled. The interrupt and request paths check enabled before using that queue state. The old wmb after...

5.8AI score
SaveExploits0References9
EUVD
EUVD
•added 2026/09/17 4:11 p.m.•7 views

EUVD-2026-82260

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Use acquire/release for queue enabled state applenvmeinitqueue initializes queue state and then marks the queue enabled. The interrupt and request paths check enabled before using that queue state. The old wmb after...

5.8AI score0.00215EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/09/17 4:11 p.m.•33 views

CVE-2026-93152 nvme-apple: Use acquire/release for queue enabled state

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Use acquire/release for queue enabled state applenvmeinitqueue initializes queue state and then marks the queue enabled. The interrupt and request paths check enabled before using that queue state. The old wmb after...

0.00215EPSS
SaveExploits0References6
CVE
CVE
•added 2026/09/17 4:11 p.m.•9 views

CVE-2026-93152

CVE-2026-93152 is a memory ordering bug in the Linux kernel's nvme-apple driver. The function apple_nvme_init_queue() initializes queue state and then marks the queue as enabled using WRITE_ONCE(enabled, true) followed by wmb(). However, a wmb() does not guarantee that the earlier initialization ...

5.8AI score0.00215EPSS
SaveExploits0References6
EUVD
EUVD
•added 2026/09/17 4:07 p.m.•6 views

EUVD-2026-81822

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Destroy the admin queue on removal The admin queue is allocated with blkmqallocqueue but never destroyed. nvmefreectrl only drops the last reference and blkmqexitqueue and blksyncqueue never run: the hctx is never mov...

5.6AI score0.00173EPSS
SaveExploits0References5
OSV
OSV
•added 2026/09/17 4:07 p.m.•5 views

CVE-2026-90229 nvme-apple: Destroy the admin queue on removal

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Destroy the admin queue on removal The admin queue is allocated with blkmqallocqueue but never destroyed. nvmefreectrl only drops the last reference and blkmqexitqueue and blksyncqueue never run: the hctx is never mov...

7.4CVSS5.6AI score
SaveExploits0References8
CVE
CVE
•added 2026/09/17 4:07 p.m.•16 views

CVE-2026-90229

CVE-2026-90229 affects the nvme-apple platform driver in the Linux kernel. The admin queue is allocated via blk_mq_alloc_queue() but never destroyed on controller removal: blk_mq_exit_queue() and blk_sync_queue() are never called, leaving the timeout timer and work armed on a freed queue. This ca...

7.4CVSS5.6AI score0.00173EPSS
SaveExploits0References5
Cvelist
Cvelist
•added 2026/09/17 4:07 p.m.•37 views

CVE-2026-90229 nvme-apple: Destroy the admin queue on removal

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Destroy the admin queue on removal The admin queue is allocated with blkmqallocqueue but never destroyed. nvmefreectrl only drops the last reference and blkmqexitqueue and blksyncqueue never run: the hctx is never mov...

7.4CVSS0.00173EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/08/31 1:30 p.m.•9 views

SUSE CVE-2026-72131

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Prevent shared tags across queues on Apple A11 On Apple A11, tags of pending commands must be unique across the admin and IO queues, else the firmware crashes with "duplicate tag error for tag N", with N being the tag...

5.8AI score0.00215EPSS
SaveExploits0References3
AstraLinux
AstraLinux
•added 2026/08/24 10:19 a.m.•7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: nvme-apple: Prevents shared tags across queues on Apple A11. On Apple A11, tags of pending commands must be unique across the admin queue and IO queues. Otherwise, the firmware will crash with a “duplicate tag error for tag N”,...

5.9AI score0.00215EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
•added 2026/08/18 12:00 a.m.•14 views

Linux Distros Unpatched Vulnerability : CVE-2026-72131

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nvme-apple: Prevent shared tags across queues on Apple A11 On Apple A11, tags of pending commands must be unique across the admin and IO queues, else the firmwa...

5.9AI score0.00215EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
•added 2026/08/17 11:19 p.m.•10 views

CVE-2026-72131

A flaw was found in the Linux kernel's nvme-apple driver affecting Apple A11 devices. This vulnerability occurs when Non-Volatile Memory Express NVMe command tags are not unique across the administrative and input/output queues. An attacker could exploit this by sending specially crafted commands...

5.5CVSS5.7AI score0.00215EPSS
SaveExploits0References4
Rows per page
Query Builder