Lucene search
+L

5283 matches found

OSV
OSV
added 2024/04/10 7:15 p.m.16 views

UBUNTU-CVE-2021-47189

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory ordering between normal and ordered work functions Ordered work functions aren't guaranteed to be handled by the same thread which executed the normal work functions. The only way execution between normal/ordere...

7.8CVSS6.3AI score0.00665EPSS
SaveExploits0References11
CVE
CVE
added 2024/04/10 6:56 p.m.106 views

CVE-2021-47189

CVE-2021-47189 concerns the Linux kernel, specifically the btrfs subsystem. The vulnerability arises from memory ordering between normal and ordered work functions; the existing synchronization via WORK_DONE_BIT and the used bitops do not guarantee ordering. On ARM64 this can cause a crash when a...

7.8CVSS6.3AI score0.00665EPSS
SaveExploits0References8Affected Software1
Vulnrichment
Vulnrichment
added 2024/04/10 6:56 p.m.22 views

CVE-2021-47189 btrfs: fix memory ordering between normal and ordered work functions

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory ordering between normal and ordered work functions Ordered work functions aren't guaranteed to be handled by the same thread which executed the normal work functions. The only way execution between normal/ordere...

7.8CVSS6.7AI score0.00665EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2024/04/10 6:56 p.m.24 views

CVE-2021-47189

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory ordering between normal and ordered work functions Ordered work functions aren't guaranteed to be handled by the same thread which executed the normal work functions. The only way execution between normal/ordere...

7.8CVSS6AI score0.00665EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/10 6:56 p.m.30 views

CVE-2021-47189 btrfs: fix memory ordering between normal and ordered work functions

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix memory ordering between normal and ordered work functions Ordered work functions aren't guaranteed to be handled by the same thread which executed the normal work functions. The only way execution between normal/ordere...

7.8CVSS7.5AI score0.00665EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/04/10 2:16 a.m.8 views

SUSE CVE-2024-26727

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not ASSERT if the newly created subvolume already got read BUG There is a syzbot crash, triggered by the ASSERT during subvolume creation: assertion failed: !anondev, in fs/btrfs/disk-io.c:1319 ------------ cut here...

5.5CVSS6.3AI score0.00228EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/04/10 2:16 a.m.8 views

SUSE CVE-2024-26726

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't drop extentmap for free space inode on write error While running the CI for an unrelated change I hit the following panic with generic/648 on btrfsholesspacecache. assertion failed: blockstart != EXTENTMAPHOLE, in...

5.5CVSS6.9AI score0.00259EPSS
SaveExploits0References10
OpenVAS
OpenVAS
added 2024/04/10 12:00 a.m.65 views

Ubuntu: Security Advisory (USN-6724-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2024 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

8.1CVSS6.9AI score0.01177EPSS
SaveExploits1References2
OSV
OSV
added 2024/04/09 12:17 p.m.20 views

USN-6724-1 linux, linux-aws, linux-azure, linux-azure-6.5, linux-gcp, linux-gcp-6.5, linux-hwe-6.5, linux-laptop, linux-lowlatency, linux-lowlatency-hwe-6.5, linux-oem-6.5, linux-oracle, linux-oracle-6.5, linux-starfive, linux-starfive-6.5 vulnerabilities

Pratyush Yadav discovered that the Xen network backend implementation in the Linux kernel did not properly handle zero length data request, leading to a null pointer dereference vulnerability. An attacker in a guest VM could possibly use this to cause a denial of service host domain crash...

8.1CVSS6.9AI score0.01177EPSS
SaveExploits1References13
Ubuntu
Ubuntu
added 2024/04/09 12:17 p.m.93 views

USN-6724-1: Linux kernel vulnerabilities

Pratyush Yadav discovered that the Xen network backend implementation in the Linux kernel did not properly handle zero length data request, leading to a null pointer dereference vulnerability. An attacker in a guest VM could possibly use this to cause a denial of service host domain crash...

8.1CVSS7.1AI score0.01177EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2024/04/09 2:29 a.m.13 views

SUSE CVE-2024-26792

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of anonymous device after snapshot creation failure When creating a snapshot we may do a double free of an anonymous device in case there's an error committing the transaction. The second free may result in...

5.5CVSS6.3AI score0.00236EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2024/04/09 12:00 a.m.11 views

PT-2024-26798

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.8.9 Description The issue is related to the btrfs file system in the Linux kernel. It was discovered that the kernel did not properly set the WRITTEN flag on all metadata blocks, which could lead to corruption ...

7.8CVSS5.5AI score0.00239EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/04/04 5:15 p.m.42 views

CVE-2024-26794

A flaw was found in the Linux kernel's btrfs file system due to a race condition between the ordered extent completion and fiemap operation. This race condition can lead to inconsistencies or security issues when accessing file system metadata. Mitigation Mitigation for this issue is either not...

5.5CVSS6.8AI score
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 5:15 p.m.37 views

CVE-2024-26792

A double-free flaw was found in the btrfs filesystem in the Linux kernel that could occur after a snapshot creation failure. This flaw could potentially lead to system crashes or unintended behaviors. Mitigation Mitigation for this issue is either not available or the currently available options ...

5.5CVSS6.5AI score0.00236EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/04 5:15 p.m.42 views

CVE-2024-26791

A vulnerability was found in the Linux kernel's btrfs filesystem related to the dev-replace feature. The issue stems from inadequate validation of device names. This flaw could allow an attacker unauthorized access or manipulation of devices, impacting the system's security. Mitigation Mitigation...

5.5CVSS6.8AI score0.00247EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/04 9:15 a.m.12 views

DEBIAN-CVE-2024-26792

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of anonymous device after snapshot creation failure When creating a snapshot we may do a double free of an anonymous device in case there's an error committing the transaction. The second free may result in...

7.8CVSS5.6AI score0.00236EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/04 9:15 a.m.20 views

CVE-2024-26792

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of anonymous device after snapshot creation failure When creating a snapshot we may do a double free of an anonymous device in case there's an error committing the transaction. The second free may result in...

7.8CVSS7.4AI score0.00236EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/04 9:15 a.m.19 views

AZL-54536 CVE-2024-26792 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix double free of anonymous device after snapshot creation failure When creating a snapshot we may do a double free of an anonymous device in case there's an error committing the transaction. The second free may result in...

7.8CVSS6.3AI score0.00236EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/04 9:15 a.m.11 views

CVE-2024-26794

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

6.9AI score
SaveExploits0References1
NVD
NVD
added 2024/04/04 9:15 a.m.28 views

CVE-2024-26791

In the Linux kernel, the following vulnerability has been resolved: btrfs: dev-replace: properly validate device names There's a syzbot report that device name buffers passed to device replace are not properly checked for string termination which could lead to a read out of bounds in getnamekerne...

7.1CVSS7.5AI score0.00247EPSS
SaveExploits0References10
Rows per page
Query Builder