Lucene search
+L

17499 matches found

ATTACKERKB
ATTACKERKB
added 2026/02/04 4:08 p.m.7 views

CVE-2026-23106

In the Linux kernel, the following vulnerability has been resolved: timekeeping: Adjust the leap state for the correct auxiliary timekeeper When doajdtimex was introduced to handle adjtimex for any timekeeper, this reference to tkcore was not updated. When called on an auxiliary timekeeper, the...

5.2AI score0.00104EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2026/02/04 4:08 p.m.64 views

CVE-2026-23106

CVE-2026-23106 concerns the Linux kernel timekeeping subsystem. The root cause is in __do_adjtimex(), which incorrectly references the core timekeeper’s tk_core when adjusting leap second state for an auxiliary timekeeper. This leads to a seqlock protocol violation where the timekeepers sequence ...

5.5CVSS5.2AI score0.00104EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2026/02/04 4:08 p.m.45 views

CVE-2026-23106 timekeeping: Adjust the leap state for the correct auxiliary timekeeper

In the Linux kernel, the following vulnerability has been resolved: timekeeping: Adjust the leap state for the correct auxiliary timekeeper When doajdtimex was introduced to handle adjtimex for any timekeeper, this reference to tkcore was not updated. When called on an auxiliary timekeeper, the...

0.00104EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:08 p.m.8 views

CVE-2026-23102

In the Linux kernel, the following vulnerability has been resolved: arm64/fpsimd: signal: Fix restoration of SVE context When SME is supported, Restoring SVE signal context can go wrong in a few ways, including placing the task into an invalid state where the kernel may read from out-of-bounds...

5.5AI score0.00121EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/02/04 4:07 p.m.8 views

CVE-2026-23063 uacce: ensure safe queue release with state management

In the Linux kernel, the following vulnerability has been resolved: uacce: ensure safe queue release with state management Directly calling putqueue carries risks since it cannot guarantee that resources of uaccequeue have been fully released beforehand. So adding a stopqueue operation for the...

5.3AI score
SaveExploits0References10
Cvelist
Cvelist
added 2026/02/04 4:07 p.m.38 views

CVE-2026-23063 uacce: ensure safe queue release with state management

In the Linux kernel, the following vulnerability has been resolved: uacce: ensure safe queue release with state management Directly calling putqueue carries risks since it cannot guarantee that resources of uaccequeue have been fully released beforehand. So adding a stopqueue operation for the...

0.00128EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/02/04 4:07 p.m.8 views

EUVD-2026-5481

In the Linux kernel, the following vulnerability has been resolved: uacce: ensure safe queue release with state management Directly calling putqueue carries risks since it cannot guarantee that resources of uaccequeue have been fully released beforehand. So adding a stopqueue operation for the...

5.3AI score0.00128EPSS
SaveExploits0References4
CVE
CVE
added 2026/02/04 4:07 p.m.56 views

CVE-2026-23063

CVE-2026-23063 pertains to the Linux kernel, specifically the UACCE accelerator framework. The issue arises in the queue release path for uacce_queue when resources could be freed concurrently (e.g., during poweroff -f with accelerators still active). The root cause is unsafe sequencing of operat...

5.5CVSS5.3AI score0.00128EPSS
SaveExploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/02/04 4:04 p.m.5 views

CVE-2026-23053

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a deadlock involving nfsreleasefolio Wang Zhaolong reports a deadlock involving NFSv4.1 state recovery waiting on kthreadd, which is attempting to reclaim memory by calling nfsreleasefolio. The latter cannot make progres...

5.2AI score0.00174EPSS
SaveExploits0References4Affected Software1
CVE
CVE
added 2026/02/04 4:04 p.m.55 views

CVE-2026-23053

Summary (CVE-2026-23053): A Linux kernel vulnerability in NFS can deadlock during NFSv4.1 state recovery when kthreadd tries to reclaim memory by calling nfs_release_folio(). The deadlock prevents progress in nfs_release_folio(), which delays memory reclamation. The fix implemented is to initiate...

