Lucene search
+L

5118 matches found

OSV
OSV
added 2024/06/20 12:15 p.m.6 views

DEBIAN-CVE-2022-48734

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between quota disable and qgroup rescan worker Quota disable ioctl starts a transaction before waiting for the qgroup rescan worker completes. However, this wait can be infinite and results in deadlock because...

5.5CVSS5.4AI score0.00178EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/20 12:15 p.m.8 views

DEBIAN-CVE-2022-48733

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free after failure to create a snapshot At ioctl.c:createsnapshot, we allocate a pending snapshot structure and then attach it to the transaction's list of pending snapshots. After that we call...

7.8CVSS5.8AI score0.0023EPSS
SaveExploits0References1
NVD
NVD
added 2024/06/20 12:15 p.m.31 views

CVE-2022-48733

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free after failure to create a snapshot At ioctl.c:createsnapshot, we allocate a pending snapshot structure and then attach it to the transaction's list of pending snapshots. After that we call...

7.8CVSS0.0023EPSS
SaveExploits0References5
OSV
OSV
added 2024/06/20 12:15 p.m.9 views

UBUNTU-CVE-2022-48734

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between quota disable and qgroup rescan worker Quota disable ioctl starts a transaction before waiting for the qgroup rescan worker completes. However, this wait can be infinite and results in deadlock because...

5.5CVSS5.8AI score0.00178EPSS
SaveExploits0References8
OSV
OSV
added 2024/06/20 12:15 p.m.16 views

UBUNTU-CVE-2022-48733

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free after failure to create a snapshot At ioctl.c:createsnapshot, we allocate a pending snapshot structure and then attach it to the transaction's list of pending snapshots. After that we call...

7.8CVSS6.2AI score0.0023EPSS
SaveExploits0References17
RedhatCVE
RedhatCVE
added 2024/06/20 11:26 a.m.30 views

CVE-2021-47585

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory leak in addinoderef Line 1169 3 allocates a memory chunk for victimname by kmalloc, but when the function returns in line 1184 4 victimname allocated by line 1169 3 is not freed, which will lead to a memory leak...

4.7CVSS6.9AI score0.0025EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/06/20 11:13 a.m.18 views

CVE-2022-48734

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between quota disable and qgroup rescan worker Quota disable ioctl starts a transaction before waiting for the qgroup rescan worker completes. However, this wait can be infinite and results in deadlock because...

5.5CVSS5.4AI score0.00178EPSS
SaveExploits0
CVE
CVE
added 2024/06/20 11:13 a.m.96 views

CVE-2022-48734

CVE-2022-48734 affects the Linux kernel in the btrfs subsystem. The issue is a deadlock caused by quota disable interactions with the qgroup rescan worker and other transactions (e.g., block group relocation) when quota is disabled. The described sequence involves Task A starting a transaction an...

5.5CVSS7.2AI score0.00178EPSS
SaveExploits0References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.19 views

CVE-2022-48734 btrfs: fix deadlock between quota disable and qgroup rescan worker

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between quota disable and qgroup rescan worker Quota disable ioctl starts a transaction before waiting for the qgroup rescan worker completes. However, this wait can be infinite and results in deadlock because...

7AI score0.00178EPSS
SaveExploits0References5
OSV
OSV
added 2024/06/20 11:13 a.m.21 views

CVE-2022-48734 btrfs: fix deadlock between quota disable and qgroup rescan worker

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between quota disable and qgroup rescan worker Quota disable ioctl starts a transaction before waiting for the qgroup rescan worker completes. However, this wait can be infinite and results in deadlock because...

5.9AI score
SaveExploits0References8
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.41 views

CVE-2022-48734 btrfs: fix deadlock between quota disable and qgroup rescan worker

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between quota disable and qgroup rescan worker Quota disable ioctl starts a transaction before waiting for the qgroup rescan worker completes. However, this wait can be infinite and results in deadlock because...

0.00178EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/06/20 11:13 a.m.24 views

CVE-2022-48733 btrfs: fix use-after-free after failure to create a snapshot

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free after failure to create a snapshot At ioctl.c:createsnapshot, we allocate a pending snapshot structure and then attach it to the transaction's list of pending snapshots. After that we call...

7.8CVSS6.9AI score0.0023EPSS
SaveExploits0References4
OSV
OSV
added 2024/06/20 11:13 a.m.33 views

CVE-2022-48733 btrfs: fix use-after-free after failure to create a snapshot

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free after failure to create a snapshot At ioctl.c:createsnapshot, we allocate a pending snapshot structure and then attach it to the transaction's list of pending snapshots. After that we call...

7.8CVSS6AI score
SaveExploits0References8
CVE
CVE
added 2024/06/20 11:13 a.m.152 views

CVE-2022-48733

The CVE-2022-48733 issue affects the Linux kernel (btrfs) where a use-after-free can occur in create_snapshot() if btrfs_commit_transaction() fails and the pending snapshot is freed, leaving it in the transaction list. The root cause is improper lifecycle handling of the pending snapshot during t...

7.8CVSS8.4AI score0.0023EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/06/20 11:13 a.m.35 views

CVE-2022-48733 btrfs: fix use-after-free after failure to create a snapshot

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free after failure to create a snapshot At ioctl.c:createsnapshot, we allocate a pending snapshot structure and then attach it to the transaction's list of pending snapshots. After that we call...

7.8CVSS0.0023EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/06/20 11:13 a.m.23 views

CVE-2022-48733

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free after failure to create a snapshot At ioctl.c:createsnapshot, we allocate a pending snapshot structure and then attach it to the transaction's list of pending snapshots. After that we call...

7.8CVSS6.2AI score0.0023EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/06/20 10:54 a.m.22 views

CVE-2021-47599

In the Linux kernel, the following vulnerability has been resolved: btrfs: use latestdev in btrfsshowdevname The test case btrfs/238 reports the warning below: WARNING: CPU: 3 PID: 481 at fs/btrfs/super.c:2509 btrfsshowdevname+0x104/0x1e8 btrfs CPU: 2 PID: 1 Comm: systemd Tainted: G W O...

5.5CVSS7.4AI score0.00148EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/06/20 12:00 a.m.27 views

CVE-2022-48733

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free after failure to create a snapshot At ioctl.c:createsnapshot, we allocate a pending snapshot structure and then attach it to the transaction's list of pending snapshots. After that we call...

7.8CVSS6.4AI score0.0023EPSS
SaveExploits0References16
CNNVD
CNNVD
added 2024/06/20 12:00 a.m.5 views

Linux kernel security vulnerabilities

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 a deadlock between btrfs module quota disabling and the qgroup rescan worker...

5.5CVSS6.5AI score0.00178EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2024/06/20 12:00 a.m.25 views

CVE-2022-48734

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock between quota disable and qgroup rescan worker Quota disable ioctl starts a transaction before waiting for the qgroup rescan worker completes. However, this wait can be infinite and results in deadlock because...

5.5CVSS5.9AI score0.00178EPSS
SaveExploits0References7
Rows per page
Query Builder