Lucene search
+L

46 matches found

NVD
NVD
added 2025/07/28 12:15 p.m.6 views

CVE-2025-38496

In the Linux kernel, the following vulnerability has been resolved: dm-bufio: fix sched in atomic context If "tryverifyintasklet" is set for dm-verity, DMBUFIOCLIENTNOSLEEP is enabled for dm-bufio. However, when bufio tries to evict buffers, there is a chance to trigger scheduling in spinlockbh,...

5.5CVSS0.00139EPSS
Exploits0References4
CVE
CVE
added 2025/07/28 11:22 a.m.78 views

CVE-2025-38496

CVE-2025-38496 concerns the Linux kernel and relates to the dm-bufio component. The issue occurs when the DM_BUFIO client is configured with NO_SLEEP and verity integration, where buffer eviction could trigger scheduling in spin_lock_bh, potentially leading to a sleeping operation in an atomic co...

5.5CVSS6.2AI score0.00139EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/07/28 11:22 a.m.11 views

CVE-2025-38496 dm-bufio: fix sched in atomic context

In the Linux kernel, the following vulnerability has been resolved: dm-bufio: fix sched in atomic context If "tryverifyintasklet" is set for dm-verity, DMBUFIOCLIENTNOSLEEP is enabled for dm-bufio. However, when bufio tries to evict buffers, there is a chance to trigger scheduling in spinlockbh,...

0.00139EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/07/10 11:23 p.m.4 views

SUSE CVE-2025-38270

In the Linux kernel, the following vulnerability has been resolved: net: drv: netdevsim: don't napicomplete from netpoll netdevsim supports netpoll. Make sure we don't call napicomplete from it, since it may not be scheduled. Breno reports hitting a warning in napicompletedone: WARNING: CPU: 14...

3.3CVSS6.5AI score0.00162EPSS
Exploits0References9
NVD
NVD
added 2025/06/18 11:15 a.m.6 views

CVE-2022-50174

In the Linux kernel, the following vulnerability has been resolved: net: hinic: avoid kernel hung in hinicgetstats64 When using hinic device as a bond slave device, and reading device stats of master bond device, the kernel may hung. The kernel panic calltrace as follows: Kernel panic - not...

5.5CVSS0.00153EPSS
Exploits0References5
Cvelist
Cvelist
added 2025/04/01 3:41 p.m.19 views

CVE-2025-21938 mptcp: fix 'scheduling while atomic' in mptcp_pm_nl_append_new_local_addr

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix 'scheduling while atomic' in mptcppmnlappendnewlocaladdr If multiple connection requests attempt to create an implicit mptcp endpoint in parallel, more than one caller may end up in mptcppmnlappendnewlocaladdr because...

0.00135EPSS
Exploits0References5
CVE
CVE
added 2025/04/01 3:41 p.m.146 views

CVE-2025-21938

CVE-2025-21938 involves the Linux kernel mptcp subsystem. The race occurs when multiple parallel connection requests try to create an implicit MPTCP endpoint and none find the address in local_addr_list, causing concurrent mptcp_pm_nl_get_local_id/mptcp_pm_nl_append_new_local_addr calls to delete...

4.7CVSS6.8AI score0.00135EPSS
Exploits0References7Affected Software1
Debian CVE
Debian CVE
added 2025/04/01 3:41 p.m.8 views

CVE-2025-21938

In the Linux kernel, the following vulnerability has been resolved: mptcp: fix 'scheduling while atomic' in mptcppmnlappendnewlocaladdr If multiple connection requests attempt to create an implicit mptcp endpoint in parallel, more than one caller may end up in mptcppmnlappendnewlocaladdr because...

4.7CVSS5.6AI score0.00135EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2025/03/29 3:28 p.m.20 views

CVE-2024-58090

In the Linux kernel, the following vulnerability has been resolved: sched/core: Prevent rescheduling when interrupts are disabled David reported a warning observed while loop testing kexec jump: Interrupts enabled after irqrouterresume+0x0/0x50 WARNING: CPU: 0 PID: 560 at drivers/base/syscore.c:1...