5.2AI score0.00174EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/02/04 4:04 p.m.37 views

CVE-2026-23053 NFS: Fix a deadlock involving nfs_release_folio()

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a deadlock involving nfsreleasefolio Wang Zhaolong reports a deadlock involving NFSv4.1 state recovery waiting on kthreadd, which is attempting to reclaim memory by calling nfsreleasefolio. The latter cannot make progres...

0.00174EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/02/04 4:04 p.m.9 views

EUVD-2026-5493

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a deadlock involving nfsreleasefolio Wang Zhaolong reports a deadlock involving NFSv4.1 state recovery waiting on kthreadd, which is attempting to reclaim memory by calling nfsreleasefolio. The latter cannot make progres...

5.2AI score0.00174EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/04 4:04 p.m.13 views

CVE-2026-23053 NFS: Fix a deadlock involving nfs_release_folio()

In the Linux kernel, the following vulnerability has been resolved: NFS: Fix a deadlock involving nfsreleasefolio Wang Zhaolong reports a deadlock involving NFSv4.1 state recovery waiting on kthreadd, which is attempting to reclaim memory by calling nfsreleasefolio. The latter cannot make progres...

5.2AI score
SaveExploits0References7
EUVD
EUVD
added 2026/02/04 4:04 p.m.8 views

EUVD-2026-5496

In the Linux kernel, the following vulnerability has been resolved: pNFS: Fix a deadlock when returning a delegation during open Ben Coddington reports seeing a hang in the following stack trace: 0 ffffd0b50e1774e0 schedule at ffffffff9ca05415 1 ffffd0b50e177548 schedule at ffffffff9ca05717 2...

5.2AI score0.00174EPSS
SaveExploits0References3
OSV
OSV
added 2026/02/04 4:04 p.m.8 views

CVE-2026-23050 pNFS: Fix a deadlock when returning a delegation during open()

In the Linux kernel, the following vulnerability has been resolved: pNFS: Fix a deadlock when returning a delegation during open Ben Coddington reports seeing a hang in the following stack trace: 0 ffffd0b50e1774e0 schedule at ffffffff9ca05415 1 ffffd0b50e177548 schedule at ffffffff9ca05717 2...

5.2AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/02/04 4:04 p.m.40 views

CVE-2026-23050 pNFS: Fix a deadlock when returning a delegation during open()

In the Linux kernel, the following vulnerability has been resolved: pNFS: Fix a deadlock when returning a delegation during open Ben Coddington reports seeing a hang in the following stack trace: 0 ffffd0b50e1774e0 schedule at ffffffff9ca05415 1 ffffd0b50e177548 schedule at ffffffff9ca05717 2...

0.00174EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/02/04 4:04 p.m.11 views

CVE-2025-71194 btrfs: fix deadlock in wait_current_trans() due to ignored transaction type

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock in waitcurrenttrans due to ignored transaction type When waitcurrenttrans is called during starttransaction, it currently waits for a blocked transaction without considering whether the given transaction type...

5.2AI score0.0018EPSS
SaveExploits0References7
OSV
OSV
added 2026/02/04 4:04 p.m.13 views

CVE-2025-71194 btrfs: fix deadlock in wait_current_trans() due to ignored transaction type

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock in waitcurrenttrans due to ignored transaction type When waitcurrenttrans is called during starttransaction, it currently waits for a blocked transaction without considering whether the given transaction type...

5.3AI score
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2026/02/04 3:15 a.m.11 views

CVE-2026-25221

PolarLearn is a free and open-source learning program. In 0-PRERELEASE-15 and earlier, the OAuth 2.0 implementation for GitHub and Google login providers is vulnerable to Login Cross-Site Request Forgery CSRF. The application fails to implement and verify the state parameter during the...

8.1CVSS5.5AI score0.00211EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2026/02/04 12:00 a.m.12 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from improper use of shared variables, potentially leading to state corruption...

4.7CVSS5.8AI score0.00103EPSS
SaveExploits0References4
Rows per page
Query Builder