Lucene search
+L

102 matches found

OSV
OSV
added 2025/11/12 10:23 a.m.13 views

CVE-2025-40125 blk-mq: check kobject state_in_sysfs before deleting in blk_mq_unregister_hctx

In the Linux kernel, the following vulnerability has been resolved: blk-mq: check kobject stateinsysfs before deleting in blkmqunregisterhctx In blkmqupdatenrhwqueues the return value of blkmqsysfsregisterhctxs is not checked. If sysfs creation for hctx fails, later changing the number of hwqueue...

6.2AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/11/12 10:23 a.m.10 views

CVE-2025-40125

In the Linux kernel, the following vulnerability has been resolved: blk-mq: check kobject stateinsysfs before deleting in blkmqunregisterhctx In blkmqupdatenrhwqueues the return value of blkmqsysfsregisterhctxs is not checked. If sysfs creation for hctx fails, later changing the number of hwqueue...

5.1AI score0.00205EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/11/12 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2025-40125

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - blk-mq: check kobject stateinsysfs before deleting in blkmqunregisterhctx In blkmqupdatenrhwqueues the return value of blkmqsysfsregisterhctxs is not checked. I...

5.5AI score0.00205EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/24 2:34 p.m.12 views

OESA-2025-2534 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix NULL dereference on q-elevator in blkmqelvswitchnone After grabbing q-sysfslock, q-elevator may become NULL because of elevator switch. Fix the NULL...

7.8CVSS6.7AI score0.0016EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/10/16 11:24 p.m.5 views

SUSE CVE-2025-39999

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix blkmqtags double free while nrrequests grown In the case user trigger tags grow by queue sysfs attribute nrrequests, hctx-schedtags will be freed directly and replaced with a new allocated tags, see blkmqtagupdatedept...

5.5CVSS6.4AI score0.00184EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/15 9:30 a.m.7 views

EUVD-2025-34574

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix blkmqtags double free while nrrequests grown In the case user trigger tags grow by queue sysfs attribute nrrequests, hctx-schedtags will be freed directly and replaced with a new allocated tags, see blkmqtagupdatedept...

5.9AI score0.00184EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/15 7:58 a.m.20 views

CVE-2025-39999

The CVE-2025-39999 issue affects the Linux kernel’s blk-mq path, where tags growth via the sysfs nr_requests attribute can lead to a double free: hctx->sched_tags is freed while et->tags (the allocated tags) has already been freed, risking a kernel panic during elevator exit. The documented...

6AI score0.00184EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/10/08 11:38 p.m.9 views

SUSE CVE-2022-50552

In the Linux kernel, the following vulnerability has been resolved: blk-mq: use quiesced elevator switch when reinitializing queues The hctx's runwork may be racing with the elevator switch when reinitializing hardware queues. The queue is merely frozen in this context, but that only prevents...

7.8CVSS6.4AI score0.00195EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/07 4:15 p.m.6 views

CVE-2022-50554

In the Linux kernel, the following vulnerability has been resolved: blk-mq: avoid double -queuerq because of early timeout David Jeffery found one double -queuerq issue, so far it can be triggered in VM use case because of long vmexit latency or preempt latency of vCPU pthread or long page fault ...

5.5CVSS0.00189EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/07 4:15 p.m.6 views

CVE-2022-50530

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix null pointer dereference in blkmqclearrqmapping Our syzkaller report a null pointer dereference, root cause is following: blkmqallocmapandrqs set-tagshctxidx = blkmqallocmapandrqs blkmqallocmapandrqs blkmqallocrqs //...

5.5CVSS0.00129EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/07 4:15 p.m.5 views

UBUNTU-CVE-2022-50530

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix null pointer dereference in blkmqclearrqmapping Our syzkaller report a null pointer dereference, root cause is following: blkmqallocmapandrqs set-tagshctxidx = blkmqallocmapandrqs blkmqallocmapandrqs blkmqallocrqs //...

5.5CVSS5.7AI score0.00129EPSS
SaveExploits0References5
OSV
OSV
added 2025/10/07 4:15 p.m.7 views

UBUNTU-CVE-2022-50552

In the Linux kernel, the following vulnerability has been resolved: blk-mq: use quiesced elevator switch when reinitializing queues The hctx's runwork may be racing with the elevator switch when reinitializing hardware queues. The queue is merely frozen in this context, but that only prevents...

7.8CVSS5.6AI score0.00195EPSS
SaveExploits0References16
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.8 views

CVE-2022-50554

In the Linux kernel, the following vulnerability has been resolved: blk-mq: avoid double -queuerq because of early timeout David Jeffery found one double -queuerq issue, so far it can be triggered in VM use case because of long vmexit latency or preempt latency of vCPU pthread or long page fault ...

5.5CVSS5.3AI score0.00189EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/07 3:21 p.m.5 views

EUVD-2025-32804

In the Linux kernel, the following vulnerability has been resolved: blk-mq: use quiesced elevator switch when reinitializing queues The hctx's runwork may be racing with the elevator switch when reinitializing hardware queues. The queue is merely frozen in this context, but that only prevents...

5.9AI score0.00195EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/10/07 3:21 p.m.6 views

CVE-2022-50552

In the Linux kernel, the following vulnerability has been resolved: blk-mq: use quiesced elevator switch when reinitializing queues The hctx's runwork may be racing with the elevator switch when reinitializing hardware queues. The queue is merely frozen in this context, but that only prevents...

7.8CVSS5.2AI score0.00195EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/10/07 3:21 p.m.13 views

CVE-2022-50552 blk-mq: use quiesced elevator switch when reinitializing queues

In the Linux kernel, the following vulnerability has been resolved: blk-mq: use quiesced elevator switch when reinitializing queues The hctx's runwork may be racing with the elevator switch when reinitializing hardware queues. The queue is merely frozen in this context, but that only prevents...

0.00195EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/07 3:19 p.m.12 views

CVE-2022-50530 blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()

In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix null pointer dereference in blkmqclearrqmapping Our syzkaller report a null pointer dereference, root cause is following: blkmqallocmapandrqs set-tagshctxidx = blkmqallocmapandrqs blkmqallocmapandrqs blkmqallocrqs //...

0.00129EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/10/07 12:0 a.m.6 views

PT-2025-41035

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the block I/O queue management code. Specifically, a null pointer dereference can occur within the blk mq clear rq mapping function. This issue arises...

6.4AI score0.00129EPSS
SaveExploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2021-34502

Malicious code in bioql PyPI...

5.5CVSS7AI score0.0021EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2025-31991

Malicious code in bioql PyPI...

6.5AI score0.00168EPSS
SaveExploits0References10
Rows per page
Query Builder