Lucene search
K

22 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux - уязвимость в 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...

5.5CVSS6.2AI score0.00009EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2026/05/07 2:17 a.m.3 views

SUSE CVE-2026-43179

In the Linux kernel, the following vulnerability has been resolved: erofs: fix incorrect early exits for invalid metabox-enabled images Crafted EROFS images with metadata compression enabled can trigger incorrect early returns, leading to folio reference leaks. However, this does not cause system...

5.8AI score0.00013EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2026/05/07 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-43154

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: erofs: fix incorrect early exits in volume label handling Crafted EROFS images containing...

5.5CVSS5.7AI score0.00013EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2026/05/06 8:47 p.m.3 views

CVE-2026-43179

A flaw was found in the Linux kernel's EROFS filesystem. An attacker could provide a specially crafted EROFS image with metadata compression enabled. This could trigger incorrect early returns within the kernel, leading to folio reference leaks. While this issue does not cause system crashes or...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References4
CVE
CVE
added 2026/05/06 11:27 a.m.4 views

CVE-2026-43154

The CVE-2026-43154 issue affects the Linux kernel EROFS filesystem, where crafted EROFS images with valid volume labels trigger incorrect early exits in volume label handling, leading to folio reference leaks. Affected component is the EROFS implementation in the kernel; root cause is improper co...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2026/05/06 11:27 a.m.21 views

CVE-2026-43154 erofs: fix incorrect early exits in volume label handling

In the Linux kernel, the following vulnerability has been resolved: erofs: fix incorrect early exits in volume label handling Crafted EROFS images containing valid volume labels can trigger incorrect early returns, leading to folio reference leaks. However, this does not cause system crashes or...

0.00013EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2026/05/06 12:0 a.m.4 views

PT-2026-37494

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description Crafted EROFS images containing valid volume labels can trigger incorrect early returns in volume label handling, leading to folio reference leaks. Folio reference leaks occur when the...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References5
Microsoft CVE
Microsoft CVE
added 2025/10/12 1:1 a.m.2 views

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

...

5.5CVSS7AI score0.00009EPSS
Exploits0
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-9425

Malicious code in bioql PyPI...

5.6AI score0.00228EPSS
Exploits0References2
CNNVD
CNNVD
added 2025/05/01 12:0 a.m.1 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 unincremented non-slab folio reference count that could lead to reuse after release...

5.5CVSS6.4AI score0.00074EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/04/05 2:25 a.m.1 views

SUSE CVE-2025-21984

In the Linux kernel, the following vulnerability has been resolved: mm: fix kernel BUG when userfaultfdmove encounters swapcache userfaultfdmove checks whether the PTE entry is present or a swap entry. - If the PTE entry is present, movepresentpte handles folio migration by setting: srcfolio-inde...

5.5CVSS7.8AI score0.00026EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/04/03 12:0 a.m.4 views

PT-2025-14593 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak issue has been identified in the Linux kernel. The problem occurs when a large folio needs to be dropped due to EOF End Of File and the correct number of references is no...

7.8CVSS6.2AI score0.00154EPSS
Exploits3References437
SUSE CVE
SUSE CVE
added 2025/04/02 1:29 p.m.2 views

SUSE CVE-2025-21896

In the Linux kernel, the following vulnerability has been resolved: fuse: revert back to readaheadfolio for readahead In commit 3eab9d7bc2f4 "fuse: convert readahead to use folios", the logic was converted to using the new folio readahead code, which drops the reference on the folio once it is...

7.8CVSS6.5AI score0.00228EPSS
Exploits0References3
NVD
NVD
added 2025/04/01 4:15 p.m.4 views

CVE-2025-21896

In the Linux kernel, the following vulnerability has been resolved: fuse: revert back to readaheadfolio for readahead In commit 3eab9d7bc2f4 "fuse: convert readahead to use folios", the logic was converted to using the new folio readahead code, which drops the reference on the folio once it is...

7.8CVSS0.00228EPSS
Exploits0References2
Cvelist
Cvelist
added 2025/04/01 3:26 p.m.6 views

CVE-2025-21896 fuse: revert back to __readahead_folio() for readahead

In the Linux kernel, the following vulnerability has been resolved: fuse: revert back to readaheadfolio for readahead In commit 3eab9d7bc2f4 "fuse: convert readahead to use folios", the logic was converted to using the new folio readahead code, which drops the reference on the folio once it is...

0.00228EPSS
Exploits0References2
CVE
CVE
added 2025/04/01 3:26 p.m.44 views

CVE-2025-21896

CVE-2025-21896 affects the Linux kernel fuse readahead path. The issue arose when converting readahead to folios: folio references were dropped after locking, breaking the expected reference on ap->folios during splice operations, risking use-after-free in readpages. The fix reverts to __reada...

7.8CVSS7.2AI score0.00228EPSS
Exploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/08/19 1:15 p.m.13 views

CVE-2024-43832

In the Linux kernel, the following vulnerability has been resolved: s390/uv: Don't call foliowaitwriteback without a folio reference foliowaitwriteback requires that no spinlocks are held and that a folio reference is held, as documented. After we dropped the PTL, the folio could get freed...

3.3CVSS7AI score0.00009EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/08/18 2:1 a.m.1 views

SUSE CVE-2024-43832

In the Linux kernel, the following vulnerability has been resolved: s390/uv: Don't call foliowaitwriteback without a folio reference foliowaitwriteback requires that no spinlocks are held and that a folio reference is held, as documented. After we dropped the PTL, the folio could get freed...

5.5CVSS7.2AI score0.00009EPSS
Exploits0References11
OSV
OSV
added 2024/08/17 10:15 a.m.1 views

DEBIAN-CVE-2024-43832

In the Linux kernel, the following vulnerability has been resolved: s390/uv: Don't call foliowaitwriteback without a folio reference foliowaitwriteback requires that no spinlocks are held and that a folio reference is held, as documented. After we dropped the PTL, the folio could get freed...

5.5CVSS5.5AI score0.00009EPSS
Exploits0References1
OSV
OSV
added 2024/08/17 10:15 a.m.0 views

UBUNTU-CVE-2024-43832

In the Linux kernel, the following vulnerability has been resolved: s390/uv: Don't call foliowaitwriteback without a folio reference foliowaitwriteback requires that no spinlocks are held and that a folio reference is held, as documented. After we dropped the PTL, the folio could get freed...

5.5CVSS6.5AI score0.00009EPSS
Exploits0References12
Rows per page
Query Builder