Lucene search
+L

229 matches found

NVD
NVD
added 2025/12/24 1:16 p.m.5 views

CVE-2023-54158

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't free qgroup space unless specified Boris noticed in his simple quotas testing that he was getting a leak with Sweet Tea's change to subvol create that stopped doing a transaction commit. This was just a side effect o...

0.00214EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/24 1:7 p.m.5 views

CVE-2023-54158 btrfs: don't free qgroup space unless specified

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't free qgroup space unless specified Boris noticed in his simple quotas testing that he was getting a leak with Sweet Tea's change to subvol create that stopped doing a transaction commit. This was just a side effect o...

6.1AI score0.00214EPSS
SaveExploits0References10
CVE
CVE
added 2025/12/24 10:32 a.m.18 views

CVE-2025-68359

CVE-2025-68359 pertains to the Linux kernel (btrfs) where a double free could occur for a qgroup record during add_delayed_ref_head() failure. The root cause is shared ownership of the qrecord object between the caller and add_delayed_ref_head(); the fix shifts ownership so add_delayed_ref_head()...

6.1AI score0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/12/24 10:32 a.m.33 views

CVE-2025-68359 btrfs: fix double free of qgroup record after failure to add delayed ref head

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of qgroup record after failure to add delayed ref head In the previous code it was possible to incur into a double kfree scenario when calling adddelayedrefhead. This could happen if the record was reported...

0.00173EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/24 10:32 a.m.4 views

CVE-2025-68359 btrfs: fix double free of qgroup record after failure to add delayed ref head

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of qgroup record after failure to add delayed ref head In the previous code it was possible to incur into a double kfree scenario when calling adddelayedrefhead. This could happen if the record was reported...

6.4AI score0.00173EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.5 views

PT-2025-52895

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw related to double freeing of a qgroup record after a failure to add a delayed reference head. Specifically, the issue arises from a double kfree scenario...

6.3AI score0.00173EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/11/23 12:23 a.m.7 views

SUSE CVE-2025-40209

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leak of qgrouplist in btrfsaddqgrouprelation When btrfsaddqgrouprelation is called with invalid qgroup levels src = dst, the function returns -EINVAL directly without freeing the preallocated qgrouplist structur...

4.7CVSS6.6AI score0.00181EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
added 2025/11/22 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2025-40209

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - btrfs: fix memory leak of qgrouplist in btrfsaddqgrouprelation When btrfsaddqgrouprelation is called with invalid qgroup levels src = dst, the function returns...

5.7AI score0.00181EPSS
SaveExploits0References2
EUVD
EUVD
added 2025/11/21 12:32 p.m.5 views

EUVD-2025-198438

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leak of qgrouplist in btrfsaddqgrouprelation When btrfsaddqgrouprelation is called with invalid qgroup levels src = dst, the function returns -EINVAL directly without freeing the preallocated qgrouplist structur...

6.1AI score0.00181EPSS
SaveExploits0References4
OSV
OSV
added 2025/11/21 11:15 a.m.2 views

DEBIAN-CVE-2025-40209

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leak of qgrouplist in btrfsaddqgrouprelation When btrfsaddqgrouprelation is called with invalid qgroup levels src = dst, the function returns -EINVAL directly without freeing the preallocated qgrouplist structur...

5.3AI score0.00181EPSS
SaveExploits0References1
NVD
NVD
added 2025/11/21 11:15 a.m.5 views

CVE-2025-40209

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leak of qgrouplist in btrfsaddqgrouprelation When btrfsaddqgrouprelation is called with invalid qgroup levels src = dst, the function returns -EINVAL directly without freeing the preallocated qgrouplist structur...

0.00181EPSS
SaveExploits0References3
OSV
OSV
added 2025/11/21 11:15 a.m.5 views

UBUNTU-CVE-2025-40209

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leak of qgrouplist in btrfsaddqgrouprelation When btrfsaddqgrouprelation is called with invalid qgroup levels src = dst, the function returns -EINVAL directly without freeing the preallocated qgrouplist structur...

5.7AI score0.00181EPSS
SaveExploits0References11
Debian CVE
Debian CVE
added 2025/11/21 10:19 a.m.4 views

CVE-2025-40209

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leak of qgrouplist in btrfsaddqgrouprelation When btrfsaddqgrouprelation is called with invalid qgroup levels src = dst, the function returns -EINVAL directly without freeing the preallocated qgrouplist structur...

5.3AI score0.00181EPSS
SaveExploits0
CVE
CVE
added 2025/11/21 10:19 a.m.18 views

CVE-2025-40209

CVE-2025-40209 affects the Linux kernel. The btrfs path btrfs_add_qgroup_relation() leaks memory when called with invalid qgroup levels (src >= dst) due to an early return before freeing the preallocated qgroup_list. The leak occurs because cleanup is bypassed on that error path; the caller’s ...

6.3AI score0.00181EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/11/21 10:19 a.m.10 views

CVE-2025-40209 btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relation

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leak of qgrouplist in btrfsaddqgrouprelation When btrfsaddqgrouprelation is called with invalid qgroup levels src = dst, the function returns -EINVAL directly without freeing the preallocated qgrouplist structur...

0.00181EPSS
SaveExploits0References3
OSV
OSV
added 2025/11/21 10:19 a.m.4 views

CVE-2025-40209 btrfs: fix memory leak of qgroup_list in btrfs_add_qgroup_relation

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leak of qgrouplist in btrfsaddqgrouprelation When btrfsaddqgrouprelation is called with invalid qgroup levels src = dst, the function returns -EINVAL directly without freeing the preallocated qgrouplist structur...

6.5AI score0.00181EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/11/21 12:0 a.m.4 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 the btrfsaddqgrouprelation function failing to free a pre-allocated qgrouplist structure when invalidating a...

6.1AI score0.00181EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/11/06 12:0 a.m.6 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990591 advisory. In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve overflow the qgroup limit We use extentchangeset-byteschanged in...

5.5CVSS5.8AI score0.00239EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.7 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-989578)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989578 advisory. In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix quota root leak after quota disable failure If during the quota disable we fai...

5.5CVSS6AI score0.00223EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.5 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2025-990181)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990181 advisory. In the Linux kernel, the following vulnerability has been resolved: btrfs: fix qgroup reserve overflow the qgroup limit We use extentchangeset-byteschanged in...

5.5CVSS5.8AI score0.00239EPSS
SaveExploits0References4
Rows per page
Query Builder