Lucene search
+L

54 matches found

OSV
OSV
added 2026/09/17 5:17 p.m.4 views

AZL-103017 CVE-2026-90186 affecting package kernel 6.6.150.1-1

In the Linux kernel, the following vulnerability has been resolved: nullblk: reject per-device queue resize for shared tag set When sharedtags is enabled, nullsetuptagset makes the device use the global tagset, whose driverdata stays NULL. nullmapqueues therefore falls back to the module-wide...

0.00205EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/09/17 4:07 p.m.4 views

EUVD-2026-81779

In the Linux kernel, the following vulnerability has been resolved: nullblk: reject per-device queue resize for shared tag set When sharedtags is enabled, nullsetuptagset makes the device use the global tagset, whose driverdata stays NULL. nullmapqueues therefore falls back to the module-wide...

0.00205EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/17 4:07 p.m.4 views

CVE-2026-90186 null_blk: reject per-device queue resize for shared tag set

In the Linux kernel, the following vulnerability has been resolved: nullblk: reject per-device queue resize for shared tag set When sharedtags is enabled, nullsetuptagset makes the device use the global tagset, whose driverdata stays NULL. nullmapqueues therefore falls back to the module-wide...

SaveExploits0References9
CVE
CVE
added 2026/09/17 4:07 p.m.8 views

CVE-2026-90186

CVE-2026-90186 affects the Linux kernel null_blk driver. When the module is loaded with shared_tags enabled, a per-device resize of submit_queues or poll_queues via configfs calls blk_mq_update_nr_hw_queues() on the shared tag set, shrinking hardware queue contexts. The resulting NULL hardware co...

0.00205EPSS
SaveExploits0References6
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerability in Linux

In the Linux kernel, the following vulnerability has been resolved: dm rq: Fixed a double-free of blkmqtagset in the dev remove operation after the table load fails. When loading a device-mapper table for a request-based mapped device, and the allocation/initialization of the blkmqtagset for the...

7.8CVSS6.3AI score0.00248EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.8 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: block: Disable the elevator delgendisk. The elevator is only used for file system operations, which are halted during delgendisk. Disabling the elevator and freeing the scheduler tags should be moved to the end of delgendisk,...

7.8CVSS6.2AI score0.00244EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.11 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: zloop: Fixed the KASAN use-after-free of the tagset. When a zloop device is removed, the KASAN-enabled kernel reports a “BUG KASAN use-after-free” in the blkmqfreetagset function. This bug occurs because zloopctlRemove calls...

7.8CVSS6.1AI score0.00158EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: nvme-tcp: Remove the tag set when the second admin queue configuration fails. Commit 104d0e2f6222 “nvme-fabrics: Reset the admin connection for secure concatenation” modified nvmetcpsetupctrl to call nvmetcpconfigureadminqueue...

7.8CVSS5.9AI score0.00311EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/03/25 10:27 a.m.30 views

CVE-2026-23360 nvme: fix admin queue leak on controller reset

In the Linux kernel, the following vulnerability has been resolved: nvme: fix admin queue leak on controller reset When nvmeallocadmintagset is called during a controller reset, a previous admin queue may still exist. Release it properly before allocating a new one to avoid orphaning the old queu...

0.00123EPSS
SaveExploits0References7
OSV
OSV
added 2026/03/25 10:27 a.m.14 views

CVE-2026-23360 nvme: fix admin queue leak on controller reset

In the Linux kernel, the following vulnerability has been resolved: nvme: fix admin queue leak on controller reset When nvmeallocadmintagset is called during a controller reset, a previous admin queue may still exist. Release it properly before allocating a new one to avoid orphaning the old queu...

5.7AI score
SaveExploits0References10
BDU FSTEC
BDU FSTEC
added 2026/03/24 12:00 a.m.18 views

The vulnerability of the `nvme_remove_admin_tag_set()` function in the drivers/nvme/host/core.c file of the NVME support driver for the Linux operating system allows a attacker to cause a service failure.

The vulnerability of the nvmeremoveadmintagset function in the drivers/nvme/host/core.c file of the Linux NVME driver module is related to improper exception handling. Exploiting this vulnerability can allow an attacker to cause a service failure...

4.7CVSS7.2AI score0.00541EPSS
SaveExploits0References22Affected Software2
CVE
CVE
added 2026/03/18 5:41 p.m.35 views

CVE-2026-23261

CVE-2026-23261 corresponds to a Linux kernel NVMe over Fabrics issue where nvme_fc_init_ctrl leaks admin blk-mq resources if subsequent steps fail during controller setup. The fix ensures the admin_tagset is freed by checking ctrl->ctrl.admin_tagset in the fail_ctrl path and calling nvme_remov...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References4Affected Software1
BDU FSTEC
BDU FSTEC
added 2026/01/28 12:00 a.m.11 views

The vulnerability of the blk_mq_{add,del}_queue_tag_set() function in the Linux operating system allows a hacker to trigger a service failure.

The vulnerability of the blkmqadd,delqueuetagset function in the Linux operating system is related to errors during thread locking. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6AI score0.00184EPSS
SaveExploits0References12Affected Software5
SUSE CVE
SUSE CVE
added 2025/12/17 12:25 a.m.8 views

SUSE CVE-2025-68224

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

6.1AI score0.00032EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/16 3:30 p.m.11 views

EUVD-2025-203672

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix a regression triggered by scsihostbusy Commit 995412e23bb2 "blk-mq: Replace tags-lock with SRCU for tag iterators" introduced the following regression: Call trace: srcureadlock+0x30/0x80 P...

6AI score0.00032EPSS
SaveExploits0References8
NVD
NVD
added 2025/12/16 2:15 p.m.11 views

CVE-2025-68224

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

0.00032EPSS
SaveExploits0
UbuntuCve
UbuntuCve
added 2025/12/16 2:15 p.m.11 views

CVE-2025-68224

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

5.9AI score0.00032EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/16 1:57 p.m.37 views

CVE-2025-68224

CVE-2025-68224 is rejected/not used as stated in the Initial Description.

6.1AI score0.00032EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/16 1:57 p.m.40 views

CVE-2025-68224

...

0.00032EPSS
SaveExploits0
OSV
OSV
added 2025/12/16 1:57 p.m.16 views

CVE-2025-68224 scsi: core: Fix a regression triggered by scsi_host_busy()

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix a regression triggered by scsihostbusy Commit 995412e23bb2 "blk-mq: Replace tags-lock with SRCU for tag iterators" introduced the following regression: Call trace: srcureadlock+0x30/0x80 P...

6.3AI score
SaveExploits0References10
Rows per page
Query Builder