Lucene search
+L

8655 matches found

OSV
OSV
added 2025/04/16 3:16 p.m.1 views

DEBIAN-CVE-2025-22068

In the Linux kernel, the following vulnerability has been resolved: ublk: make sure ubq-canceling is set when queue is frozen Now ublk driver depends on ubq-canceling for deciding if the request can be dispatched via uringcmd & iouringcmdcompleteintask. Once ubq-canceling is set, the uringcmd can...

7.8CVSS6AI score0.00198EPSS
SaveExploits0References1
NVD
NVD
added 2025/04/16 3:16 p.m.14 views

CVE-2025-22068

In the Linux kernel, the following vulnerability has been resolved: ublk: make sure ubq-canceling is set when queue is frozen Now ublk driver depends on ubq-canceling for deciding if the request can be dispatched via uringcmd & iouringcmdcompleteintask. Once ubq-canceling is set, the uringcmd can...

7.8CVSS0.00198EPSS
SaveExploits0References4
OSV
OSV
added 2025/04/16 3:16 p.m.5 views

UBUNTU-CVE-2025-22068

In the Linux kernel, the following vulnerability has been resolved: ublk: make sure ubq-canceling is set when queue is frozen Now ublk driver depends on ubq-canceling for deciding if the request can be dispatched via uringcmd & iouringcmdcompleteintask. Once ubq-canceling is set, the uringcmd can...

7.8CVSS6.3AI score0.00198EPSS
SaveExploits0References24
OSV
OSV
added 2025/04/16 3:16 p.m.7 views

UBUNTU-CVE-2025-22112

In the Linux kernel, the following vulnerability has been resolved: eth: bnxt: fix out-of-range access of vnicinfo array The bnxtqueuestart | stop access vnicinfo as much as allocated, which indicates bp-nrvnics. So, it should not reach bp-vnicinfobp-nrvnics...

8.4CVSS6.1AI score0.00196EPSS
SaveExploits0References8
OSV
OSV
added 2025/04/16 3:16 p.m.11 views

UBUNTU-CVE-2025-22118

In the Linux kernel, the following vulnerability has been resolved: ice: validate queue quanta parameters to prevent OOB access Add queue wraparound prevention in quanta configuration. Ensure endqid does not overflow by validating startqid and numqueues...

8.9CVSS6.2AI score0.00171EPSS
SaveExploits0References8
OSV
OSV
added 2025/04/16 3:16 p.m.8 views

UBUNTU-CVE-2025-22110

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinkqueue: Initialize ctx to avoid memory allocation error It is possible that ctx in nfqnlbuildpacketmessage could be used before it is properly initialize, which is only initialized by nfqnlgetsksecctx. This pat...

9.8CVSS5.9AI score0.00363EPSS
SaveExploits0References8
OSV
OSV
added 2025/04/16 3:16 p.m.7 views

UBUNTU-CVE-2025-23138

In the Linux kernel, the following vulnerability has been resolved: watchqueue: fix pipe accounting mismatch Currently, watchqueuesetsize modifies the pipe buffers charged to user-pipebufs without updating the pipe-nraccounted on the pipe itself, due to the if !pipehaswatchqueue test in...

5.5CVSS6.2AI score0.00191EPSS
SaveExploits0References41
OSV
OSV
added 2025/04/16 3:15 p.m.4 views

DEBIAN-CVE-2025-22061

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Fix qid report in airohatcgethtbgetleafqueue Fix the following kernel warning deleting HTB offloaded leafs and/or root HTB qdisc in airohaeth driver properly reporting qid in airohatcgethtbgetleafqueue routine. $tc...

5.5CVSS6.5AI score0.0022EPSS
SaveExploits0References1
OSV
OSV
added 2025/04/16 3:15 p.m.11 views

UBUNTU-CVE-2025-22050

In the Linux kernel, the following vulnerability has been resolved: usbnet:fix NPE during rxcomplete Missing usbnetgoingaway Check in Critical Path. The usbsubmiturb function lacks a usbnetgoingaway validation, whereas usbnetqueueskb includes this check. This inconsistency creates a race conditio...

4.7CVSS6.1AI score0.00184EPSS
SaveExploits0References40
OSV
OSV
added 2025/04/16 3:15 p.m.7 views

UBUNTU-CVE-2025-22025

In the Linux kernel, the following vulnerability has been resolved: nfsd: put dlstid if fail to queue dlrecall Before calling nfsd4runcb to queue dlrecall to the callbackwq, we increment the reference count of dlstid. We expect that after the corresponding workstruct is processed, the reference...

