Lucene search
+L

44601 matches found

OSV
OSV
•added 2026/09/25 10:22 a.m.•1 views

CVE-2026-97904 cpufreq: initialize policy rwsem before sysfs publication

In the Linux kernel, the following vulnerability has been resolved: cpufreq: initialize policy rwsem before sysfs publication cpufreqpolicyalloc initializes policy-rwsem after kobjectinitandadd has created the policy sysfs directory and its default attributes. A sysfs access can therefore reach a...

5.8AI score
SaveExploits0References7
Debian CVE
Debian CVE
•added 2026/09/25 10:22 a.m.•6 views

CVE-2026-97904

In the Linux kernel, the following vulnerability has been resolved: cpufreq: initialize policy rwsem before sysfs publication cpufreqpolicyalloc initializes policy-rwsem after kobjectinitandadd has created the policy sysfs directory and its default attributes. A sysfs access can therefore reach a...

5.8AI score0.002EPSS
SaveExploits0
CVE
CVE
•added 2026/09/25 10:22 a.m.•12 views

CVE-2026-97904

The Linux kernel contains a vulnerability where cpufreq_policy_alloc() initializes the policy->rwsem semaphore after kobject_init_and_add() has already created the policy sysfs directory and its default attributes. This timing issue allows a sysfs access to reach a policy callback before the s...

5.8AI score0.002EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•3 views

EUVD-2026-86758

In the Linux kernel, the following vulnerability has been resolved: cpufreq: initialize policy rwsem before sysfs publication cpufreqpolicyalloc initializes policy-rwsem after kobjectinitandadd has created the policy sysfs directory and its default attributes. A sysfs access can therefore reach a...

5.8AI score0.002EPSS
SaveExploits0References4
EUVD
EUVD
•added 2026/09/25 10:22 a.m.•4 views

EUVD-2026-86748

In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Check resizedisabled before publishing the new subbuf order ringbuffersubbuforderset stores the new order and only then walks the CPUs, returning -EBUSY if any of them has resizing disabled. A user mapped buffer has...

6AI score0.002EPSS
SaveExploits0References4
CVE
CVE
•added 2026/09/25 10:22 a.m.•8 views

CVE-2026-97617

A vulnerability exists in the Linux kernel 's ring-buffer mechanism. The ring_buffer_subbuf_order_set() function incorrectly stores a new order before checking if any CPUs have resizing disabled. Because __rb_map_vma() reads buffer->subbuf_order without holding the buffer->mutex, a race con...

6AI score0.002EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/25 10:22 a.m.•25 views

CVE-2026-97608 netfilter: nf_log: unregister loggers before per-net teardown

In the Linux kernel, the following vulnerability has been resolved: netfilter: nflog: unregister loggers before per-net teardown nflogsyslog and nfnetlinklog unregister their per-network namespace operations before unregistering their global logger backends. This leaves a window where a sysctl or...

7CVSS0.00144EPSS
SaveExploits0References4
Cvelist
Cvelist
•added 2026/09/25 10:22 a.m.•25 views

CVE-2026-97594 landlock: Fix use-after-free of the source's parent directory

In the Linux kernel, the following vulnerability has been resolved: landlock: Fix use-after-free of the source's parent directory currentcheckreferpath reads olddentry-dparent without holding a reference nor a lock on it, and then dereferences it in collectdomainaccesses and in the audit record. ...

7.8CVSS0.00157EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/25 10:21 a.m.•6 views

CVE-2026-97567

In the Linux kernel, the following vulnerability has been resolved: mptcp: prevent race between disconnect and rtx Sashiko noted that the two event can race, leading to inconsistent status. Prevent the race using the synchronous timer stop operation...

5.8AI score0.00198EPSS
SaveExploits0
CVE
CVE
•added 2026/09/25 10:21 a.m.•7 views

CVE-2026-97567

The Linux kernel contains a vulnerability where a race condition can occur between the disconnect() and rtx events within the mptcp component. This race condition can lead to an inconsistent status . The issue is resolved by implementing a synchronous timer stop operation to prevent the concurren...

