Lucene search
K

29 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.2 views

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

In the Linux kernel, the following vulnerability has been resolved: schedext: Fixed unsafe locking in the scxdumpstate function. For kernels built with CONFIGPREEMPTRT=y, the dumplock will be converted to a sleepable spinlock instead of a disable-irq one. This can lead to the following scenarios:...

5.8AI score0.00024EPSS
Exploits0References2
EUVD
EUVD
added 2026/05/08 3:31 p.m.4 views

EUVD-2026-28781

In the Linux kernel, the following vulnerability has been resolved: scsi: storvsc: Fix scheduling while atomic on PREEMPTRT This resolves the follow splat and lock-up when running with PREEMPTRT enabled on Hyper-V: 415.140818 BUG: scheduling while atomic: stress-ng-iomix/1048/0x00000002 415.14082...

5.8AI score0.00013EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2026/05/08 12:0 a.m.5 views

PT-2026-39136

Name of the Vulnerable Software and Affected Versions Linux kernel version 6.19.0-rc7 Description An issue exists in the scsi storvsc component that causes a scheduling while atomic error and system lock-up when running on Hyper-V with PREEMPT RT enabled. This occurs within the storvsc queuecomma...

5.5CVSS5.4AI score0.00013EPSS
Exploits0References21
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.7 views

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

In the Linux kernel, the following vulnerability has been resolved: sched/core: Page allocation is disabled in tasktickmmcid. With KASAN and PREEMPTRT enabled, calling taskworkadd within tasktickmmcid may cause the following crash. 63.696416 BUG: A sleeping function is called from an invalid...

5.5CVSS6.3AI score0.00009EPSS
Exploits0References2
EUVD
EUVD
added 2026/04/24 2:45 p.m.1 views

EUVD-2026-25540

In the Linux kernel, the following vulnerability has been resolved: idpf: fix PREEMPTRT raw/bh spinlock nesting for async VC handling Switch from using the completion's raw spinlock to a local lock in the idpfvcxn struct. The conversion is safe because complete/all are called outside the lock and...

5.4AI score0.00015EPSS
Exploits0References4
CVE
CVE
added 2026/04/24 2:45 p.m.7 views

CVE-2026-31647

CVE-2026-31647 concerns the Linux kernel idpf driver. The vulnerability stems from improper nesting of PREEMPT_RT raw/BH spinlocks during asynchronous VC handling, which could yield an invalid wait context. A fix switches from the completion’s raw spinlock to a local lock in the idpf_vc_xn struct...

5.5CVSS5.4AI score0.00015EPSS
Exploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/03/25 10:27 a.m.2 views

CVE-2026-23342

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix race in cpumap on PREEMPTRT On PREEMPTRT kernels, the per-CPU xdpbulkqueue bq can be accessed concurrently by multiple preemptible tasks on the same CPU. The original code assumes bqenqueue and cpumapflush run atomically...

4.7CVSS5.4AI score0.00014EPSS
Exploits0
RedhatCVE
RedhatCVE
added 2026/02/16 2:24 p.m.6 views

CVE-2026-23134

In the Linux kernel, the following vulnerability has been resolved: slab: fix kmallocnolock context check for PREEMPTRT On PREEMPTRT kernels, locallock becomes a sleeping lock. The current check in kmallocnolock only verifies we're not in NMI or hard IRQ context, but misses the case where...

5.5CVSS5.1AI score0.00019EPSS
Exploits0References4
CNNVD
CNNVD
added 2026/02/14 12:0 a.m.2 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from the kmallocnolock function not properly checking the context within the PREEMPTRT kernel. This ma...

5.5CVSS6AI score0.00019EPSS
Exploits0References2
OSV
OSV
added 2026/01/14 3:16 p.m.0 views

UBUNTU-CVE-2025-71132

In the Linux kernel, the following vulnerability has been resolved: smc91x: fix broken irq-context in PREEMPTRT When smc91x.c is built with PREEMPTRT, the following splat occurs in FVPRevC: 13.055000 smc91x LNRO0003:00 eth0: link up, 10Mbps, half-duplex, lpa 0x0000 13.062137 BUG: workqueue leaked...

5.5CVSS5.9AI score0.00033EPSS
Exploits0References36
Cvelist
Cvelist
added 2026/01/14 3:7 p.m.24 views

