Lucene search
+L

7732 matches found

Cvelist
Cvelist
added 2025/03/12 9:41 a.m.24 views

CVE-2024-58088 bpf: Fix deadlock when freeing cgroup storage

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix deadlock when freeing cgroup storage The following commit bc235cdb423a "bpf: Prevent deadlock from recursive bpftaskstorageget|delete" first introduced deadlock prevention for fentry/fexit programs attaching on...

0.00162EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/03/12 9:41 a.m.2 views

CVE-2024-58088 bpf: Fix deadlock when freeing cgroup storage

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix deadlock when freeing cgroup storage The following commit bc235cdb423a "bpf: Prevent deadlock from recursive bpftaskstorageget|delete" first introduced deadlock prevention for fentry/fexit programs attaching on...

7.7AI score0.00162EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2025/03/12 9:41 a.m.16 views

CVE-2024-58088

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix deadlock when freeing cgroup storage The following commit bc235cdb423a "bpf: Prevent deadlock from recursive bpftaskstorageget|delete" first introduced deadlock prevention for fentry/fexit programs attaching on...

5.5CVSS5.5AI score0.00162EPSS
SaveExploits0
OSV
OSV
added 2025/03/12 9:41 a.m.20 views

CVE-2024-58088 bpf: Fix deadlock when freeing cgroup storage

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix deadlock when freeing cgroup storage The following commit bc235cdb423a "bpf: Prevent deadlock from recursive bpftaskstorageget|delete" first introduced deadlock prevention for fentry/fexit programs attaching on...

5.5CVSS5.9AI score
SaveExploits0References7
CVE
CVE
added 2025/03/12 9:41 a.m.131 views

CVE-2024-58088

In CVE-2024-58088, the Linux kernel’s BPF cgroup storage path could deadlock when freeing storage. The issue stemmed from passing NULL to bpf_local_storage_map_free() in cgrp storage, creating a locking window. Affected components include tasks attaching fentry/fexit programs and non-cgroup-attac...

5.5CVSS6.6AI score0.00162EPSS
SaveExploits0References4Affected Software1
CNNVD
CNNVD
added 2025/03/12 12:00 a.m.4 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 Linux kernel that stems from a possible deadlock when freeing cgroup storage...

5.5CVSS6.3AI score0.00162EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/03/12 12:00 a.m.5 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 holding freezemutex during an mmap operation, which could result in a deadlock...

5.5CVSS6.3AI score0.00238EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/03/12 12:00 a.m.56 views

AlmaLinux 8 : kernel (ALSA-2025:2473)

The remote AlmaLinux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2025:2473 advisory. kernel: HID: core: zero-initialize the report buffer CVE-2024-50302 kernel: ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devic...

7.8CVSS7.7AI score0.03558EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/03/12 12:00 a.m.6 views

PT-2025-11011 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue concerns the use of spin lock/unlock functions in interrupt contexts, which could result in a deadlock when an interrupt occurs while holding a lock, as seen in GitLab issue...

7.8CVSS7.5AI score0.36848EPSS
SaveExploits1References529
CNNVD
CNNVD
added 2025/03/12 12:00 a.m.8 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. Linux kernel suffers from an improper locking vulnerability that stems from the use of spinlock in an interruptible context, which could lead to a deadlock. The vulnerability c...

5.5CVSS7.6AI score0.00179EPSS
SaveExploits0References4
CNNVD
CNNVD
added 2025/03/12 12:00 a.m.8 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 Linux kernel that stems from the use of a lock in USB MIDI resulting in a deadlock...

5.5CVSS6.5AI score0.00169EPSS
SaveExploits0References6
SUSE Linux
SUSE Linux
added 2025/03/11 1:41 p.m.7 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2022-36280: Fixed out-of-bounds memory access vulnerability found in vmwgfx driver bsc1203332. CVE-2022-48742: rtnetlink: make sure to refresh masterdev/mops in...

8.8CVSS8.4AI score0.02033EPSS
SaveExploits0References370
Positive Technologies
Positive Technologies
added 2025/03/11 12:00 a.m.7 views

PT-2025-20494

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A long-standing race condition in the Linux kernel's PCI hotplug functionality can lead to a deadlock when hot-removing nested PCI hotplug ports. This issue occurs when a parent hotplug...

7.8CVSS7.3AI score0.66418EPSS
SaveExploits0References1210
RedHat Linux
RedHat Linux
added 2025/03/10 10:52 a.m.8 views

kernel: hwrng: core - Fix page fault dead lock on mmap-ed hwrng

A vulnerability was found in the hwrng component of the Linux kernel, which caused a deadlock when reading from /dev/hwrng into memory and mmap-ed from /dev/hwrng. This issue is triggered by a recursive read during a page fault and allows a local, authenticated attacker to cause a denial of servi...

5.5CVSS6.7AI score0.00195EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/03/10 1:37 a.m.14 views

kernel: scsi: megaraid_sas: Fix for a potential deadlock

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warning CPU0 CPU1 ---- ---- lock&instance-resetmutex; lock&shost-scanmutex; lock&instance-resetmutex;...

5.5CVSS6.8AI score0.00176EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/03/10 1:32 a.m.20 views

Important: Red Hat Security Advisory: kernel-rt security update

An update for kernel-rt is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from...

7.8CVSS7.4AI score0.03558EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/03/10 1:32 a.m.9 views

kernel: scsi: megaraid_sas: Fix for a potential deadlock

In the Linux kernel, the following vulnerability has been resolved: scsi: megaraidsas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warning CPU0 CPU1 ---- ---- lock&instance-resetmutex; lock&shost-scanmutex; lock&instance-resetmutex;...

5.5CVSS6.8AI score0.00176EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2025/03/10 12:00 a.m.12 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-56694)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-56694 advisory. - In the Linux kernel, the following vulnerability has been resolved: bpf: fix recursive lock when verdict...

7.5CVSS6AI score0.00412EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2025/03/10 12:00 a.m.10 views

CBL Mariner 2.0 Security Update: kernel (CVE-2024-47143)

The version of kernel installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2024-47143 advisory. - In the Linux kernel, the following vulnerability has been resolved: dma-debug: fix a possible deadlock on...

5.5CVSS6AI score0.00186EPSS
SaveExploits0References2
Oracle linux
Oracle linux
added 2025/03/10 12:00 a.m.67 views

Unbreakable Enterprise kernel security update

5.4.17-2136.341.3.1 - Revert 'NFSD: Limit the number of concurrent async COPY operations' Sherry Yang Orabug: 37667080 5.4.17-2136.341.3 - iouring: fix possible deadlock in ioregisteriowqmaxworkers Hagar Hemdan Orabug: 37565787 - iouring/rw: fix missing NOWAIT check for ODIRECT start write Jens...

7.8CVSS7.7AI score0.04831EPSS
SaveExploits2
Rows per page
Query Builder