Lucene search
K

109 matches found

NVD
NVD
added 2025/05/01 3:16 p.m.8 views

CVE-2022-49783

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Drop fpregs lock before inheriting FPU permissions Mike Galbraith reported the following against an old fork of preempt-rt but the same issue also applies to the current preempt-rt tree. BUG: sleeping function called fro...

5.5CVSS0.00141EPSS
Exploits0References2
OSV
OSV
added 2025/05/01 3:16 p.m.3 views

DEBIAN-CVE-2022-49783

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Drop fpregs lock before inheriting FPU permissions Mike Galbraith reported the following against an old fork of preempt-rt but the same issue also applies to the current preempt-rt tree. BUG: sleeping function called fro...

5.5CVSS5.5AI score0.00141EPSS
Exploits0References1
Cvelist
Cvelist
added 2025/05/01 2:9 p.m.11 views

CVE-2022-49783 x86/fpu: Drop fpregs lock before inheriting FPU permissions

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Drop fpregs lock before inheriting FPU permissions Mike Galbraith reported the following against an old fork of preempt-rt but the same issue also applies to the current preempt-rt tree. BUG: sleeping function called fro...

0.00141EPSS
Exploits0References2
OSV
OSV
added 2025/05/01 2:9 p.m.13 views

CVE-2022-49783 x86/fpu: Drop fpregs lock before inheriting FPU permissions

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Drop fpregs lock before inheriting FPU permissions Mike Galbraith reported the following against an old fork of preempt-rt but the same issue also applies to the current preempt-rt tree. BUG: sleeping function called fro...

5.5CVSS5.8AI score0.00141EPSS
Exploits0References5
CVE
CVE
added 2025/05/01 2:9 p.m.79 views

CVE-2022-49783

CVE-2022-49783 — In the Linux kernel, the issue arises when fpu_inherit_perms() is invoked under fpregs_lock() in PREEMPT_RT builds, causing a sleeping function to be called from an atomic context due to spin_lock_irq() usage. The root cause is that fpu_state_size_dynamic() can return true even t...

5.5CVSS6.3AI score0.00141EPSS
Exploits0References2Affected Software1
Positive Technologies
Positive Technologies
added 2025/03/19 12:0 a.m.4 views

PT-2025-18415

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability in the Linux kernel has been resolved. The issue is related to the access of the PCI config space via pci ops::read and pci ops::write, which are low-level hardware...

5.5CVSS6.7AI score0.00122EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2025/03/07 2:38 a.m.3 views

SUSE CVE-2024-58070

In the Linux kernel, the following vulnerability has been resolved: bpf: bpflocalstorage: Always use bpfmemalloc in PREEMPTRT In PREEMPTRT, kmallocGFPATOMIC is still not safe in non preemptible context. bpfmemalloc must be used in PREEMPTRT. This patch is to enforce bpfmemalloc in the...

5.5CVSS7.6AI score0.0013EPSS
Exploits0References16
OSV
OSV
added 2025/03/06 4:15 p.m.4 views

UBUNTU-CVE-2025-21825

In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel the running bpftimer through kworker for PREEMPTRT During the update procedure, when overwrite element in a pre-allocated htab, the freeing of oldelement is protected by the bucket lock. The reason why the bucket lock...

4.7CVSS6.5AI score0.00154EPSS
Exploits0References18
SUSE CVE
SUSE CVE
added 2025/02/28 2:21 a.m.4 views

SUSE CVE-2025-21767

In the Linux kernel, the following vulnerability has been resolved: clocksource: Use migratedisable to avoid calling getrandomu32 in atomic context The following bug report happened with a PREEMPTRT kernel: BUG: sleeping function called from invalid context at kernel/locking/spinlockrt.c:48...

5.5CVSS7.4AI score0.00156EPSS
Exploits0References13
SUSE CVE
SUSE CVE
added 2025/02/27 3:8 a.m.2 views

SUSE CVE-2022-49322

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix sleeping function called from invalid context on RT kernel When setting bootparams="traceevent=initcall:initcallstart tpprintk=1" in the cmdline, the outputprintk was called, and the spinlockirqsave was called in the...

5.5CVSS6.5AI score0.0021EPSS
Exploits0References8
Cvelist
Cvelist
added 2025/02/27 2:18 a.m.15 views

