Lucene search
+L

350 matches found

Positive Technologies
Positive Technologies
added 2025/12/30 12:0 a.m.6 views

PT-2025-54097

In the Linux kernel, the following vulnerability has been resolved: debugobjects: Don't wake up kswapd from fill pool syzbot is reporting a lockdep warning in fill pool because the allocation from debugobjects is using GFP ATOMIC, which is GFP HIGH | GFP KSWAPD RECLAIM and therefore tries to wake...

6.5AI score0.00172EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.2 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992299)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992299 advisory. In the Linux kernel, the following vulnerability has been resolved: Input: iforce - wake up after clearing IFORCEXMITRUNNING flag syzbot is reporting hung task at...

5.5CVSS6.1AI score0.00208EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/25 12:24 a.m.5 views

SUSE CVE-2025-68374

In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in mdwakeupthread We attempted to use RCU to protect the pointer 'thread', but directly passed the value when calling mdwakeupthread. This means that the RCU pointer has been acquired before rcureadlock,...

5.5CVSS6.4AI score0.0017EPSS
SaveExploits0References19
UbuntuCve
UbuntuCve
added 2025/12/24 11:16 a.m.5 views

CVE-2025-68374

In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in mdwakeupthread We attempted to use RCU to protect the pointer 'thread', but directly passed the value when calling mdwakeupthread. This means that the RCU pointer has been acquired before rcureadlock,...

5.8AI score0.0017EPSS
SaveExploits0References26
NVD
NVD
added 2025/12/24 11:16 a.m.7 views

CVE-2025-68374

In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in mdwakeupthread We attempted to use RCU to protect the pointer 'thread', but directly passed the value when calling mdwakeupthread. This means that the RCU pointer has been acquired before rcureadlock,...

0.0017EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 11:16 a.m.10 views

AZL-73162 CVE-2025-68374 affecting package kernel 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in mdwakeupthread We attempted to use RCU to protect the pointer 'thread', but directly passed the value when calling mdwakeupthread. This means that the RCU pointer has been acquired before rcureadlock,...

5.8AI score0.0017EPSS
SaveExploits0References1
OSV
OSV
added 2025/12/24 11:16 a.m.4 views

UBUNTU-CVE-2025-68374

In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in mdwakeupthread We attempted to use RCU to protect the pointer 'thread', but directly passed the value when calling mdwakeupthread. This means that the RCU pointer has been acquired before rcureadlock,...

5.9AI score0.0017EPSS
SaveExploits0References26
CVE
CVE
added 2025/12/24 10:33 a.m.21 views

CVE-2025-68374

CVE-2025-68374 : In the Linux kernel, the md subsystem had an RCU protection issue around md_wakeup_thread. The pointer to the md thread was passed directly to md_wakeup_thread() before rcu_read_lock() was taken, meaning the RCU read-side protection could be bypassed and potentially lead to a use...

6AI score0.0017EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/24 10:33 a.m.31 views

CVE-2025-68374 md: fix rcu protection in md_wakeup_thread

In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in mdwakeupthread We attempted to use RCU to protect the pointer 'thread', but directly passed the value when calling mdwakeupthread. This means that the RCU pointer has been acquired before rcureadlock,...

0.0017EPSS
SaveExploits0References4
OSV
OSV
added 2025/12/24 10:33 a.m.6 views

CVE-2025-68374 md: fix rcu protection in md_wakeup_thread

In the Linux kernel, the following vulnerability has been resolved: md: fix rcu protection in mdwakeupthread We attempted to use RCU to protect the pointer 'thread', but directly passed the value when calling mdwakeupthread. This means that the RCU pointer has been acquired before rcureadlock,...

6.3AI score0.0017EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 2025/12/24 10:33 a.m.3 views

CVE-2025-68372

In the Linux kernel, the following vulnerability has been resolved: nbd: defer config put in recvwork There is one uaf issue in recvwork when running NBDCLEARSOCK and NBDCMDRECONFIGURE: nbdgenlconnect // confref=2 connect and recvwork A nbdopen // confref=3 recvwork A done // confref=2 NBDCLEARSO...

5.2AI score0.00172EPSS
SaveExploits0References9Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/12/24 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-68374

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - md: fix rcu protection in mdwakeupthread We attempted to use RCU to protect the pointer 'thread', but directly passed the value when calling mdwakeupthread. Thi...

5.6AI score0.0017EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/12/24 12:0 a.m.4 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 improper RCU protection in mdwakeupthread, which could lead to reuse after release...

6.1AI score0.0017EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.5 views

PT-2025-52910

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel related to RCU protection within the md wakeup thread function. An attempt was made to use Read-Copy-Update RCU to protect a pointer, thread, but the...

6.2AI score0.0017EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2025/12/22 3:25 a.m.9 views

kernel: mm: slub: avoid wake up kswapd in set_track_prepare

A deadlock lock recursion vulnerability exists in the linux kernel such that when CONFIGDEBUGOBJECTSTIMERS is set, may wake up kswapd in settrackprepare, and try to hold the percpuhrtimerbases lock...

5.5CVSS5.8AI score0.00107EPSS
SaveExploits0References5
NVD
NVD
added 2025/12/16 4:16 p.m.6 views

CVE-2025-68307

In the Linux kernel, the following vulnerability has been resolved: can: gsusb: gsusbxmitcallback: fix handling of failed transmitted URBs The driver lacks the cleanup of failed transfers of URBs. This reduces the number of available URBs per error by 1. This leads to reduced performance and...

0.00167EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/12/16 3:30 p.m.5 views

EUVD-2025-203664

In the Linux kernel, the following vulnerability has been resolved: veth: more robust handing of race to avoid txq getting stuck Commit dc82a33297fc "veth: apply qdisc backpressure on full ptrring to reduce TX drops" introduced a race condition that can lead to a permanently stalled TXQ. This was...

5.8AI score0.00161EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/16 2:15 p.m.6 views

CVE-2025-68232

In the Linux kernel, the following vulnerability has been resolved: veth: more robust handing of race to avoid txq getting stuck Commit dc82a33297fc "veth: apply qdisc backpressure on full ptrring to reduce TX drops" introduced a race condition that can lead to a permanently stalled TXQ. This was...

0.00161EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/16 2:15 p.m.5 views

UBUNTU-CVE-2025-68232

In the Linux kernel, the following vulnerability has been resolved: veth: more robust handing of race to avoid txq getting stuck Commit dc82a33297fc "veth: apply qdisc backpressure on full ptrring to reduce TX drops" introduced a race condition that can lead to a permanently stalled TXQ. This was...

5.7AI score0.00161EPSS
SaveExploits0References12
CNNVD
CNNVD
added 2025/12/16 12:0 a.m.4 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 the Linux kernel that stems from improper handling of the TXQ wakeup contention condition in vethxmit, which could result in a stalled...

6.2AI score0.00161EPSS
SaveExploits0References3
Rows per page
Query Builder