Lucene search
+L

2241 matches found

RedHat Linux
RedHat Linux
•added 2025/12/17 1:18 a.m.•10 views

kernel: scsi: qla2xxx: Wait for io return on terminate rport

A flaw was found in the Linux kernel’s SCSI driver component qla2xxx used with FCP-2 devices. When the terminaterportio function is invoked , the driver may exit cleanup before all outstanding I/O operations have returned. This can lead to a use-after-free condition when resources are freed while...

8.8CVSS7.2AI score0.00209EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2025/12/17 12:25 a.m.•14 views

SUSE CVE-2025-68209

In the Linux kernel, the following vulnerability has been resolved: mlx5: Fix default values in create CQ Currently, CQs without a completion function are assigned the mlx5addcqtotasklet function by default. This is problematic since only user CQs created through the mlx5ib driver are intended to...

5.5CVSS6.2AI score0.00185EPSS
SaveExploits0References20
EUVD
EUVD
•added 2025/12/16 6:31 p.m.•11 views

EUVD-2025-203752

In the Linux kernel, the following vulnerability has been resolved: iouring/zctx: check chained notif contexts Send zc only links ubufinfo for requests coming from the same context. There are some ambiguous syz reports, so let's check the assumption on notification completion...

6AI score0.00141EPSS
SaveExploits0References4
EUVD
EUVD
•added 2025/12/16 6:31 p.m.•7 views

EUVD-2025-203793

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: Fix race condition between concurrent dwc3removerequests call paths This patch addresses a race condition caused by unsynchronized execution of multiple call paths invoking dwc3removerequests, leading to premature...

6.1AI score0.00232EPSS
SaveExploits0References8
OSV
OSV
•added 2025/12/16 4:16 p.m.•15 views

UBUNTU-CVE-2025-68287

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: Fix race condition between concurrent dwc3removerequests call paths This patch addresses a race condition caused by unsynchronized execution of multiple call paths invoking dwc3removerequests, leading to premature...

5.8AI score0.00232EPSS
SaveExploits0References36
UbuntuCve
UbuntuCve
•added 2025/12/16 4:16 p.m.•13 views

CVE-2025-68287

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: Fix race condition between concurrent dwc3removerequests call paths This patch addresses a race condition caused by unsynchronized execution of multiple call paths invoking dwc3removerequests, leading to premature...

6.2AI score0.00232EPSS
SaveExploits0References35
UbuntuCve
UbuntuCve
•added 2025/12/16 4:16 p.m.•10 views

CVE-2025-68317

In the Linux kernel, the following vulnerability has been resolved: iouring/zctx: check chained notif contexts Send zc only links ubufinfo for requests coming from the same context. There are some ambiguous syz reports, so let's check the assumption on notification completion...

7.8CVSS5.3AI score0.00141EPSS
SaveExploits0References10
EUVD
EUVD
•added 2025/12/16 3:30 p.m.•11 views

EUVD-2025-203687

In the Linux kernel, the following vulnerability has been resolved: mlx5: Fix default values in create CQ Currently, CQs without a completion function are assigned the mlx5addcqtotasklet function by default. This is problematic since only user CQs created through the mlx5ib driver are intended to...

5.7AI score0.00185EPSS
SaveExploits0References3
NVD
NVD
•added 2025/12/16 2:15 p.m.•13 views

CVE-2025-68209

In the Linux kernel, the following vulnerability has been resolved: mlx5: Fix default values in create CQ Currently, CQs without a completion function are assigned the mlx5addcqtotasklet function by default. This is problematic since only user CQs created through the mlx5ib driver are intended to...

0.00185EPSS
SaveExploits0References2
OSV
OSV
•added 2025/12/16 2:15 p.m.•16 views

AZL-72517 CVE-2025-68209 affecting package kernel 6.6.157.1-1

In the Linux kernel, the following vulnerability has been resolved: mlx5: Fix default values in create CQ Currently, CQs without a completion function are assigned the mlx5addcqtotasklet function by default. This is problematic since only user CQs created through the mlx5ib driver are intended to...

