Lucene search
+L

54 matches found

CVE
CVE
added 2025/07/25 12:53 p.m.65 views

CVE-2025-38388

CVE-2025-38388 concerns the Linux kernel’s ARM Firmware Framework for ARMv8-A (FFA). The issue stems from using a mutex to protect the notifier hashtable accesses, which could sleep in atomic context and trigger warnings like “sleeping function called from invalid context.” Connected documents co...

5.5CVSS6.2AI score0.00119EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2025/07/25 12:53 p.m.16 views

CVE-2025-38388

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Replace mutex with rwlock to avoid sleep in atomic context The current use of a mutex to protect the notifier hashtable accesses can lead to issues in the atomic context. It results in the below kernel warnings:...

5.5CVSS5.3AI score0.00119EPSS
SaveExploits0
OSV
OSV
added 2025/07/25 12:53 p.m.9 views

CVE-2025-38388 firmware: arm_ffa: Replace mutex with rwlock to avoid sleep in atomic context

In the Linux kernel, the following vulnerability has been resolved: firmware: armffa: Replace mutex with rwlock to avoid sleep in atomic context The current use of a mutex to protect the notifier hashtable accesses can lead to issues in the atomic context. It results in the below kernel warnings:...

6.1AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/07/25 12:00 a.m.8 views

PT-2025-30788

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contained an issue where a mutex was used to protect the notifier hashtable accesses, potentially leading to sleeping within an atomic context. This resulted in kernel...

5.5CVSS5.9AI score0.00119EPSS
SaveExploits0
OSV
OSV
added 2025/03/14 11:08 a.m.19 views

OESA-2025-1286 kernel security update

The Linux Kernel, the operating system core itself. Security Fixes: In the Linux kernel, the following vulnerability has been resolved: IORINGOPREAD did not correctly consume the provided buffer list when read i/o returned 0 except for -EAGAIN and -EIOCBQUEUED return. This can lead to a potential...

8CVSS5.8AI score0.00694EPSS
SaveExploits0References80
RedhatCVE
RedhatCVE
added 2025/01/13 7:50 a.m.15 views

CVE-2024-41935

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to shrink read extent node in batches We use rwlock to protect core structure data of extent tree during its shrink, however, if there is a huge number of extent nodes in extent tree, during shrink of extent tree, it ma...

5.5CVSS6.9AI score0.00226EPSS
SaveExploits0References4
NVD
NVD
added 2025/01/11 1:15 p.m.18 views

CVE-2024-41935

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to shrink read extent node in batches We use rwlock to protect core structure data of extent tree during its shrink, however, if there is a huge number of extent nodes in extent tree, during shrink of extent tree, it ma...

7.1CVSS0.00226EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/01/11 12:25 p.m.36 views

CVE-2024-41935 f2fs: fix to shrink read extent node in batches

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to shrink read extent node in batches We use rwlock to protect core structure data of extent tree during its shrink, however, if there is a huge number of extent nodes in extent tree, during shrink of extent tree, it ma...

0.00226EPSS
SaveExploits0References3
OSV
OSV
added 2025/01/11 12:25 p.m.11 views

CVE-2024-41935 f2fs: fix to shrink read extent node in batches

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to shrink read extent node in batches We use rwlock to protect core structure data of extent tree during its shrink, however, if there is a huge number of extent nodes in extent tree, during shrink of extent tree, it ma...

6AI score
SaveExploits0References6
CVE
CVE
added 2025/01/11 12:25 p.m.2375 views

CVE-2024-41935

CVE-2024-41935 (Linux kernel, f2fs) : The issue concerns the f2fs extent tree shrink operation. The patch changes the shrink process to operate on read extent nodes in batches, reducing the time a core rwlock is held and preventing potential kernel hangs when the extent tree contains a large numb...

7.1CVSS6.2AI score0.00226EPSS
SaveExploits0References3Affected Software1
Positive Technologies
Positive Technologies
added 2024/11/21 12:00 a.m.14 views

