Lucene search
+L

269 matches found

SUSE CVE
SUSE CVE
added 2025/07/28 11:24 p.m.6 views

SUSE CVE-2025-38357

In the Linux kernel, the following vulnerability has been resolved: fuse: fix runtime warning on truncatefoliobatchexceptionals The WARNONONCE is introduced on truncatefoliobatchexceptionals to capture whether the filesystem has removed all DAX entries or not. And the fix has been applied on the...

7.8CVSS6.5AI score0.00153EPSS
SaveExploits0References3
NVD
NVD
added 2025/07/25 1:15 p.m.8 views

CVE-2025-38357

In the Linux kernel, the following vulnerability has been resolved: fuse: fix runtime warning on truncatefoliobatchexceptionals The WARNONONCE is introduced on truncatefoliobatchexceptionals to capture whether the filesystem has removed all DAX entries or not. And the fix has been applied on the...

7.8CVSS0.00153EPSS
SaveExploits0References2
OSV
OSV
added 2025/07/25 1:15 p.m.5 views

UBUNTU-CVE-2025-38357

In the Linux kernel, the following vulnerability has been resolved: fuse: fix runtime warning on truncatefoliobatchexceptionals The WARNONONCE is introduced on truncatefoliobatchexceptionals to capture whether the filesystem has removed all DAX entries or not. And the fix has been applied on the...

7.8CVSS5.9AI score0.00153EPSS
SaveExploits0References5
CVE
CVE
added 2025/07/25 12:47 p.m.36 views

CVE-2025-38357

CVE-2025-38357 concerns the Linux kernel fuse implementation emitting a runtime warning during truncate_folio_batch_exceptionals(). Public details indicate the WARN_ON_ONCE path was added in truncate_folio_batch_exceptionals() and that fixes were already applied to xfs and ext4 via commit 0e2f80a...

7.8CVSS6.4AI score0.00153EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/07/21 12:4 p.m.6 views

