Lucene search
+L

1217 matches found

Vulnrichment
Vulnrichment
added 2025/02/12 1:52 p.m.5 views

CVE-2025-21699 gfs2: Truncate address space when flipping GFS2_DIF_JDATA flag

In the Linux kernel, the following vulnerability has been resolved: gfs2: Truncate address space when flipping GFS2DIFJDATA flag Truncate an inode's address space when flipping the GFS2DIFJDATA flag: depending on that flag, the pages in the address space will either use buffer heads or...

7.8CVSS7.5AI score0.00243EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2025/02/12 12:0 a.m.10 views

The vulnerability of the folio_seek_hole_data() function in the mm/filemap.c module of Linux operating systems allows a hacker to trigger a service failure.

The vulnerability of the folioseekholedata function in the mm/filemap.c module of Linux operating systems is related to the execution of a loop with an unreachable exit condition due to numerical truncation. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS6.9AI score0.00211EPSS
SaveExploits0References20Affected Software5
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.1 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: mm: Use memallocnofssave in pagecacheraorder See commit f2c817bed58d “mm: Use memallocnofssave in readahead path”. Ensure that pagecacheraorder does not attempt to reclaim file-backed pages too often, as this can lead to a...

5.5CVSS6.2AI score0.0018EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: mm/hugetlb: fixed DEBUGLOCKSWARNON1 when dissolvefreehugetlbfolio When I conducted memory failure tests recently, the following warning occurred: DEBUGLOCKSWARNON1 WARNING: CPU: 8 PID: 1011 at kernel/locking/lockdep.c:232...

4.7CVSS6.3AI score0.00181EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.8 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: s390/uv: Do not call foliowaitwriteback without a folio reference. foliowaitwriteback requires that no spinlocks are held and that a folio reference is held, as documented. After we removed the PTL, the folio object could be free...

7.8CVSS5.8AI score0.00234EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/02/11 12:0 a.m.1 views

PT-2025-14277 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved. The issue was related to the use of folio readahead code, which dropped the reference on the folio once it was locked. This cause...

2.7CVSS5.1AI score0.00203EPSS
SaveExploits0References13
CNNVD
CNNVD
added 2025/01/31 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. Linux kernel suffers from an integer overflow vulnerability, which stems from the folioseekholedata function incorrectly truncating 64-bit offsets to 32-bit in the 32-bit kerne...

5.5CVSS6.7AI score0.00211EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/01/22 3:48 a.m.9 views

SUSE CVE-2024-57941

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix the non-cancellation of copy when cache is temporarily disabled When the caching for a cookie is temporarily disabled e.g. due to a DIO write on that file, future copying to the cache for that file is disabled until al...

5.5CVSS6.4AI score0.00173EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/22 3:48 a.m.7 views

SUSE CVE-2024-57942

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix ceph copy to cache on write-begin At the end of netfsunlockreadfolio in which folios are marked appropriately for copying to the cache either with by being marked dirty and having their private data set or by having...

5.7CVSS6.5AI score0.00177EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/21 1:15 p.m.3 views

DEBIAN-CVE-2024-57942

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix ceph copy to cache on write-begin At the end of netfsunlockreadfolio in which folios are marked appropriately for copying to the cache either with by being marked dirty and having their private data set or by having...

5.5CVSS5.7AI score0.00177EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/21 1:15 p.m.8 views

UBUNTU-CVE-2024-57942

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix ceph copy to cache on write-begin At the end of netfsunlockreadfolio in which folios are marked appropriately for copying to the cache either with by being marked dirty and having their private data set or by having...

5.5CVSS6.5AI score0.00177EPSS
SaveExploits0References5
OSV
OSV
added 2025/01/21 1:15 p.m.6 views

UBUNTU-CVE-2024-57943

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the new buffer was not zeroed before writing Before writing, if a bufferhead marked as new, its data must be zeroed, otherwise uninitialized data in the page cache will be written. So this commit uses foliozeronewbuffe...

7.8CVSS6.3AI score0.00196EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/01/21 12:18 p.m.1 views

CVE-2024-57943 exfat: fix the new buffer was not zeroed before writing

In the Linux kernel, the following vulnerability has been resolved: exfat: fix the new buffer was not zeroed before writing Before writing, if a bufferhead marked as new, its data must be zeroed, otherwise uninitialized data in the page cache will be written. So this commit uses foliozeronewbuffe...

6.3AI score0.00196EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/01/21 12:18 p.m.28 views

CVE-2024-57941 netfs: Fix the (non-)cancellation of copy when cache is temporarily disabled

In the Linux kernel, the following vulnerability has been resolved: netfs: Fix the non-cancellation of copy when cache is temporarily disabled When the caching for a cookie is temporarily disabled e.g. due to a DIO write on that file, future copying to the cache for that file is disabled until al...

0.00173EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2025/01/13 12:0 a.m.10 views

PT-2025-8762

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to the version that includes the fix for the issue described. Description A bug in the Linux kernel's btrfs module can cause a crash when the run delalloc nocow function fails, leading to a VM BUG ON FOLIO error. Th...

7.8CVSS6.3AI score0.07432EPSS
SaveExploits1References273
OSV
OSV
added 2025/01/11 1:15 p.m.7 views

UBUNTU-CVE-2024-52319

In the Linux kernel, the following vulnerability has been resolved: mm: use aligned address in cleargiganticpage In current kernel, hugetlbnopage calls foliozerouser with the fault address. Where the fault address may be not aligned with the huge page size. Then, foliozerouser may call...

7.8CVSS6.1AI score0.00214EPSS
SaveExploits0References10
SUSE CVE
SUSE CVE
added 2025/01/07 3:49 a.m.6 views

SUSE CVE-2024-56758

In the Linux kernel, the following vulnerability has been resolved: btrfs: check folio mapping after unlock in relocateonefolio When we call btrfsreadfolio to bring a folio uptodate, we unlock the folio. The result of that is that a different thread can modify the mapping like remove it with...

4.7CVSS7.5AI score0.00248EPSS
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2025/01/06 6:50 p.m.19 views

CVE-2024-56758

In the Linux kernel, the following vulnerability has been resolved: btrfs: check folio mapping after unlock in relocateonefolio When we call btrfsreadfolio to bring a folio uptodate, we unlock the folio. The result of that is that a different thread can modify the mapping like remove it with...

5.5CVSS6.8AI score0.00248EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/06 5:15 p.m.11 views

AZL-55032 CVE-2024-56758 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: check folio mapping after unlock in relocateonefolio When we call btrfsreadfolio to bring a folio uptodate, we unlock the folio. The result of that is that a different thread can modify the mapping like remove it with...

5.5CVSS6.7AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/06 5:15 p.m.3 views

DEBIAN-CVE-2024-56758

In the Linux kernel, the following vulnerability has been resolved: btrfs: check folio mapping after unlock in relocateonefolio When we call btrfsreadfolio to bring a folio uptodate, we unlock the folio. The result of that is that a different thread can modify the mapping like remove it with...

5.5CVSS5.6AI score0.00248EPSS
SaveExploits0References1
Rows per page
Query Builder