Lucene search
+L

1177 matches found

NVD
NVD
added 2025/10/20 4:15 p.m.10 views

CVE-2025-40012

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix warning in smcrxsplice when calling getpage smcloregisterdmb allocates DMB buffers with kzalloc, which are later passed to getpage in smcrxsplice. Since kmalloc memory is not page-backed, this triggers WARNONONCE in...

0.00225EPSS
SaveExploits0References3
NVD
NVD
added 2025/10/20 4:15 p.m.10 views

CVE-2025-40006

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix folio is still mapped when deleted Migration may be raced with fallocating hole. removeinodesinglefolio will unmap the folio if the folio is still mapped. However, it's called without folio lock. If the folio is...

0.00241EPSS
SaveExploits0References8
OSV
OSV
added 2025/10/20 4:15 p.m.4 views

UBUNTU-CVE-2025-40006

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix folio is still mapped when deleted Migration may be raced with fallocating hole. removeinodesinglefolio will unmap the folio if the folio is still mapped. However, it's called without folio lock. If the folio is...

6.6AI score0.00241EPSS
SaveExploits0References35
CVE
CVE
added 2025/10/20 3:26 p.m.30 views

CVE-2025-40012

CVE-2025-40012 (Linux kernel, net/smc) : The issue occurs in smc_rx_splice() where DMB buffers are allocated with kzalloc() (not page-backed) and later passed to get_page(), which can trigger WARN_ON_ONCE() and break refcounting, risking use-after-free if the memory is released before splice_to_p...

5.9AI score0.00225EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/20 3:26 p.m.6 views

CVE-2025-40012 net/smc: fix warning in smc_rx_splice() when calling get_page()

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix warning in smcrxsplice when calling getpage smcloregisterdmb allocates DMB buffers with kzalloc, which are later passed to getpage in smcrxsplice. Since kmalloc memory is not page-backed, this triggers WARNONONCE in...

6.3AI score0.00225EPSS
SaveExploits0References6
OSV
OSV
added 2025/10/20 3:26 p.m.6 views

CVE-2025-40006 mm/hugetlb: fix folio is still mapped when deleted

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix folio is still mapped when deleted Migration may be raced with fallocating hole. removeinodesinglefolio will unmap the folio if the folio is still mapped. However, it's called without folio lock. If the folio is...

6.2AI score0.00241EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/10/20 3:26 p.m.3 views

CVE-2025-40006

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix folio is still mapped when deleted Migration may be raced with fallocating hole. removeinodesinglefolio will unmap the folio if the folio is still mapped. However, it's called without folio lock. If the folio is...

6.4AI score0.00241EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/10/20 3:26 p.m.11 views

CVE-2025-40006 mm/hugetlb: fix folio is still mapped when deleted

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb: fix folio is still mapped when deleted Migration may be raced with fallocating hole. removeinodesinglefolio will unmap the folio if the folio is still mapped. However, it's called without folio lock. If the folio is...

0.00241EPSS
SaveExploits0References8
CVE
CVE
added 2025/10/20 3:26 p.m.29 views

CVE-2025-40006

CVE-2025-40006 – Linux kernel mm/hugetlb vulnerability : The issue occurs when a folio is migrated and the mapped page table entry has been converted to a migration entry, causing folio_mapped() to return false and the folio to remain mapped after deletion. This race can lead to a page still mapp...

5.8AI score0.00241EPSS
SaveExploits0References8
CNNVD
CNNVD
added 2025/10/20 12:0 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 a migration operation competing with a fallocating hole that could cause folio to remain mapped without bein...

6AI score0.00241EPSS
SaveExploits0References10
Microsoft CVE
Microsoft CVE
added 2025/10/12 1:1 a.m.5 views

s390/uv: Don't call folio_wait_writeback() without a folio reference

...

5.5CVSS7AI score0.00225EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/10/08 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2023-53593

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - cifs: Release folio lock on fscache read hit. Under the current code, when cifsreadpageworker is called, the call contract is that the callee should unlock the...

5.5CVSS5.6AI score0.00135EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/07 7:54 p.m.13 views

CLSA-2025-1759866837 kernel: Fix of 44 CVEs

mm: zswap: fix missing folio cleanup in writeback race path CVE-2024-26832 - mm: fix zswap writeback race condition CVE-2023-53178 - dm array: fix releasing a faulty array block twice in dmarraycursorend CVE-2024-57929 - drm/dpmst: Fix MST sideband message body length check CVE-2024-56616 - gpio:...

7.8CVSS6.9AI score0.00829EPSS
SaveExploits4References1
SUSE CVE
SUSE CVE
added 2025/10/05 2:55 a.m.7 views

SUSE CVE-2023-53593

In the Linux kernel, the following vulnerability has been resolved: cifs: Release folio lock on fscache read hit. Under the current code, when cifsreadpageworker is called, the call contract is that the callee should unlock the page. This is documented in the readfolio section of...

5.5CVSS6.3AI score0.00135EPSS
SaveExploits0References16
NVD
NVD
added 2025/10/04 4:15 p.m.6 views

CVE-2023-53593

In the Linux kernel, the following vulnerability has been resolved: cifs: Release folio lock on fscache read hit. Under the current code, when cifsreadpageworker is called, the call contract is that the callee should unlock the page. This is documented in the readfolio section of...

5.5CVSS0.00135EPSS
SaveExploits0References3
OSV
OSV
added 2025/10/04 4:15 p.m.4 views

UBUNTU-CVE-2023-53593

In the Linux kernel, the following vulnerability has been resolved: cifs: Release folio lock on fscache read hit. Under the current code, when cifsreadpageworker is called, the call contract is that the callee should unlock the page. This is documented in the readfolio section of...

5.5CVSS5.9AI score0.00135EPSS
SaveExploits0References11
Cvelist
Cvelist
added 2025/10/04 3:44 p.m.9 views

CVE-2023-53593 cifs: Release folio lock on fscache read hit.

In the Linux kernel, the following vulnerability has been resolved: cifs: Release folio lock on fscache read hit. Under the current code, when cifsreadpageworker is called, the call contract is that the callee should unlock the page. This is documented in the readfolio section of...

0.00135EPSS
SaveExploits0References3
CVE
CVE
added 2025/10/04 3:44 p.m.24 views

CVE-2023-53593

CVE-2023-53593 – Linux kernel (CIFS): The issue arises in the CIFS readpath when fscache cache hits occur, leaking a folio lock. The fix releases the folio lock after read completion in cifs_readpage_worker. The problem occurred because the callee was expected to unlock the folio, but in certain ...

5.5CVSS5.9AI score0.00135EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/10/04 3:44 p.m.5 views

CVE-2023-53593 cifs: Release folio lock on fscache read hit.

In the Linux kernel, the following vulnerability has been resolved: cifs: Release folio lock on fscache read hit. Under the current code, when cifsreadpageworker is called, the call contract is that the callee should unlock the page. This is documented in the readfolio section of...

5.5CVSS6.2AI score0.00135EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/10/04 12:0 a.m.7 views

PT-2025-40756

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains an issue where a folio lock is leaked when fscache is in use and a cache hit occurs during a read operation. This occurs because the cifs readpage worker functi...

6.5AI score0.00135EPSS
SaveExploits0References11
Rows per page
Query Builder