SUSE-SU-2025:02440-1 Security update for the Linux Kernel (Live Patch 0 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-15060021 fixes several issues. The following security issues were fixed: - CVE-2024-53146: NFSD: Prevent a potential integer overflow bsc1234854. - CVE-2024-53214: vfio/pci: Properly hide first-in-list PCIe extended capability bsc1235005. - CVE-2024-53173:...

7.8CVSS6.8AI score0.00267EPSS
SaveExploits0References26
SUSE Linux
SUSE Linux
added 2025/07/21 7:34 a.m.9 views

Security update for the Linux Kernel (Live Patch 5 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-1506002325 fixes several issues. The following security issues were fixed: CVE-2024-53146: NFSD: Prevent a potential integer overflow bsc1234854. CVE-2024-53214: vfio/pci: Properly hide first-in-list PCIe extended capability bsc1235005. CVE-2024-53173:...

8.5CVSS8.1AI score0.00267EPSS
SaveExploits0References46
OSV
OSV
added 2025/07/19 6:3 a.m.8 views

SUSE-SU-2025:02390-1 Security update for the Linux Kernel RT (Live Patch 0 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-1506008 fixes several issues. The following security issues were fixed: - CVE-2024-53146: NFSD: Prevent a potential integer overflow bsc1234854. - CVE-2024-53214: vfio/pci: Properly hide first-in-list PCIe extended capability bsc1235005. - CVE-2024-53173:...

7.8CVSS6.7AI score0.00267EPSS
SaveExploits0References26
SUSE Linux
SUSE Linux
added 2025/07/19 5:33 a.m.9 views

Security update for the Linux Kernel RT (Live Patch 3 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-1506001011 fixes several issues. The following security issues were fixed: CVE-2024-53146: NFSD: Prevent a potential integer overflow bsc1234854. CVE-2024-53214: vfio/pci: Properly hide first-in-list PCIe extended capability bsc1235005. CVE-2024-53173:...

8.5CVSS7.8AI score0.00267EPSS
SaveExploits0References46
SUSE Linux
SUSE Linux
added 2025/07/18 6:33 p.m.12 views

Security update for the Linux Kernel RT (Live Patch 1 for SLE 15 SP6)

This update for the Linux Kernel 6.4.0-150600105 fixes several issues. The following security issues were fixed: CVE-2024-53146: NFSD: Prevent a potential integer overflow bsc1234854. CVE-2024-53214: vfio/pci: Properly hide first-in-list PCIe extended capability bsc1235005. CVE-2024-53173: NFSv4....

8.5CVSS7.8AI score0.00267EPSS
SaveExploits0References46
SUSE CVE
SUSE CVE
added 2025/07/10 11:23 p.m.5 views

SUSE CVE-2025-38276

In the Linux kernel, the following vulnerability has been resolved: fs/dax: Fix "don't skip locked entries when scanning entries" Commit 6be3e21d25ca "fs/dax: don't skip locked entries when scanning entries" introduced a new function, waitentryunlockedexclusive, which waits for the current entry ...

5.5CVSS6.5AI score0.00112EPSS
SaveExploits0References3
OSV
OSV
added 2025/07/10 8:15 a.m.5 views

UBUNTU-CVE-2025-38276

In the Linux kernel, the following vulnerability has been resolved: fs/dax: Fix "don't skip locked entries when scanning entries" Commit 6be3e21d25ca "fs/dax: don't skip locked entries when scanning entries" introduced a new function, waitentryunlockedexclusive, which waits for the current entry ...

7.8CVSS5.9AI score0.00112EPSS
SaveExploits0References5
CVE
CVE
added 2025/07/10 7:41 a.m.39 views

CVE-2025-38276

In CVE-2025-38276, the issue comes from fs/dax after the commit 6be3e21d25ca, which introduced wait_entry_unlocked_exclusive() that waits for an entry to unlock without advancing the XArray iterator state. Dropping the XArray lock requires xas_pause(), which advances the iterator state to the nex...

7.8CVSS6.5AI score0.00112EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/07/10 7:41 a.m.6 views

CVE-2025-38276 fs/dax: Fix "don't skip locked entries when scanning entries"

In the Linux kernel, the following vulnerability has been resolved: fs/dax: Fix "don't skip locked entries when scanning entries" Commit 6be3e21d25ca "fs/dax: don't skip locked entries when scanning entries" introduced a new function, waitentryunlockedexclusive, which waits for the current entry ...

7.8CVSS6.5AI score0.00112EPSS
SaveExploits0References5
CNNVD
CNNVD
added 2025/07/10 12:0 a.m.8 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 an iterator state issue in dax, which could lead to invalid memory accesses...

5.5CVSS6.2AI score0.00112EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/06/22 12:0 a.m.4 views

PT-2025-30757

Name of the Vulnerable Software and Affected Versions Linux kernel versions 6.16.0-rc2-WSL2-STABLE and earlier. Description A runtime warning was observed in the truncate folio batch exceptionals function within the Linux kernel's fuse module. This issue was addressed by applying a fix initially...

7.8CVSS6.2AI score0.00153EPSS
SaveExploits0References14
BDU FSTEC
BDU FSTEC
added 2025/06/19 12:0 a.m.7 views

The vulnerability of the dax_unshare_iter() function in the fs/dax.c module of the Linux operating system allows a attacker to compromise the confidentiality and integrity of the protected information.

The vulnerability of the daxunshareiter function in the fs/dax.c module of the Linux operating system’s kernel is related to the lack of checking for the returned value. Exploiting this vulnerability can allow an attacker to compromise the confidentiality and integrity of the protected informatio...

7.1CVSS7.2AI score0.00222EPSS
SaveExploits0References16Affected Software3
Tenable Nessus
Tenable Nessus
added 2025/05/26 12:0 a.m.19 views

Ubuntu 24.04 LTS : Linux kernel (Raspberry Pi) vulnerabilities (USN-7524-1)

"The remote Ubuntu 24.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-7524-1 advisory. Several security issues were discovered in the Linux kernel. An attacker could possibly use these to compromise the system. This update corrects flaws i...

10CVSS7.6AI score0.03558EPSS
SaveExploits11References702
Positive Technologies
Positive Technologies
added 2025/05/23 12:0 a.m.8 views

PT-2025-28996

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A flaw was discovered in the Linux kernel’s fs/dax subsystem. A race condition exists where locked entries might be skipped during scanning due to the interaction between wait entry...

5.5CVSS6AI score0.00112EPSS
SaveExploits0References13
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.6 views

kernel: device-dax: correct pgoff align in dax_set_mapping()

In the Linux kernel, the following vulnerability has been resolved: device-dax: correct pgoff align in daxsetmapping pgoff should be aligned using ALIGNDOWN instead of ALIGN. Otherwise, vmf-address not aligned to faultsize will be aligned to the next alignment, that can result in memory failure...

5.5CVSS6.7AI score0.00265EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.12 views

kernel: s390/dcssblk: fix kernel crash with list_add corruption

A kernel crash vulnerability was found in the Linux kernel's s390 dcssblk driver. Missing daxremovehost calls in the device removal path, combined with broken error handling in the device add path, cause stale xarray entries and listadd corruption. When a previously used gendisk pointer is reused...

5.8AI score0.00182EPSS
SaveExploits0References5
Rows per page
Query Builder