Lucene search
K

30 matches found

AstraLinux
AstraLinux
added 6 days ago3 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: btrfs: fixed the qgroup reserve leaks in cowfilerange. In the buffered write path, the dirty page owns the qgroup reserve until it creates an orderedextent. Therefore, any errors that occur before the orderedextent is created...

5.5CVSS6.4AI score0.00172EPSS
Exploits0References2
EUVD
EUVD
added 2026/05/08 3:31 p.m.7 views

EUVD-2026-28569

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not ASSERT when the fs flips RO inside btrfsrepairiofailure BUG There is a bug report that when btrfs hits ENOSPC error in a critical path, btrfs flips RO this part is expected, although the ENOSPC bug still needs to be...

5.8AI score0.00117EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2026/05/08 12:0 a.m.6 views

PT-2026-38941

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A bug exists in the Btrfs file system where the kernel may crash if the file system switches to read-only RO mode during a read-repair operation. This occurs when a critical error, such ...

5.5CVSS5.4AI score0.00117EPSS
Exploits0References16
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-11183

Malicious code in bioql PyPI...

7.2AI score0.00152EPSS
Exploits0References4
OSV
OSV
added 2025/09/16 8:15 a.m.3 views

DEBIAN-CVE-2023-53299

In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix leak of 'r10bio-remaining' for recovery raid10syncrequest will add 'r10bio-remaining' for both rdev and replacement rdev. However, if the read io fails, recoveryrequestwrite returns without issuing the write io, in...

5.5CVSS5.3AI score0.0014EPSS
Exploits0References1
CVE
CVE
added 2025/09/16 8:11 a.m.23 views

CVE-2023-53299

CVE-2023-53299 affects the Linux kernel's md/raid10 recovery path. The issue leaks the field r10bio->remaining when a read I/O fails and recovery_request_write() exits early, causing end_sync_request() to run only once and an I/O hang. The documented fix reduces or decrements 'remaining' depen...

5.5CVSS6AI score0.0014EPSS
Exploits0References9Affected Software1
SUSE CVE
SUSE CVE
added 2025/04/24 3:25 a.m.2 views

SUSE CVE-2025-22122

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

5.5CVSS6.5AI score0.00152EPSS
Exploits0References4
OSV
OSV
added 2025/04/16 3:16 p.m.2 views

DEBIAN-CVE-2025-22122

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

5.5CVSS5.6AI score0.00152EPSS
Exploits0References1
Cvelist
Cvelist
added 2025/04/16 2:13 p.m.19 views

CVE-2025-22122 block: fix adding folio to bio

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

0.00152EPSS
Exploits0References3
CVE
CVE
added 2025/04/16 2:13 p.m.97 views

CVE-2025-22122

MODE C: The CVE-2025-22122 issue affects the Linux kernel where adding a folio to a bio could overflow the bi_offset when large folios are used (e.g., >4GB folio on ARCHs with 16GB hugepages like aarch64). The root cause is that the offset could not be represented in an unsigned int, triggerin...

5.5CVSS6.5AI score0.00152EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2025/04/16 2:13 p.m.6 views

CVE-2025-22122 block: fix adding folio to bio

In the Linux kernel, the following vulnerability has been resolved: block: fix adding folio to bio 4GB folio is possible on some ARCHs, such as aarch64, 16GB hugepage is supported, then 'offset' of folio can't be held in 'unsigned int', cause warning in bioaddfolionofail and IO failure. Fix it by...

5.5CVSS6AI score0.00152EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 2025/04/16 12:0 a.m.6 views

PT-2025-16762 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A issue in the Linux kernel has been resolved, related to adding a folio to a bio. On certain architectures, such as aarch64, where large hugepages are supported e.g., 16GB, the offset...

7.8CVSS5.9AI score0.23278EPSS
Exploits0References692
Tenable Nessus
Tenable Nessus
added 2025/03/05 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2022-48833

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - btrfs: skip reserved bytes warning on unmount after log cleanup failure After the recent changes made by commit c2e39305299f01 btrfs: clear extent buffer uptoda...

5.5CVSS5.9AI score0.00237EPSS
Exploits0References3
NVD
NVD
added 2024/09/18 7:15 a.m.18 views

CVE-2024-46733

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve leaks in cowfilerange In the buffered write path, the dirty page owns the qgroup reserve until it creates an orderedextent. Therefore, any errors that occur before the orderedextent is created must free...

5.5CVSS0.00172EPSS
Exploits0References5
Cvelist
Cvelist
added 2024/09/18 6:32 a.m.27 views

CVE-2024-46733 btrfs: fix qgroup reserve leaks in cow_file_range

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve leaks in cowfilerange In the buffered write path, the dirty page owns the qgroup reserve until it creates an orderedextent. Therefore, any errors that occur before the orderedextent is created must free...

0.00172EPSS
Exploits0References4
RedhatCVE
RedhatCVE
added 2024/08/19 3:56 p.m.18 views

CVE-2024-42266

A flaw was found in the btrfs module in the Linux kernel. Improper locking can occur due to an improper handling of error conditions, causing a kernel panic and resulting in a denial of service...

5.5CVSS6.1AI score0.00193EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/08/17 8:54 a.m.16 views

CVE-2024-42266 btrfs: make cow_file_range_inline() honor locked_page on error

In the Linux kernel, the following vulnerability has been resolved: btrfs: make cowfilerangeinline honor lockedpage on error The btrfs buffered write path runs through extentwritepage which has some tricky return value handling for writepagedelalloc. Specifically, when that returns 1, we exit, bu...

0.00193EPSS
Exploits0References2
OSV
OSV
added 2024/08/17 8:54 a.m.15 views

CVE-2024-42266 btrfs: make cow_file_range_inline() honor locked_page on error

In the Linux kernel, the following vulnerability has been resolved: btrfs: make cowfilerangeinline honor lockedpage on error The btrfs buffered write path runs through extentwritepage which has some tricky return value handling for writepagedelalloc. Specifically, when that returns 1, we exit, bu...

5.5CVSS5AI score0.00193EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2024/07/16 8:56 p.m.20 views

CVE-2022-48833

In the Linux kernel, the following vulnerability has been resolved: btrfs: skip reserved bytes warning on unmount after log cleanup failure After the recent changes made by commit c2e39305299f01 "btrfs: clear extent buffer uptodate when we fail to write it" and its followup fix, commit...

5.5CVSS6.9AI score0.00237EPSS
Exploits0References4
OSV
OSV
added 2024/07/16 1:15 p.m.1 views

UBUNTU-CVE-2022-48833

In the Linux kernel, the following vulnerability has been resolved: btrfs: skip reserved bytes warning on unmount after log cleanup failure After the recent changes made by commit c2e39305299f01 "btrfs: clear extent buffer uptodate when we fail to write it" and its followup fix, commit...

5.5CVSS5.9AI score0.00237EPSS
Exploits0References6
Rows per page
Query Builder