5.7AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:21 a.m.•5 views

EUVD-2026-86875

In the Linux kernel, the following vulnerability has been resolved: mptcp: prevent race between disconnect and rtx Sashiko noted that the two event can race, leading to inconsistent status. Prevent the race using the synchronous timer stop operation...

5.7AI score0.00198EPSS
SaveExploits0References3
Debian CVE
Debian CVE
•added 2026/09/25 10:21 a.m.•4 views

CVE-2026-97553

In the Linux kernel, the following vulnerability has been resolved: xfs: lock the healthmon when inserting unmount event LOLLM complains that xfshealthmonunmount does an unlocked insert of the unmount event into the health monitor's event list. Fix that...

5.8AI score0.00189EPSS
SaveExploits0
EUVD
EUVD
•added 2026/09/25 10:21 a.m.•5 views

EUVD-2026-86861

In the Linux kernel, the following vulnerability has been resolved: xfs: lock the healthmon when inserting unmount event LOLLM complains that xfshealthmonunmount does an unlocked insert of the unmount event into the health monitor's event list. Fix that...

5.8AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/25 10:21 a.m.•5 views

CVE-2026-97553

The Linux kernel contains a vulnerability in the xfs filesystem component. Specifically, the function xfs_healthmon_unmount performs an unlocked insert of the unmount event into the health monitor's event list . The fix involves properly locking the healthmon during this insertion to ensure threa...

5.8AI score0.00189EPSS
SaveExploits0References2
CVE
CVE
•added 2026/09/25 10:21 a.m.•6 views

CVE-2026-97537

The Linux kernel contains a vulnerability in the scsi qla2xxx driver within the qla25xx_free_req_que() and qla25xx_free_rsp_que() functions. Two specific issues occur on the error path of queue creation: first, an unconditional dma_free_coherent() call with a NULL pointer (resulting from a dma_al...

5.8AI score0.00198EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:21 a.m.•3 views

EUVD-2026-86845

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix queue teardown NULL dmafree and bitmap locking qla25xxfreereqque and qla25xxfreerspque have two pre-existing bugs exposed on the error path of qla25xxcreatereq,rspque: 1. When dmaalloccoherent fails during queu...

5.8AI score0.00198EPSS
SaveExploits0References3
Cvelist
Cvelist
•added 2026/09/25 10:21 a.m.•19 views

CVE-2026-97527 scsi: qla2xxx: Serialize NVMe unsol ctx list with a per-fcport lock

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Serialize NVMe unsol ctx list with a per-fcport lock The fcport-unsolctxhead list is modified from several contexts without a common lock. Entries are added in qla2xxxprocesspurlsiocb from the response queue ISR...

8.8CVSS0.00318EPSS
SaveExploits0References3
CVE
CVE
•added 2026/09/25 10:21 a.m.•8 views

CVE-2026-97527

The Linux kernel contains a vulnerability in the scsi: qla2xxx driver where the fcport->unsol_ctx_head list is modified from multiple contexts without a common lock. Specifically, entries are added via qla2xxx_process_purls_iocb() (under the qpair qp_lock) and removed from qla2xxx_process_purl...

8.8CVSS5.8AI score0.00318EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:21 a.m.•5 views

EUVD-2026-86835

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Serialize NVMe unsol ctx list with a per-fcport lock The fcport-unsolctxhead list is modified from several contexts without a common lock. Entries are added in qla2xxxprocesspurlsiocb from the response queue ISR...

8.8CVSS5.8AI score0.00318EPSS
SaveExploits0References3
EUVD
EUVD
•added 2026/09/25 10:21 a.m.•4 views

EUVD-2026-86831

In the Linux kernel, the following vulnerability has been resolved: mptcp: close race between scheduler and state change The mptcp scheduler may race with subflow sockets state change: data transmission on the selected socket may fail and a later release could try to use mssnow reset to 0 for a...

7.5CVSS5.8AI score0.00603EPSS
SaveExploits0References4
Rows per page
Query Builder