PT-2025-2615

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.6.74 Description The issue arises from the Linux kernel's handling of the extent tree during its shrink operation. Specifically, when there is a huge number of extent nodes in the extent tree, the kernel may ho...

7.1CVSS5.5AI score0.00226EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/05/19 4:26 p.m.36 views

CVE-2023-52699

A vulnerability was found in the Linux kernel's System V sysv filesystem and occurred when calling the sbbread function while holding the pointerslock lock. This improper handling can lead to potential deadlocks or other erratic behavior in the filesystem. Mitigation Mitigation for this issue is...

5.5CVSS8.9AI score0.00974EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/19 11:15 a.m.13 views

UBUNTU-CVE-2023-52699

In the Linux kernel, the following vulnerability has been resolved: sysv: don't call sbbread with pointerslock held syzbot is reporting sleep in atomic context in SysV filesystem 1, for sbbread is called with rwspinlock held. A "writelock&pointerslock = readlock&pointerslock deadlock" bug and a...

5.3CVSS6.1AI score0.00974EPSS
SaveExploits0References28
SUSE CVE
SUSE CVE
added 2024/04/05 2:22 a.m.16 views

SUSE CVE-2023-52638

In the Linux kernel, the following vulnerability has been resolved: can: j1939: prevent deadlock by changing j1939sockslock to rwlock The following 3 locks would race against each other, causing the deadlock situation in the Syzbot bug report: - j1939sockslock - activesessionlistlock -...

5.5CVSS6.7AI score0.00183EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2024/04/03 10:35 p.m.30 views

CVE-2023-52638

A vulnerability was found in the Linux kernel's Controller Area Network CAN protocol, within the J1939 protocol implementation. This issue occurs due to a potential deadlock caused by a race condition involving three locks: j1939sockslock, activesessionlistlock, and sksessionqueuelock. This issue...

5.5CVSS6.9AI score0.00183EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/03 3:15 p.m.7 views

DEBIAN-CVE-2023-52638

In the Linux kernel, the following vulnerability has been resolved: can: j1939: prevent deadlock by changing j1939sockslock to rwlock The following 3 locks would race against each other, causing the deadlock situation in the Syzbot bug report: - j1939sockslock - activesessionlistlock -...

5.5CVSS5.7AI score0.00183EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/03 2:54 p.m.17 views

CVE-2023-52638 can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock

In the Linux kernel, the following vulnerability has been resolved: can: j1939: prevent deadlock by changing j1939sockslock to rwlock The following 3 locks would race against each other, causing the deadlock situation in the Syzbot bug report: - j1939sockslock - activesessionlistlock -...

5.9AI score
SaveExploits0References8
CVE
CVE
added 2024/04/03 2:54 p.m.159 views

CVE-2023-52638

CVE-2023-52638 : Linux kernel patch changes the j1939_socks_lock to an rwlock to prevent a deadlock among j1939_socks_lock, active_session_list_lock, and sk_session_queue_lock. Patched code reduces circular lock dependency when a thread already holds j1939_socks_lock and may acquire sk_session_qu...

5.5CVSS6.3AI score0.00183EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/04/03 2:54 p.m.64 views

CVE-2023-52638

In the Linux kernel, the following vulnerability has been resolved: can: j1939: prevent deadlock by changing j1939sockslock to rwlock The following 3 locks would race against each other, causing the deadlock situation in the Syzbot bug report: - j1939sockslock - activesessionlistlock -...

5.5CVSS7.1AI score0.00183EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/04/03 12:00 a.m.12 views

PT-2024-14675 · Linux +8 · Linux Kernel +8

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A deadlock situation in the Linux kernel has been resolved by changing j1939 socks lock to an rwlock. The deadlock occurred due to a circular lock dependency between j1939 socks lock,...

9.8CVSS6.6AI score0.50967EPSS
SaveExploits6References983
Rows per page
Query Builder