5.7AI score0.00185EPSS
SaveExploits0References1
OSV
OSV
•added 2025/12/16 2:15 p.m.•10 views

UBUNTU-CVE-2025-68209

In the Linux kernel, the following vulnerability has been resolved: mlx5: Fix default values in create CQ Currently, CQs without a completion function are assigned the mlx5addcqtotasklet function by default. This is problematic since only user CQs created through the mlx5ib driver are intended to...

5.5AI score0.00185EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2025/12/16 2:15 p.m.•7 views

CVE-2025-68209

In the Linux kernel, the following vulnerability has been resolved: mlx5: Fix default values in create CQ Currently, CQs without a completion function are assigned the mlx5addcqtotasklet function by default. This is problematic since only user CQs created through the mlx5ib driver are intended to...

5.4AI score0.00185EPSS
SaveExploits0References9
Cvelist
Cvelist
•added 2025/12/16 1:48 p.m.•40 views

CVE-2025-68209 mlx5: Fix default values in create CQ

In the Linux kernel, the following vulnerability has been resolved: mlx5: Fix default values in create CQ Currently, CQs without a completion function are assigned the mlx5addcqtotasklet function by default. This is problematic since only user CQs created through the mlx5ib driver are intended to...

0.00185EPSS
SaveExploits0References2
OSV
OSV
•added 2025/12/16 1:48 p.m.•13 views

CVE-2025-68209 mlx5: Fix default values in create CQ

In the Linux kernel, the following vulnerability has been resolved: mlx5: Fix default values in create CQ Currently, CQs without a completion function are assigned the mlx5addcqtotasklet function by default. This is problematic since only user CQs created through the mlx5ib driver are intended to...

6.1AI score
SaveExploits0References5
CVE
CVE
•added 2025/12/16 1:48 p.m.•66 views

CVE-2025-68209

CVE-2025-68209: Linux kernel mlx5 CQ creation defaults have been fixed. The patch adds defaults in the create CQ flow: a safe default dummy completion function to guard against null pointer exceptions for CQs without user-defined handlers, and an invalid default command sequence number for kernel...

5.8AI score0.00185EPSS
SaveExploits0References2
CNNVD
CNNVD
•added 2025/12/16 12:00 a.m.•7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from not properly checking the chained notification context, which could lead to ambiguity in notification completion...

6.1AI score0.00141EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2025/12/16 12:00 a.m.•5 views

Linux Distros Unpatched Vulnerability : CVE-2025-68209

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mlx5: Fix default values in create CQ Currently, CQs without a completion function are assigned the mlx5addcqtotasklet function by default. This is problematic...

5.8AI score0.00185EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2025/12/16 12:00 a.m.•21 views

PT-2025-51622

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the mlx5 driver related to the creation of completion queues CQs. Currently, CQs without a completion function are assigned the mlx5 add cq to tasklet...

5.4AI score0.00185EPSS
SaveExploits0
Cvelist
Cvelist
•added 2025/12/12 3:20 a.m.•45 views

CVE-2025-12883 Campay Woocommerce Payment Gateway <= 1.2.2 - Unauthenticated Payment Bypass

The Campay Woocommerce Payment Gateway plugin for WordPress is vulnerable to Unauthenticated Payment Bypass in all versions up to, and including, 1.2.2. This is due to the plugin not properly validating that a transaction has occurred through the payment gateway. This makes it possible for...

5.3CVSS0.00373EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2025/12/11 5:48 p.m.•21 views

libsoup: Heap Use-After-Free in libsoup message queue handling during HTTP/2 read completion

A flaw was found in the asynchronous message queue handling of the libsoup library, widely used by GNOME and WebKit-based applications to manage HTTP/2 communications. When network operations are aborted at specific timing intervals, an internal message queue item may be freed twice due to missin...

7.5CVSS5.6AI score0.00456EPSS
SaveExploits0References5
Rows per page
Query Builder