Lucene search
+L

105 matches found

Tenable Nessus
Tenable Nessus
added 2026/05/08 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2026-43311

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - soc/tegra: pmc: Fix unsafe generichandleirq call Currently, when resuming from system suspend on Tegra platforms, the following warning is observed: WARNING: CP...

5.5CVSS6.1AI score0.00121EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/05/07 2:18 a.m.22 views

SUSE CVE-2026-43115

In the Linux kernel, the following vulnerability has been resolved: srcu: Use irqwork to start GP in tiny SRCU Tiny SRCU's srcugpstartifneeded directly calls schedulework, which acquires the workqueue pool-lock. This causes a lockdep splat when callsrcu is called with a scheduler lock held, due t...

5.5CVSS5.8AI score0.001EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/05/06 12:30 p.m.17 views

EUVD-2026-27639

In the Linux kernel, the following vulnerability has been resolved: srcu: Use irqwork to start GP in tiny SRCU Tiny SRCU's srcugpstartifneeded directly calls schedulework, which acquires the workqueue pool-lock. This causes a lockdep splat when callsrcu is called with a scheduler lock held, due t...

5.8AI score0.001EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/05/06 7:40 a.m.22 views

CVE-2026-43115

In the Linux kernel, the following vulnerability has been resolved: srcu: Use irqwork to start GP in tiny SRCU Tiny SRCU's srcugpstartifneeded directly calls schedulework, which acquires the workqueue pool-lock. This causes a lockdep splat when callsrcu is called with a scheduler lock held, due t...

5.5CVSS5.7AI score0.001EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/05/06 7:40 a.m.43 views

CVE-2026-43115 srcu: Use irq_work to start GP in tiny SRCU

In the Linux kernel, the following vulnerability has been resolved: srcu: Use irqwork to start GP in tiny SRCU Tiny SRCU's srcugpstartifneeded directly calls schedulework, which acquires the workqueue pool-lock. This causes a lockdep splat when callsrcu is called with a scheduler lock held, due t...

0.001EPSS
SaveExploits0References2
CVE
CVE
added 2026/05/06 7:40 a.m.45 views

CVE-2026-43115

The CVE-2026-43115 entry documents a Linux kernel fix for Tiny SRCU: srcu_gp_start_if_needed() previously called schedule_work(), acquiring pool->lock and triggering a lockdep splat when call_srcu() runs with a scheduler lock held. The remediation adds irq_work_sync() to cleanup_srcu_struct() ...

5.5CVSS5.8AI score0.001EPSS
SaveExploits0References2Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.13 views

Unity Linux 20.1050e / 20.1070e Security Update: kernel (UTSA-2026-011296)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-011296 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf: Sync pending IRQ work before freeing ring buffer Fix a race where irqwork can be queued in...

7.8CVSS6AI score0.00144EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:00 a.m.8 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-013181)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013181 advisory. In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Sync IRQ works before buffer destruction If something was written to the buffer just...

7.8CVSS6.3AI score0.00164EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/04/08 12:00 a.m.6 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-006791)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-006791 advisory. In the Linux kernel, the following vulnerability has been resolved: rcu: Protect -deferqsiwpending from data race On kernels built with CONFIGIRQWORK=y, when...

7CVSS5.8AI score0.00169EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/03/25 4:56 p.m.18 views

SUSE CVE-2026-23311

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix invalid wait context in ctxschedin Lockdep found a bug in the event scheduling when a pinned event was failed and wakes up the threads in the ring buffer like below. It seems it should not grab a wait-queue lock...

5.5CVSS5.8AI score0.00093EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/03/25 12:30 p.m.17 views

EUVD-2026-15253

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix invalid wait context in ctxschedin Lockdep found a bug in the event scheduling when a pinned event was failed and wakes up the threads in the ring buffer like below. It seems it should not grab a wait-queue lock...

5.8AI score0.00093EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/03/25 11:16 a.m.22 views

CVE-2026-23311

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix invalid wait context in ctxschedin Lockdep found a bug in the event scheduling when a pinned event was failed and wakes up the threads in the ring buffer like below. It seems it should not grab a wait-queue lock...

5.5CVSS5.8AI score0.00093EPSS
SaveExploits0References5
OSV
OSV
added 2026/03/25 11:16 a.m.9 views

UBUNTU-CVE-2026-23311

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix invalid wait context in ctxschedin Lockdep found a bug in the event scheduling when a pinned event was failed and wakes up the threads in the ring buffer like below. It seems it should not grab a wait-queue lock...

5.5CVSS5.8AI score0.00093EPSS
SaveExploits0References6
CVE
CVE
added 2026/03/25 10:27 a.m.28 views

CVE-2026-23311

CVE-2026-23311 is a Linux kernel issue in perf/core: Fix of an invalid wait context in ctx_sched_in(). Lockdep reports a bug where a pinned event wakeup could grab a wait-queue lock under perf-context lock; the fix switches to using irq_work and avoids grabbing the lock in the problematic context...

5.5CVSS5.8AI score0.00093EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/03/25 10:27 a.m.8 views

CVE-2026-23311 perf/core: Fix invalid wait context in ctx_sched_in()

In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix invalid wait context in ctxschedin Lockdep found a bug in the event scheduling when a pinned event was failed and wakes up the threads in the ring buffer like below. It seems it should not grab a wait-queue lock...

5.9AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/03/06 12:00 a.m.14 views

Amazon Linux 2023 : bpftool6.12, kernel6.12, kernel6.12-devel (ALAS2023-2026-1455)

It is, therefore, affected by multiple vulnerabilities as referenced in the ALAS2023-2026-1455 advisory. In the Linux kernel, the following vulnerability has been resolved: bpf: Reject narrower access to pointer ctx fields CVE-2025-38591 In the Linux kernel, the following vulnerability has been...

8.2CVSS6.2AI score0.00486EPSS
SaveExploits4References98
Positive Technologies
Positive Technologies
added 2026/01/22 12:00 a.m.43 views

PT-2026-43786

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the Real-Time RT load balancing mechanism where a CPU can enter an infinite self-Inter-Processor Interrupt IPI loop, leading to a CPU hardlockup. This occurs when a CP...

5.5CVSS5.8AI score0.0013EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/01/01 12:00 a.m.13 views

PT-2026-27676

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.15.0-next-20250530-next-20250530 1 Description The Linux kernel contains a flaw in the event scheduling within the perf/core component, specifically in the ctx sched in function. Lockdep detected a bug where an...

5.5CVSS5.9AI score0.00093EPSS
SaveExploits0References16
SUSE CVE
SUSE CVE
added 2025/12/23 3:51 a.m.8 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.00103EPSS
SaveExploits0References3
NVD
NVD
added 2025/12/22 5:16 p.m.12 views

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.5CVSS0.00103EPSS
SaveExploits0References3
Rows per page
Query Builder