CVE-2025-71132 smc91x: fix broken irq-context in PREEMPT_RT

In the Linux kernel, the following vulnerability has been resolved: smc91x: fix broken irq-context in PREEMPTRT When smc91x.c is built with PREEMPTRT, the following splat occurs in FVPRevC: 13.055000 smc91x LNRO0003:00 eth0: link up, 10Mbps, half-duplex, lpa 0x0000 13.062137 BUG: workqueue leaked...

0.00033EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2026/01/14 12:25 a.m.4 views

SUSE CVE-2025-71080

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix a BUG in rt6getpcpuroute under PREEMPTRT On PREEMPTRT kernels, after rt6getpcpuroute returns NULL, the current task can be preempted. Another task running on the same CPU may then execute rt6makepcpuroute and successful...

3.6CVSS6.6AI score0.00023EPSS
Exploits0References10
NVD
NVD
added 2026/01/13 4:16 p.m.3 views

CVE-2025-71080

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix a BUG in rt6getpcpuroute under PREEMPTRT On PREEMPTRT kernels, after rt6getpcpuroute returns NULL, the current task can be preempted. Another task running on the same CPU may then execute rt6makepcpuroute and successful...

5.5CVSS0.00023EPSS
Exploits0References3
CVE
CVE
added 2026/01/13 3:34 p.m.7 views

CVE-2025-71080

CVE-2025-71080 involves a race in the Linux kernel on PREEMPT_RT where rt6_get_pcpu_route() may return NULL and allow another task on the same CPU to install a pcpu_rt entry, causing a later cmpxchg() failure and a BUG_ON(prev). The fix makes the cmpxchg() failure graceful by freeing the allocati...

5.5CVSS6.2AI score0.00023EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2025/12/24 1:7 p.m.19 views

CVE-2023-54160 firmware: arm_sdei: Fix sleep from invalid context BUG

In the Linux kernel, the following vulnerability has been resolved: firmware: armsdei: Fix sleep from invalid context BUG Running a preempt-rt v6.2-rc3-rt1 based kernel on an Ampere Altra triggers: BUG: sleeping function called from invalid context at kernel/locking/spinlockrt.c:46 inatomic: 0,...

0.0004EPSS
Exploits0References7
SUSE CVE
SUSE CVE
added 2025/12/23 3:51 a.m.1 views

SUSE CVE-2025-68333

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix possible deadlock in the deferredirqworkfn For PREEMPTRT=y kernels, the deferredirqworkfn is executed in the per-cpu irqwork/ task context and not disable-irq, if the rq returned by containerof is current CPU's rq,...

5.5CVSS6.2AI score0.00013EPSS
Exploits0References3
OSV
OSV
added 2025/12/22 5:16 p.m.0 views

UBUNTU-CVE-2025-68333

In the Linux kernel, the following vulnerability has been resolved: schedext: Fix possible deadlock in the deferredirqworkfn For PREEMPTRT=y kernels, the deferredirqworkfn is executed in the per-cpu irqwork/ task context and not disable-irq, if the rq returned by containerof is current CPU's rq,...

5.5CVSS5.7AI score0.00013EPSS
Exploits0References10
Tenable Nessus
Tenable Nessus
added 2025/12/22 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-68333

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - schedext: Fix possible deadlock in the deferredirqworkfn For PREEMPTRT=y kernels, the deferredirqworkfn is executed in the per-cpu irqwork/ task context and no...

5.5CVSS6.1AI score0.00013EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/11/14 12:25 a.m.4 views

SUSE CVE-2025-40142

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Disable bottom softirqs as part of spinlockirq on PREEMPTRT sndpcmgrouplockirq acquires a spinlockt and disables interrupts via spinlockirq. This also implicitly disables the handling of softirqs such as TIMERSOFTIRQ. ...

4.7CVSS6.3AI score0.00024EPSS
Exploits0References10
CVE
CVE
added 2025/11/12 10:23 a.m.7 views

CVE-2025-40142

CVE-2025-40142 affects the Linux kernel’s ALSA PCM path. The function snd_pcm_group_lock_irq() acquires a spinlock_t using spin_lock_irq(), which disables interrupts and implicitly affects softirq handling. On PREEMPT_RT, softirqs are preemptible and spin_lock_irq() does not disable them, allowin...

5.7AI score0.00024EPSS
Exploits0References3
Rows per page
Query Builder