7.5CVSS6.2AI score0.00547EPSS
SaveExploits0References41
CVE
CVE
added 2025/04/16 2:13 p.m.157 views

CVE-2025-23138

CVE-2025-23138: In the Linux kernel, watch_queue: fix pipe accounting mismatch. watch_queue_set_size() updated charged pipe buffers for user->pipe_bufs but did not update pipe->nr_accounted due to pipe_resize_ring() guard, risking underflow when a pipe is freed and causing failures in too_m...

5.5CVSS6.5AI score0.00191EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:13 p.m.27 views

CVE-2025-23138 watch_queue: fix pipe accounting mismatch

In the Linux kernel, the following vulnerability has been resolved: watchqueue: fix pipe accounting mismatch Currently, watchqueuesetsize modifies the pipe buffers charged to user-pipebufs without updating the pipe-nraccounted on the pipe itself, due to the if !pipehaswatchqueue test in...

0.00191EPSS
SaveExploits0References8
OSV
OSV
added 2025/04/16 2:13 p.m.12 views

CVE-2025-22118 ice: validate queue quanta parameters to prevent OOB access

In the Linux kernel, the following vulnerability has been resolved: ice: validate queue quanta parameters to prevent OOB access Add queue wraparound prevention in quanta configuration. Ensure endqid does not overflow by validating startqid and numqueues...

8.8CVSS6.2AI score
SaveExploits0References5
CVE
CVE
added 2025/04/16 2:13 p.m.130 views

CVE-2025-22118

Linux kernel vulnerability CVE-2025-22118 affects the ice driver where queue quanta parameters could lead to out-of-bounds access. The fix adds queue wraparound prevention in quanta configuration and ensures end_qid cannot overflow by validating start_qid and num_queues. This is a local-privilege...

8.8CVSS6.8AI score0.00171EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2025/04/16 2:13 p.m.41 views

CVE-2025-22118 ice: validate queue quanta parameters to prevent OOB access

In the Linux kernel, the following vulnerability has been resolved: ice: validate queue quanta parameters to prevent OOB access Add queue wraparound prevention in quanta configuration. Ensure endqid does not overflow by validating startqid and numqueues...

8.8CVSS0.00171EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/04/16 2:12 p.m.2 views

CVE-2025-22068 ublk: make sure ubq->canceling is set when queue is frozen

In the Linux kernel, the following vulnerability has been resolved: ublk: make sure ubq-canceling is set when queue is frozen Now ublk driver depends on ubq-canceling for deciding if the request can be dispatched via uringcmd & iouringcmdcompleteintask. Once ubq-canceling is set, the uringcmd can...

7.6AI score0.00198EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/04/16 2:12 p.m.24 views

CVE-2025-22068 ublk: make sure ubq->canceling is set when queue is frozen

In the Linux kernel, the following vulnerability has been resolved: ublk: make sure ubq-canceling is set when queue is frozen Now ublk driver depends on ubq-canceling for deciding if the request can be dispatched via uringcmd & iouringcmdcompleteintask. Once ubq-canceling is set, the uringcmd can...

7.8CVSS0.00198EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/04/16 2:12 p.m.16 views

CVE-2025-22068

In the Linux kernel, the following vulnerability has been resolved: ublk: make sure ubq-canceling is set when queue is frozen Now ublk driver depends on ubq-canceling for deciding if the request can be dispatched via uringcmd & iouringcmdcompleteintask. Once ubq-canceling is set, the uringcmd can...

7.8CVSS6AI score0.00198EPSS
SaveExploits0
CVE
CVE
added 2025/04/16 2:12 p.m.123 views

CVE-2025-22068

The CVE-2025-22068 issue affects the Linux kernel ublk (userspace block driver). Root cause: ubq->canceling was not reliably observed when the queue froze, which could lead to improper dispatch decisions in uring_cmd and io_uring_cmd_complete_in_task(). The patch makes ubq->canceling be set...

7.8CVSS6.6AI score0.00198EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2025/04/16 2:12 p.m.12 views

CVE-2025-22068 ublk: make sure ubq->canceling is set when queue is frozen

In the Linux kernel, the following vulnerability has been resolved: ublk: make sure ubq-canceling is set when queue is frozen Now ublk driver depends on ubq-canceling for deciding if the request can be dispatched via uringcmd & iouringcmdcompleteintask. Once ubq-canceling is set, the uringcmd can...

7.8CVSS6.4AI score
SaveExploits0References7
Rows per page
Query Builder