Lucene search
+L

298 matches found

CVE
CVE
•added 2026/09/25 10:23 a.m.•2 views

CVE-2026-98035

The Linux kernel contains a vulnerability in the BPF subsystem where rhtab_map_update_existing() and rhtab_delete_elem() incorrectly call bpf_obj_free_fields() during map operations. This is problematic because these operations can execute in an NMI context , where releasing complex fields like k...

5.8AI score
SaveExploits0References2
EUVD
EUVD
•added 2026/09/25 10:23 a.m.•1 views

EUVD-2026-86688

In the Linux kernel, the following vulnerability has been resolved: bpf: Cancel special fields when recycling rhtab elements rhtabmapupdateexisting and rhtabdeleteelem call bpfobjfreefields when replacing or deleting a value. These map operations can run from BPF programs in NMI context, where...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/25 1:52 a.m.•16 views

SPiCa

SPiCa System Process Integrity & Cross-view Analysis "I'm going to sing, so shine bright, SPiCa..." SPiCa is an eBPF-based Linux rootkit detector written in Rust. The name comes from the Hatsune Miku song SPiCa and the star it references — Spica Alpha Virginis, the brightest point in Virgo. What...

6AI score
SaveExploits0
OSV
OSV
•added 2026/09/17 5:17 p.m.•9 views

DEBIAN-CVE-2026-90247

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix mmaplock leak in irqwork path stackmapgetbuildidoffset introduced a per-CPU irqwork to defer mmapreadunlock from NMI context, and bpffindvma later reused the same mmapunlockwork. Both callers only check whether the work ...

5.7AI score0.00206EPSS
SaveExploits0References1
CVE
CVE
•added 2026/09/17 4:09 p.m.•12 views

CVE-2026-90432

CVE-2026-90432 affects the Linux kernel 's sched_ext (scheduler extension) subsystem. The vulnerability is in the hardlockup handler (scx_hardlockup()), which deferred the abort to an irq_work—originally needed because exit claiming required scx_sched_lock and couldn't run from NMI. Now that clai...

5.8AI score0.00198EPSS
SaveExploits0References2
NVD
NVD
•added 2026/09/16 11:17 a.m.•13 views

CVE-2026-90046

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: don't spintrylock in NMI on UP Patch series "mm/pagealloc: fixes for freepagesnolock on RT/UP". Pre-existing bugs found by Sashiko during review of this other series:...

7.8CVSS0.00165EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/16 11:17 a.m.•10 views

DEBIAN-CVE-2026-90046

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: don't spintrylock in NMI on UP Patch series "mm/pagealloc: fixes for freepagesnolock on RT/UP". Pre-existing bugs found by Sashiko during review of this other series:...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References1
NVD
NVD
•added 2026/09/16 11:17 a.m.•10 views

CVE-2026-89991

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix infinite loop in pcpufreelist push with one possible CPU pcpufreelistpush can loop forever when only one CPU is possible and an NMI re-enters pcpufreelistpush while the interrupted context holds that CPU's freelist lock...

0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/16 11:17 a.m.•15 views

DEBIAN-CVE-2026-89991

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix infinite loop in pcpufreelist push with one possible CPU pcpufreelistpush can loop forever when only one CPU is possible and an NMI re-enters pcpufreelistpush while the interrupted context holds that CPU's freelist lock...

5.8AI score0.00206EPSS
SaveExploits0References1
Cvelist
Cvelist
•added 2026/09/16 10:33 a.m.•38 views

CVE-2026-90046 mm/page_alloc: don't spin_trylock() in NMI on UP

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: don't spintrylock in NMI on UP Patch series "mm/pagealloc: fixes for freepagesnolock on RT/UP". Pre-existing bugs found by Sashiko during review of this other series:...

7.8CVSS0.00165EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/16 10:33 a.m.•6 views

CVE-2026-90046 mm/page_alloc: don't spin_trylock() in NMI on UP

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: don't spintrylock in NMI on UP Patch series "mm/pagealloc: fixes for freepagesnolock on RT/UP". Pre-existing bugs found by Sashiko during review of this other series:...

7.8CVSS5.8AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/16 10:33 a.m.•11 views

EUVD-2026-80654

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: don't spintrylock in NMI on UP Patch series "mm/pagealloc: fixes for freepagesnolock on RT/UP". Pre-existing bugs found by Sashiko during review of this other series:...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/16 10:33 a.m.•23 views

CVE-2026-90046

CVE-2026-90046 is a Linux kernel vulnerability in the mm/page_alloc subsystem where free_pages_nolock() uses spin_trylock() in NMI context on UP (uniprocessor) builds, an unsafe usage previously noted in can_spin_trylock(). A prior commit fixed the allocation side but missed the free side. The im...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/16 10:33 a.m.•31 views

CVE-2026-89991 bpf: Fix infinite loop in pcpu_freelist push with one possible CPU

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix infinite loop in pcpufreelist push with one possible CPU pcpufreelistpush can loop forever when only one CPU is possible and an NMI re-enters pcpufreelistpush while the interrupted context holds that CPU's freelist lock...

0.00206EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/16 10:33 a.m.•17 views

CVE-2026-89991

CVE-2026-89991 is a bug in the Linux kernel BPF subsystem affecting __pcpu_freelist_push(). When only one CPU is possible (e.g., CONFIG_SMP=n or nr_cpus=1), an NMI re-enters pcpu_freelist_push() while the interrupted context already holds that CPU's freelist lock. The fallback loop skips the curr...

5.7AI score0.00206EPSS
SaveExploits0References3
OSV
OSV
•added 2026/09/16 10:33 a.m.•8 views

CVE-2026-89991 bpf: Fix infinite loop in pcpu_freelist push with one possible CPU

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix infinite loop in pcpufreelist push with one possible CPU pcpufreelistpush can loop forever when only one CPU is possible and an NMI re-enters pcpufreelistpush while the interrupted context holds that CPU's freelist lock...

5.8AI score
SaveExploits0References6
EUVD
EUVD
•added 2026/09/16 10:33 a.m.•9 views

EUVD-2026-80599

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix infinite loop in pcpufreelist push with one possible CPU pcpufreelistpush can loop forever when only one CPU is possible and an NMI re-enters pcpufreelistpush while the interrupted context holds that CPU's freelist lock...

5.7AI score0.00206EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
•added 2026/09/16 12:00 a.m.•5 views

Linux Distros Unpatched Vulnerability : CVE-2026-90046

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - mm/pagealloc: don't spintrylock in NMI on UP Patch series mm/pagealloc: fixes for freepagesnolock on RT/UP. Pre-existing bugs found by Sashiko during review of...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/16 12:00 a.m.•0 views

CVE-2026-90046: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: mm/pagealloc: don't spintrylock in NMI on UP Patch series "mm/pagealloc: fixes for freepagesnolock on RT/UP". Pre-existing bugs found by Sashiko during review of this other series:...

7.8CVSS5.8AI score0.00165EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/16 12:00 a.m.•1 views

CVE-2026-89991: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix infinite loop in pcpufreelist push with one possible CPU pcpufreelistpush can loop forever when only one CPU is possible and an NMI re-enters pcpufreelistpush while the interrupted context holds that CPU's freelist lock...

5.8AI score0.00206EPSS
SaveExploits0References1
Rows per page
Query Builder