Lucene search
K

42 matches found

SUSE CVE
SUSE CVE
added 2026/03/25 4:55 p.m.2 views

SUSE 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.7AI score0.00014EPSS
Exploits0References3
CNNVD
CNNVD
added 2026/01/13 12:0 a.m.1 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 contention condition in rt6getpcpuroute under PREEMPTRT, which could cause the kernel to crash...

5.5CVSS6.1AI score0.00023EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-5160

Malicious code in bioql PyPI...

7AI score0.00013EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2024-54030

Malicious code in bioql PyPI...

5.5CVSS7AI score0.00014EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2024-53233

Malicious code in bioql PyPI...

5.5CVSS7.2AI score0.00044EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2024-51774

Malicious code in bioql PyPI...

5.5CVSS7.3AI score0.0001EPSS
Exploits0References2
NVD
NVD
added 2025/07/10 9:15 a.m.2 views

CVE-2025-38335

In the Linux kernel, the following vulnerability has been resolved: Input: gpio-keys - fix a sleep while atomic with PREEMPTRT When enabling PREEMPTRT, the gpiokeysirqtimer callback runs in hard irq context, but the inputevent takes a spinlock, which isn't allowed there as it is converted to a...

5.5CVSS0.00069EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/07/10 8:15 a.m.6 views

CVE-2025-38335 Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT

In the Linux kernel, the following vulnerability has been resolved: Input: gpio-keys - fix a sleep while atomic with PREEMPTRT When enabling PREEMPTRT, the gpiokeysirqtimer callback runs in hard irq context, but the inputevent takes a spinlock, which isn't allowed there as it is converted to a...

0.00069EPSS
Exploits0References6
Debian CVE
Debian CVE
added 2025/07/10 8:15 a.m.4 views

CVE-2025-38335

In the Linux kernel, the following vulnerability has been resolved: Input: gpio-keys - fix a sleep while atomic with PREEMPTRT When enabling PREEMPTRT, the gpiokeysirqtimer callback runs in hard irq context, but the inputevent takes a spinlock, which isn't allowed there as it is converted to a...

5.5CVSS5.4AI score0.00069EPSS
Exploits0
OSV
OSV
added 2025/07/10 8:15 a.m.2 views

CVE-2025-38335 Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT

In the Linux kernel, the following vulnerability has been resolved: Input: gpio-keys - fix a sleep while atomic with PREEMPTRT When enabling PREEMPTRT, the gpiokeysirqtimer callback runs in hard irq context, but the inputevent takes a spinlock, which isn't allowed there as it is converted to a...

5.5CVSS6.4AI score0.00069EPSS
Exploits0References10
CVE
CVE
added 2025/05/08 6:26 a.m.113 views

CVE-2025-37812

CVE-2025-37812 concerns the Linux kernel cdns3 driver: a deadlock in NCM gadget usage can occur under PREEMPT_RT when heavy network traffic triggers the threaded interrupt handler to be preempted by softirq. The root cause is protection by the same spinlock shared by the threaded IRQ and softirq....

5.5CVSS5.4AI score0.00051EPSS
Exploits0References10Affected Software1
NVD
NVD
added 2025/05/01 1:15 p.m.7 views

CVE-2025-23161

In the Linux kernel, the following vulnerability has been resolved: PCI: vmd: Make vmddev::cfglock a rawspinlockt type The access to the PCI config space via pciops::read and pciops::write is a low-level hardware access. The functions can be accessed with disabled interrupts even on PREEMPTRT. Th...

5.5CVSS0.00042EPSS
Exploits0References8
NVD
NVD
added 2025/03/06 4:15 p.m.10 views

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.5CVSS0.00014EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/03/06 4:4 p.m.10 views

CVE-2025-21825 bpf: Cancel the running bpf_timer through kworker for PREEMPT_RT

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...

0.00018EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.8 views

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.5CVSS5.5AI score0.00014EPSS
Exploits0
CVE
CVE
added 2025/03/06 3:54 p.m.105 views

CVE-2024-58070

Technical details for CVE-2024-58070 are not present in the provided connected documents. The initial description mentions the fix in PREEMPT_RT for bpf_local_storage, but no concrete product/version/root-cause/exploit details are supplied. Monitor for updates.

5.5CVSS7AI score0.00014EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2025/03/06 3:54 p.m.7 views

CVE-2024-58070 bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT

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...

0.00014EPSS
Exploits0References4
OSV
OSV
added 2025/03/06 3:54 p.m.6 views

CVE-2024-58070 bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT

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.5CVSS5.9AI score0.00014EPSS
Exploits0References7
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.25 views

Linux Distros Unpatched Vulnerability : CVE-2024-53089

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - LoongArch: KVM: Mark hrtimer to expire in hard interrupt context Like commit 2c0d278f3293f KVM: LAPIC: Mark hrtimer to expire in hard interrupt context and comm...

5.5CVSS6.8AI score0.0001EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2024-56585

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: LoongArch: Fix sleeping in atomic context for PREEMPTRT Commit bab1c299f3945ffe79 LoongArch:...

5.5CVSS5.8AI score0.00044EPSS
Exploits0References2
Rows per page
Query Builder