5.5CVSS7.3AI score0.00201EPSS
Exploits0References4
OSV
OSV
added 2025/03/27 5:15 p.m.12 views

CVE-2023-53025

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.4AI score
Exploits0References1
CNNVD
CNNVD
added 2025/03/06 12:0 a.m.5 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 a scheduling issue that can be caused when canceling a running bpftimer via kworker in a PREEMPTRT environme...

4.7CVSS6.3AI score0.00158EPSS
Exploits0References5
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2021-47595

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: net/sched: schets: don't remove idle classes from the round-robin list Shuang reported that...

5.5CVSS5.6AI score0.00239EPSS
Exploits0References3
NVD
NVD
added 2025/02/26 7:0 a.m.16 views

CVE-2022-49090

In the Linux kernel, the following vulnerability has been resolved: arch/arm64: Fix topology initialization for core scheduling Arm64 systems rely on storecputopology to call updatesiblingsmasks to transfer the toplogy to the various cpu masks. This needs to be done before the call to...

5.5CVSS0.00231EPSS
Exploits0References4
CVE
CVE
added 2025/02/26 1:55 a.m.97 views

CVE-2022-49193

CVE-2022-49193 concerns the Linux kernel ice driver: a scheduling-while-atomic bug during aux critical error interrupt in ice_misc_intr() could lead to an oops via a mutex lock path. The fixed sequence adds handling in process context (ice_service_task) and introduces a PF state bit (oicr_err_reg...

5.5CVSS5.3AI score0.00252EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:55 a.m.12 views

CVE-2022-49156 scsi: qla2xxx: Fix scheduling while atomic

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix scheduling while atomic The driver makes a call into midlayer fcremoteportdelete which can put the thread to sleep. The thread that originates the call is in interrupt context. The combination of the two trigge...

0.00252EPSS
Exploits0References5
CVE
CVE
added 2025/02/26 1:55 a.m.136 views

CVE-2022-49156

The CVE-2022-49156 entry corresponds to a Linux kernel vulnerability in scsi: qla2xxx where a call into midlayer (fc_remote_port_delete) could sleep in interrupt context, causing a crash via scheduling while atomic. The fix schedules the call in non-interrupt context to avoid sleeping while atomi...

5.5CVSS5.3AI score0.00252EPSS
Exploits0References5Affected Software1
Debian CVE
Debian CVE
added 2025/02/26 1:55 a.m.10 views

CVE-2022-49156

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix scheduling while atomic The driver makes a call into midlayer fcremoteportdelete which can put the thread to sleep. The thread that originates the call is in interrupt context. The combination of the two trigge...

5.5CVSS5.3AI score0.00252EPSS
Exploits0
OSV
OSV
added 2025/02/26 1:55 a.m.7 views

CVE-2022-49156 scsi: qla2xxx: Fix scheduling while atomic

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix scheduling while atomic The driver makes a call into midlayer fcremoteportdelete which can put the thread to sleep. The thread that originates the call is in interrupt context. The combination of the two trigge...

5.5CVSS5.2AI score0.00252EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.12 views

CVE-2022-49090

In the Linux kernel, the following vulnerability has been resolved: arch/arm64: Fix topology initialization for core scheduling Arm64 systems rely on storecputopology to call updatesiblingsmasks to transfer the toplogy to the various cpu masks. This needs to be done before the call to...

5.5CVSS5.3AI score0.00231EPSS
Exploits0
CVE
CVE
added 2024/12/29 8:48 a.m.158 views

CVE-2024-56718

CVE-2024-56718 affects the Linux kernel’s net/smc path where a link-down work item could run after the LGR object was freed, potentially crashing the kernel due to list corruption in the workqueue path. The description in multiple sources confirms the root cause: scheduling link-down work before ...

5.5CVSS6.6AI score0.00202EPSS
Exploits0References5Affected Software1
Rows per page
Query Builder