Lucene search
+L

12918 matches found

OSV
OSV
added 2025/07/29 6:15 p.m.5 views

CVE-2025-36010

IBM Db2 for Linux 12.1.0, 12.1.1, and 12.1.2 could allow an unauthenticated user to cause a denial of service due to executable segments that are waiting for each other to release a necessary lock...

7.5CVSS6.6AI score0.00243EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/07/29 6:13 p.m.4 views

CVE-2025-36010 IBM Db2 for Linux denial of service

IBM Db2 for Linux 12.1.0, 12.1.1, and 12.1.2 could allow an unauthenticated user to cause a denial of service due to executable segments that are waiting for each other to release a necessary lock...

6.5CVSS6.7AI score0.00243EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/07/29 12:00 a.m.7 views

IBM Db2 for Linux 安全漏洞

IBM Db2 is a relational database management system from IBM that supports a variety of operating systems, including Linux. A denial of service vulnerability exists in IBM Db2 for Linux versions 12.1.0, 12.1.1, and 12.1.2, which originates from executable segments waiting for each other to release...

7.5CVSS6.5AI score0.00243EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/07/28 11:23 p.m.8 views

SUSE CVE-2025-38459

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix infinite recursive call of clippush. syzbot reported the splat below. 0 This happens if we call ioctlATMARPMKIP more than once. During the first call, clipmkip sets clippush to vcc-push, and the second call copies ...

5.5CVSS6.5AI score0.00172EPSS
SaveExploits0References25
SUSE CVE
SUSE CVE
added 2025/07/28 11:22 p.m.17 views

SUSE CVE-2025-38477

In the Linux kernel, the following vulnerability has been resolved: net/sched: schqfq: Fix race condition on qfqaggregate A race condition can occur when 'agg' is modified in qfqchangeagg called during qfqenqueue while other threads access it concurrently. For example, qfqdumpclass may trigger a...

7CVSS6.4AI score0.0012EPSS
SaveExploits0References117
OSV
OSV
added 2025/07/28 12:15 p.m.29 views

AZL-65907 CVE-2025-38477 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: net/sched: schqfq: Fix race condition on qfqaggregate A race condition can occur when 'agg' is modified in qfqchangeagg called during qfqenqueue while other threads access it concurrently. For example, qfqdumpclass may trigger a...

7.8CVSS6.7AI score0.0012EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/28 12:15 p.m.16 views

UBUNTU-CVE-2025-38477

In the Linux kernel, the following vulnerability has been resolved: net/sched: schqfq: Fix race condition on qfqaggregate A race condition can occur when 'agg' is modified in qfqchangeagg called during qfqenqueue while other threads access it concurrently. For example, qfqdumpclass may trigger a...

7.8CVSS6.1AI score0.0012EPSS
SaveExploits0References48
RedHat Linux
RedHat Linux
added 2025/07/28 3:13 a.m.7 views

kernel: net/sched: fix use-after-free in taprio_dev_notifier

In the Linux kernel, the following vulnerability has been resolved: net/sched: fix use-after-free in tapriodevnotifier Since taprio’s tapriodevnotifier isn’t protected by an RCU read-side critical section, a race with advancesched can lead to a use-after-free. Adding rcureadlock inside...

7.8CVSS6.8AI score0.00153EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/07/28 3:13 a.m.8 views

kernel: rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()

A locking violation was found in the Linux kernel RCU-tasks subsystem's callback list initialization. During system boot, the initialization code calls prinfo while holding the rtp-cbsgbllock spinlock, causing a potentially sleeping function to be called in atomic context, which results in kernel...

5.5CVSS7.2AI score0.00134EPSS
SaveExploits0References5
OSV
OSV
added 2025/07/25 4:15 p.m.10 views

UBUNTU-CVE-2025-38448

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: userial: Fix race condition in TTY wakeup A race condition occurs when gsstartio calls either gsstartrx or gsstarttx, as those functions briefly drop the portlock for usbepqueue. This allows gsclose and...

4.7CVSS6AI score0.00117EPSS
SaveExploits0References42
OSV
OSV
added 2025/07/25 4:15 p.m.18 views

