Lucene search
K

92 matches found

OSV
OSV
added 2025/05/20 4:15 p.m.3 views

UBUNTU-CVE-2025-37940

In the Linux kernel, the following vulnerability has been resolved: ftrace: Add condresched to ftracegraphsethash When the kernel contains a large number of functions that can be traced, the loop in ftracegraphsethash may take a lot of time to execute. This may trigger the softlockup watchdog. Ad...

5.5CVSS6.3AI score0.00127EPSS
Exploits0References41
OSV
OSV
added 2025/05/20 3:58 p.m.6 views

CVE-2025-37940 ftrace: Add cond_resched() to ftrace_graph_set_hash()

In the Linux kernel, the following vulnerability has been resolved: ftrace: Add condresched to ftracegraphsethash When the kernel contains a large number of functions that can be traced, the loop in ftracegraphsethash may take a lot of time to execute. This may trigger the softlockup watchdog. Ad...

5.5CVSS6.8AI score0.00127EPSS
Exploits0References13
RedhatCVE
RedhatCVE
added 2025/05/04 5:8 p.m.19 views

CVE-2023-53051

In the Linux kernel, the following vulnerability has been resolved: dm crypt: add condresched to dmcryptwrite The loop in dmcryptwrite may be running for unbounded amount of time, thus we need condresched in it. This commit fixes the following warning: 3391.153255 C12 watchdog: BUG: soft lockup -...

5.5CVSS6.9AI score0.00186EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/05/03 2:51 a.m.1 views

SUSE CVE-2023-53051

In the Linux kernel, the following vulnerability has been resolved: dm crypt: add condresched to dmcryptwrite The loop in dmcryptwrite may be running for unbounded amount of time, thus we need condresched in it. This commit fixes the following warning: 3391.153255 C12 watchdog: BUG: soft lockup -...

5.5CVSS6.4AI score0.00186EPSS
Exploits0References9
OSV
OSV
added 2025/05/02 4:15 p.m.1 views

UBUNTU-CVE-2023-53051

In the Linux kernel, the following vulnerability has been resolved: dm crypt: add condresched to dmcryptwrite The loop in dmcryptwrite may be running for unbounded amount of time, thus we need condresched in it. This commit fixes the following warning: 3391.153255 C12 watchdog: BUG: soft lockup -...

5.5CVSS6.1AI score0.00186EPSS
Exploits0References11
OSV
OSV
added 2025/05/02 3:55 p.m.13 views

CVE-2023-53051 dm crypt: add cond_resched() to dmcrypt_write()

In the Linux kernel, the following vulnerability has been resolved: dm crypt: add condresched to dmcryptwrite The loop in dmcryptwrite may be running for unbounded amount of time, thus we need condresched in it. This commit fixes the following warning: 3391.153255 C12 watchdog: BUG: soft lockup -...

5.5CVSS6.1AI score0.00186EPSS
Exploits0References11
CNNVD
CNNVD
added 2025/05/02 12:0 a.m.2 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 the dmcryptwrite function not adding condresched, which could lead to a soft lockup...

5.5CVSS6.4AI score0.00186EPSS
Exploits0References8
OSV
OSV
added 2025/04/08 9:15 a.m.4 views

AZL-59852 CVE-2025-22010 affecting package kernel for versions less than 6.6.85.1-2

In the Linux kernel, the following vulnerability has been resolved: RDMA/hns: Fix soft lockup during bt pages loop Driver runs a for-loop when allocating bt pages and mapping them with buffer pages. When a large buffer e.g. MR over 100GB is being allocated, it may require a considerable loop coun...

5.5CVSS6.4AI score0.00141EPSS
Exploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.2 views

DEBIAN-CVE-2023-52932

In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: add condresched in getswappages The softlockup still occurs in getswappages under memory pressure. 64 CPU cores, 64GB memory, and 28 zram devices, the disksize of each zram device is 50MB with same priority as si. Us...

5.5CVSS5.3AI score0.00192EPSS
Exploits0References1
OSV
OSV
added 2025/03/27 5:15 p.m.1 views

UBUNTU-CVE-2023-52932

In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: add condresched in getswappages The softlockup still occurs in getswappages under memory pressure. 64 CPU cores, 64GB memory, and 28 zram devices, the disksize of each zram device is 50MB with same priority as si. Us...

