Lucene search
+L

425 matches found

CNNVD
CNNVD
added 2025/12/16 12:0 a.m.7 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 call to a function in an atomic context that could cause a sleep, potentially leading to system instabilit...

6.1AI score0.00162EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/16 12:0 a.m.1 views

PT-2025-51732

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.18.0-rc2-00399-g6f1ab1b109b9 Description The Linux kernel contains a flaw within the lan966x driver where a mutex is used within an atomic context. This can lead to a kernel warning, specifically "BUG: sleeping...

5.3AI score0.00162EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/10 4:39 a.m.5 views

CVE-2023-53799

In the Linux kernel, the following vulnerability has been resolved: crypto: api - Use work queue in cryptodestroyinstance The function cryptodropspawn expects to be called in process context. However, when an instance is unregistered while it still has active users, the last user may cause the...

4.7CVSS5.8AI score0.00179EPSS
SaveExploits0References4
NVD
NVD
added 2025/12/09 1:16 a.m.3 views

CVE-2023-53799

In the Linux kernel, the following vulnerability has been resolved: crypto: api - Use work queue in cryptodestroyinstance The function cryptodropspawn expects to be called in process context. However, when an instance is unregistered while it still has active users, the last user may cause the...

0.00179EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 1:16 a.m.3 views

DEBIAN-CVE-2023-53799

In the Linux kernel, the following vulnerability has been resolved: crypto: api - Use work queue in cryptodestroyinstance The function cryptodropspawn expects to be called in process context. However, when an instance is unregistered while it still has active users, the last user may cause the...

5.3AI score0.00179EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.13 views

CVE-2022-50652

In the Linux kernel, the following vulnerability has been resolved: uio: uiodmemgenirq: Fix missing unlock in irq configuration Commit b74351287d4b "uio: fix a sleep-in-atomic-context bug in uiodmemgenirqirqcontrol" started calling disableirq without holding the spinlock because it can sleep...

0.00203EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 1:16 a.m.2 views

DEBIAN-CVE-2022-50652

In the Linux kernel, the following vulnerability has been resolved: uio: uiodmemgenirq: Fix missing unlock in irq configuration Commit b74351287d4b "uio: fix a sleep-in-atomic-context bug in uiodmemgenirqirqcontrol" started calling disableirq without holding the spinlock because it can sleep...

5.4AI score0.00203EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/12/09 1:16 a.m.7 views

CVE-2023-53799

In the Linux kernel, the following vulnerability has been resolved: crypto: api - Use work queue in cryptodestroyinstance The function cryptodropspawn expects to be called in process context. However, when an instance is unregistered while it still has active users, the last user may cause the...

5.8AI score0.00179EPSS
SaveExploits0References8
OSV
OSV
added 2025/12/09 1:16 a.m.6 views

UBUNTU-CVE-2023-53799

In the Linux kernel, the following vulnerability has been resolved: crypto: api - Use work queue in cryptodestroyinstance The function cryptodropspawn expects to be called in process context. However, when an instance is unregistered while it still has active users, the last user may cause the...

5.7AI score0.00179EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 1:16 a.m.4 views

UBUNTU-CVE-2022-50652

In the Linux kernel, the following vulnerability has been resolved: uio: uiodmemgenirq: Fix missing unlock in irq configuration Commit b74351287d4b "uio: fix a sleep-in-atomic-context bug in uiodmemgenirqirqcontrol" started calling disableirq without holding the spinlock because it can sleep...

5.7AI score0.00203EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/12/09 12:0 a.m.37 views

CVE-2023-53799 crypto: api - Use work queue in crypto_destroy_instance

In the Linux kernel, the following vulnerability has been resolved: crypto: api - Use work queue in cryptodestroyinstance The function cryptodropspawn expects to be called in process context. However, when an instance is unregistered while it still has active users, the last user may cause the...

0.00179EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/09 12:0 a.m.7 views

CVE-2023-53799

In the Linux kernel, the following vulnerability has been resolved: crypto: api - Use work queue in cryptodestroyinstance The function cryptodropspawn expects to be called in process context. However, when an instance is unregistered while it still has active users, the last user may cause the...

5.3AI score0.00179EPSS
SaveExploits0
CVE
CVE
added 2025/12/09 12:0 a.m.32 views

CVE-2023-53799

CVE-2023-53799 affects the Linux kernel crypto subsystem where crypto_destroy_instance could free an instance in atomic context if the last user unregisters while active. Root cause: crypto_drop_spawn may be invoked outside process context, risking atomic-context frees. Fix: defer the freeing to ...

6AI score0.00179EPSS
SaveExploits0References6
OSV
OSV
added 2025/12/09 12:0 a.m.6 views

CVE-2023-53799 crypto: api - Use work queue in crypto_destroy_instance

In the Linux kernel, the following vulnerability has been resolved: crypto: api - Use work queue in cryptodestroyinstance The function cryptodropspawn expects to be called in process context. However, when an instance is unregistered while it still has active users, the last user may cause the...

6.3AI score0.00179EPSS
SaveExploits0References9
Debian CVE
Debian CVE
added 2025/12/09 12:0 a.m.4 views

CVE-2022-50652

In the Linux kernel, the following vulnerability has been resolved: uio: uiodmemgenirq: Fix missing unlock in irq configuration Commit b74351287d4b "uio: fix a sleep-in-atomic-context bug in uiodmemgenirqirqcontrol" started calling disableirq without holding the spinlock because it can sleep...

5.4AI score0.00203EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.6 views

PT-2025-49659

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw in the crypto API related to instance destruction. The crypto drop spawn function is designed to operate within a process context, but it can be triggere...

6.1AI score0.00179EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/12/09 12:0 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 the Linux kernel that stems from cryptodestroyinstance not releasing an instance in the work queue, which could lead to post-release reuse in...

6.1AI score0.00179EPSS
SaveExploits0References7
Microsoft CVE
Microsoft CVE
added 2025/12/06 9:2 a.m.3 views

scsi: sg: Do not sleep in atomic context

...

6.2CVSS7AI score0.00175EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/12/06 1:1 a.m.8 views

erofs: Fix detection of atomic context

...

5.5CVSS7AI score0.00127EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/12/05 4:15 p.m.7 views

CVE-2025-40259

No description is available for this CVE...

7CVSS6.5AI score0.00175EPSS
SaveExploits0References4
Rows per page
Query Builder