Lucene search
K

31 matches found

RedhatCVE
RedhatCVE
added 2026/05/27 10:42 p.m.7 views

CVE-2026-45974

A flaw was found in the Linux kernel's btrfs filesystem. The btrfsquotaenable function contains a logic error where it attempts to access an invalid memory location if a specific key is not found during a search operation. This incorrect handling of search results can lead to invalid leaf access,...

5.5CVSS5.8AI score0.00032EPSS
Exploits0References4
EUVD
EUVD
added 2026/05/27 3:33 p.m.6 views

EUVD-2026-32258

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid leaf access in btrfsquotaenable if ref key not found If btrfssearchslotforread returns 1, it means we did not find any key greater than or equals to the key we asked for, meaning we have reached the end of the...

5.8AI score0.00032EPSS
Exploits0References9
NVD
NVD
added 2026/05/27 2:17 p.m.6 views

CVE-2026-45974

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid leaf access in btrfsquotaenable if ref key not found If btrfssearchslotforread returns 1, it means we did not find any key greater than or equals to the key we asked for, meaning we have reached the end of the...

0.00032EPSS
Exploits0References8
Cvelist
Cvelist
added 2026/05/27 12:18 p.m.31 views

CVE-2026-45974 btrfs: fix invalid leaf access in btrfs_quota_enable() if ref key not found

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid leaf access in btrfsquotaenable if ref key not found If btrfssearchslotforread returns 1, it means we did not find any key greater than or equals to the key we asked for, meaning we have reached the end of the...

0.00032EPSS
Exploits0References8
CVE
CVE
added 2026/05/27 12:18 p.m.13 views

CVE-2026-45974

CVE-2026-45974 affects the Linux kernel’s Btrfs quota code. The issue is an invalid leaf access in btrfs_quota_enable() when a ref key is not found. If btrfs_search_slot_for_read() returns 1, it indicates no key >= the requested key, i.e., end of the tree, making the path invalid. The correcte...

5.8AI score0.00032EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2026/05/27 12:18 p.m.4 views

CVE-2026-45974

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix invalid leaf access in btrfsquotaenable if ref key not found If btrfssearchslotforread returns 1, it means we did not find any key greater than or equals to the key we asked for, meaning we have reached the end of the...

5.7AI score0.00032EPSS
Exploits0
UbuntuCve
UbuntuCve
added 2026/05/27 12:0 a.m.5 views

CVE-2026-45974

btrfs: fix invalid leaf access in btrfsquotaenable if ref key not found...

5.8AI score0.00032EPSS
Exploits0References2
CNNVD
CNNVD
added 2026/05/27 12:0 a.m.4 views

Linux kernel 安全漏洞

The Linux kernel is the core of the open-source operating system Linux, developed by the Linux Foundation in the United States. There is a security vulnerability in the Linux kernel, which stems from accessing invalid leaf nodes when a reference key is not found in btrfsquotaenable, potentially...

5.8AI score0.00032EPSS
Exploits0References8
Positive Technologies
Positive Technologies
added 2026/05/27 12:0 a.m.5 views

PT-2026-43841

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the btrfs component where the btrfs quota enable function may perform an invalid leaf access. This occurs when the btrfs search slot for read function returns 1,...

5.3AI score0.00032EPSS
Exploits0References17
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux - уязвимость в linux-5.10, linux

In the Linux kernel, the following vulnerabilities have been resolved: ext4: fixed the bug in estreesearch Hulk Robot reported a BUG: kernel BUG at fs/ext4/extentsstatus.c:199! ... RIP: 0010:ext4esend fs/ext4/extentsstatus.c:199 inline RIP: 0010:estreesearch+0x1e0/0x260 fs/ext4/extentsstatus.c:21...

5.5CVSS6.2AI score0.00007EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux - уязвимость в linux-5.10, linux

In the Linux kernel, the following vulnerability has been resolved: btrfs: fixed a race condition between the quota enable operation and the quota rescan ioctl call. When enabling quotas, in btrfsquotaenable, after committing the transaction, we change fsinfo-quotaroot to point to the quota root...

4.7CVSS5.7AI score0.00013EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:0 a.m.3 views

Unity Linux 20.1050e / 20.1060e Security Update: kernel (UTSA-2026-007498)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007498 advisory. In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between quota enable and quota rescan ioctl When enabling quotas, at...

4.7CVSS5.6AI score0.00013EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.2 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-993010)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993010 advisory. In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between quota enable and quota rescan ioctl When enabling quotas, at...

4.7CVSS5.9AI score0.00013EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/09/18 11:43 p.m.1 views

SUSE CVE-2022-50379

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between quota enable and quota rescan ioctl When enabling quotas, at btrfsquotaenable, after committing the transaction, we change fsinfo-quotaroot to point to the quota root we created and set BTRFSFSQUOTAENABLED...

5.5CVSS6.5AI score0.00013EPSS
Exploits0References7
RedhatCVE
RedhatCVE
added 2025/09/18 3:8 p.m.1 views

CVE-2022-50379

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between quota enable and quota rescan ioctl When enabling quotas, at btrfsquotaenable, after committing the transaction, we change fsinfo-quotaroot to point to the quota root we created and set BTRFSFSQUOTAENABLED...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References4
OSV
OSV
added 2025/09/18 2:15 p.m.0 views

UBUNTU-CVE-2022-50379

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between quota enable and quota rescan ioctl When enabling quotas, at btrfsquotaenable, after committing the transaction, we change fsinfo-quotaroot to point to the quota root we created and set BTRFSFSQUOTAENABLED...

4.7CVSS5.8AI score0.00013EPSS
Exploits0References10
Cvelist
Cvelist
added 2025/09/18 1:33 p.m.3 views

CVE-2022-50379 btrfs: fix race between quota enable and quota rescan ioctl

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between quota enable and quota rescan ioctl When enabling quotas, at btrfsquotaenable, after committing the transaction, we change fsinfo-quotaroot to point to the quota root we created and set BTRFSFSQUOTAENABLED...

0.00013EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2025/09/18 1:33 p.m.2 views

CVE-2022-50379 btrfs: fix race between quota enable and quota rescan ioctl

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between quota enable and quota rescan ioctl When enabling quotas, at btrfsquotaenable, after committing the transaction, we change fsinfo-quotaroot to point to the quota root we created and set BTRFSFSQUOTAENABLED...

6.1AI score0.00013EPSS
Exploits0References7
CVE
CVE
added 2025/09/18 1:33 p.m.13 views

CVE-2022-50379

CVE-2022-50379 involves the Linux kernel btrfs quota handling. The issue occurs during quota enabling: after committing the transaction, the quota_root is assigned and BTRFS_FS_QUOTA_ENABLED is set, then the code starts the qgroup rescan worker via qgroup_rescan_init(). If that init fails, the qu...

4.7CVSS6.1AI score0.00013EPSS
Exploits0References7Affected Software1
OSV
OSV
added 2025/09/18 1:33 p.m.1 views

CVE-2022-50379 btrfs: fix race between quota enable and quota rescan ioctl

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race between quota enable and quota rescan ioctl When enabling quotas, at btrfsquotaenable, after committing the transaction, we change fsinfo-quotaroot to point to the quota root we created and set BTRFSFSQUOTAENABLED...

4.7CVSS4.8AI score0.00013EPSS
Exploits0References10
Rows per page
Query Builder