CVE-2025-21767 clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomic context

In the Linux kernel, the following vulnerability has been resolved: clocksource: Use migratedisable to avoid calling getrandomu32 in atomic context The following bug report happened with a PREEMPTRT kernel: BUG: sleeping function called from invalid context at kernel/locking/spinlockrt.c:48...

0.00156EPSS
Exploits0References7
OSV
OSV
added 2025/02/27 2:18 a.m.8 views

CVE-2025-21767 clocksource: Use migrate_disable() to avoid calling get_random_u32() in atomic context

In the Linux kernel, the following vulnerability has been resolved: clocksource: Use migratedisable to avoid calling getrandomu32 in atomic context The following bug report happened with a PREEMPTRT kernel: BUG: sleeping function called from invalid context at kernel/locking/spinlockrt.c:48...

5.5CVSS5.7AI score0.00156EPSS
Exploits0References13
AstraLinux
AstraLinux
added 2025/02/06 4:28 p.m.5 views

Astra Linux - уязвимость в linux-5.10

In the Linux kernel, the following vulnerability has been resolved: x86/fpu: Drop fpregs lock before inheriting FPU permissions Mike Galbraith reported the following against an old fork of preempt-rt but the same issue also applies to the current preempt-rt tree. BUG: sleeping function called fro...

6.3AI score0.00141EPSS
Exploits0References1
SUSE CVE
SUSE CVE
added 2025/01/22 3:48 a.m.3 views

SUSE CVE-2024-57939

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die die can be called in exception handler, and therefore cannot sleep. However, die takes spinlockt which can sleep with PREEMPTRT enabled. That causes the following warning: BUG: sleepi...

5.5CVSS7.7AI score0.00203EPSS
Exploits0References3
Cvelist
Cvelist
added 2025/01/21 12:18 p.m.19 views

CVE-2024-57939 riscv: Fix sleeping in invalid context in die()

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die die can be called in exception handler, and therefore cannot sleep. However, die takes spinlockt which can sleep with PREEMPTRT enabled. That causes the following warning: BUG: sleepi...

0.00203EPSS
Exploits0References6
Vulnrichment
Vulnrichment
added 2025/01/21 12:18 p.m.2 views

CVE-2024-57939 riscv: Fix sleeping in invalid context in die()

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix sleeping in invalid context in die die can be called in exception handler, and therefore cannot sleep. However, die takes spinlockt which can sleep with PREEMPTRT enabled. That causes the following warning: BUG: sleepi...

7.6AI score0.00203EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2025/01/15 3:56 p.m.8 views

CVE-2024-57885

In the Linux kernel, the following vulnerability has been resolved: mm/kmemleak: fix sleeping function called from invalid context at print message Address a bug in the kernel that triggers a "sleeping function called from invalid context" warning when /sys/kernel/debug/kmemleak is printed under...

5.5CVSS7AI score0.002EPSS
Exploits0References4
CVE
CVE
added 2025/01/15 1:5 p.m.166 views

CVE-2024-57885

CVE-2024-57885: In the Linux kernel, a kmemleak print operation could emit a "sleeping function called from invalid context" warning when /sys/kernel/debug/kmemleak is read under specific conditions (CONFIG_PREEMPT_RT=y, SELinux as LSM, kptr_restrict=1, kmemleak buffer non-empty). The issue arise...

5.5CVSS6.6AI score0.002EPSS
Exploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2025/01/01 12:0 a.m.5 views

PT-2026-2893

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.18.0 Description The Linux kernel contains an issue within the smc91x driver when built with PREEMPT RT. A broken interrupt request IRQ context occurs due to improper handling of IRQ disabling and restoration...

5.5CVSS5.3AI score0.00114EPSS
Exploits0
OSV
OSV
added 2024/12/27 3:15 p.m.3 views

UBUNTU-CVE-2024-56610

In the Linux kernel, the following vulnerability has been resolved: kcsan: Turn reportfilterlistlock into a rawspinlock Ran Xiaokai reports that with a KCSAN-enabled PREEMPTRT kernel, we can see splats like: | BUG: sleeping function called from invalid context at kernel/locking/spinlockrt.c:48 |...

5.5CVSS6.2AI score0.00217EPSS
Exploits0References34
Rows per page
Query Builder