UBUNTU-CVE-2025-38459

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix infinite recursive call of clippush. syzbot reported the splat below. 0 This happens if we call ioctlATMARPMKIP more than once. During the first call, clipmkip sets clippush to vcc-push, and the second call copies ...

7.8CVSS6.5AI score0.00172EPSS
SaveExploits0References42
Vulnrichment
Vulnrichment
added 2025/07/25 3:27 p.m.8 views

CVE-2025-38464 tipc: Fix use-after-free in tipc_conn_close().

In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free in tipcconnclose. syzbot reported a null-ptr-deref in tipcconnclose during netns dismantle. 0 tipctopsrvstop iterates tipcnetnet-topsrv-connidr and calls tipcconnclose for each tipcconn. The problem is th...

7.8CVSS6.6AI score0.00173EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/07/25 3:27 p.m.8 views

CVE-2025-38464

In the Linux kernel, the following vulnerability has been resolved: tipc: Fix use-after-free in tipcconnclose. syzbot reported a null-ptr-deref in tipcconnclose during netns dismantle. 0 tipctopsrvstop iterates tipcnetnet-topsrv-connidr and calls tipcconnclose for each tipcconn. The problem is th...

7.8CVSS6.3AI score0.00173EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2025/07/25 3:27 p.m.14 views

CVE-2025-38459 atm: clip: Fix infinite recursive call of clip_push().

In the Linux kernel, the following vulnerability has been resolved: atm: clip: Fix infinite recursive call of clippush. syzbot reported the splat below. 0 This happens if we call ioctlATMARPMKIP more than once. During the first call, clipmkip sets clippush to vcc-push, and the second call copies ...

6.6AI score0.00172EPSS
SaveExploits0References8
NVD
NVD
added 2025/07/25 1:15 p.m.12 views

CVE-2025-38373

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix potential deadlock in MR deregistration The issue arises when kzalloc is invoked while holding umemmutex or any other lock acquired under umemmutex. This is problematic because kzalloc can trigger fsreclaimaqcuire,...

5.5CVSS0.00112EPSS
SaveExploits0References3
NVD
NVD
added 2025/07/25 1:15 p.m.11 views

CVE-2025-38353

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix taking invalid lock on wedge If device wedges on e.g. GuC upload, the submission is not yet enabled and the state is not even initialized. Protect the wedge call so it does nothing in this case. It fixes the following...

5.5CVSS0.00119EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/25 1:15 p.m.8 views

UBUNTU-CVE-2025-38353

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix taking invalid lock on wedge If device wedges on e.g. GuC upload, the submission is not yet enabled and the state is not even initialized. Protect the wedge call so it does nothing in this case. It fixes the following...

5.5CVSS6.1AI score0.00119EPSS
SaveExploits0References12
OSV
OSV
added 2025/07/25 1:15 p.m.20 views

UBUNTU-CVE-2025-38373

In the Linux kernel, the following vulnerability has been resolved: IB/mlx5: Fix potential deadlock in MR deregistration The issue arises when kzalloc is invoked while holding umemmutex or any other lock acquired under umemmutex. This is problematic because kzalloc can trigger fsreclaimaqcuire,...

5.5CVSS5.8AI score0.00112EPSS
SaveExploits0References28
OSV
OSV
added 2025/07/25 1:15 p.m.17 views

UBUNTU-CVE-2025-38388

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Replace mutex with rwlock to avoid sleep in atomic context The current use of a mutex to protect the notifier hashtable accesses can lead to issues in the atomic context. It results in the below kernel warnings:...

5.5CVSS5.9AI score0.00119EPSS
SaveExploits0References28
CVE
CVE
added 2025/07/25 1:09 p.m.89 views

CVE-2025-38404

CVE-2025-38404 affects the Linux kernel USB Type-C/displayport subsystem. The issue is a potential deadlock caused by recursive locking of cros_typec_altmode_data::mutex when a mutex-protected path calls typec_altmode_exit() from within the same context. The documented fix defers the typec_altmod...

5.5CVSS6.3AI score0.00132EPSS
SaveExploits0References10Affected Software1
Rows per page
Query Builder