5.5CVSS5.9AI score0.00192EPSS
Exploits0References10
CVE
CVE
added 2025/03/27 4:37 p.m.125 views

CVE-2023-52932

The CVE-2023-52932 issue concerns the Linux kernel mm/swapfile get_swap_pages(), where a plist_for_each_entry_safe() loop could loop tens of thousands of times under memory pressure, risking soft lockup. The fix adds cond_resched() into get_swap_pages() when space isn’t found, addressing softlock...

5.5CVSS6.6AI score0.00192EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2025/03/27 4:37 p.m.8 views

CVE-2023-52932 mm/swapfile: add cond_resched() in get_swap_pages()

In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: add condresched in getswappages The softlockup still occurs in getswappages under memory pressure. 64 CPU cores, 64GB memory, and 28 zram devices, the disksize of each zram device is 50MB with same priority as si. Us...

5.5CVSS6AI score0.00192EPSS
Exploits0References10
CNNVD
CNNVD
added 2025/03/27 12:0 a.m.3 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 the mm/swapfile component not calling condresched in a timely manner in the getswappages function, which cou...

5.5CVSS6.5AI score0.00192EPSS
Exploits0References9
NVD
NVD
added 2025/02/12 2:15 p.m.7 views

CVE-2025-21694

In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix softlockup in readvmcore part 2 Since commit 5cbcb62dddf5 "fs/proc: fix softlockup in readvmcore" the number of softlockups in readvmcore at kdump time have gone down, but they still happen sometimes. In a memory...

5.5CVSS0.00216EPSS
Exploits0References12
OSV
OSV
added 2025/02/12 2:15 p.m.6 views

AZL-56800 CVE-2025-21694 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix softlockup in readvmcore part 2 Since commit 5cbcb62dddf5 "fs/proc: fix softlockup in readvmcore" the number of softlockups in readvmcore at kdump time have gone down, but they still happen sometimes. In a memory...

5.5CVSS6.7AI score0.00216EPSS
Exploits0References1
Cvelist
Cvelist
added 2025/02/12 1:27 p.m.16 views

CVE-2025-21694 fs/proc: fix softlockup in __read_vmcore (part 2)

In the Linux kernel, the following vulnerability has been resolved: fs/proc: fix softlockup in readvmcore part 2 Since commit 5cbcb62dddf5 "fs/proc: fix softlockup in readvmcore" the number of softlockups in readvmcore at kdump time have gone down, but they still happen sometimes. In a memory...

0.00216EPSS
Exploits0References7
CVE
CVE
added 2025/02/12 1:27 p.m.182 views

CVE-2025-21694

CVE-2025-21694 : Linux kernel vulnerability in fs/proc/__read_vmcore (kdump path). Root cause: second loop in __read_vmcore could still hit softlockups; fix adds cond_resched() to yield in that loop. Impact: softlockups may interfere with RCU memory freeing and cause crashdump stalls in memory-co...

5.5CVSS6.6AI score0.00216EPSS
Exploits0References12Affected Software1
OSV
OSV
added 2024/12/27 3:15 p.m.3 views

UBUNTU-CVE-2024-56589

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Add condresched for no forced preemption model For no forced preemption model kernel, in the scenario where the expander is connected to 12 high performance SAS SSDs, the following call trace may occur: 214.409199...

5.5CVSS6.3AI score0.00231EPSS
Exploits0References34
Debian CVE
Debian CVE
added 2024/12/27 2:50 p.m.9 views

CVE-2024-56589

In the Linux kernel, the following vulnerability has been resolved: scsi: hisisas: Add condresched for no forced preemption model For no forced preemption model kernel, in the scenario where the expander is connected to 12 high performance SAS SSDs, the following call trace may occur: 214.409199...

5.5CVSS5.8AI score0.00231EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2024/11/07 5:3 p.m.19 views

CVE-2024-50155

In the Linux kernel, the following vulnerability has been resolved: netdevsim: use condresched in nsimdevtrapreportwork I am still seeing many syzbot reports hinting that syzbot might fool nsimdevtrapreportwork with hundreds of ports 1 Lets use condresched, and systemunboundwq instead of implicit...

5.5CVSS6.9AI score0.0023EPSS
Exploits0References4
Rows per page
Query Builder