Lucene search
+L

3680 matches found

SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.7 views

SUSE CVE-2024-26878

In the Linux kernel, the following vulnerability has been resolved: quota: Fix potential NULL pointer dereference Below race may cause NULL pointer dereference P1 P2 dquotfreeinode quotaoff dropdquotref removedquotref dquots = idquotinode dquots = idquotinode srcureadlock dquotscnt != NULL 1...

5.5CVSS6.4AI score0.00189EPSS
SaveExploits0References18
RedhatCVE
RedhatCVE
added 2024/04/17 6:54 p.m.22 views

CVE-2024-26869

A vulnerability was found in the f2fs component in the Linux kernel, where a race condition can be created between the garbage collection thread and the f2fsinplacewritedata thread. This could lead to data corruption or system instability. Mitigation Mitigation for this issue is either not...

4.7CVSS8.8AI score0.0018EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/17 11:15 a.m.2 views

DEBIAN-CVE-2024-26878

In the Linux kernel, the following vulnerability has been resolved: quota: Fix potential NULL pointer dereference Below race may cause NULL pointer dereference P1 P2 dquotfreeinode quotaoff dropdquotref removedquotref dquots = idquotinode dquots = idquotinode srcureadlock dquotscnt != NULL 1...

4.7CVSS5.5AI score0.00189EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.12 views

AZL-61721 CVE-2024-26869 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate meta inode pages forcely Below race case can cause data corruption: Thread A GC thread - gcdatasegment - radatablock - locked metainode page - f2fsinplacewritedata - invalidatemappingpages : fail to invalida...

4.7CVSS5.6AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.1 views

DEBIAN-CVE-2024-26869

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate meta inode pages forcely Below race case can cause data corruption: Thread A GC thread - gcdatasegment - radatablock - locked metainode page - f2fsinplacewritedata - invalidatemappingpages : fail to invalida...

4.7CVSS4.8AI score0.0018EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.8 views

UBUNTU-CVE-2024-26869

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate meta inode pages forcely Below race case can cause data corruption: Thread A GC thread - gcdatasegment - radatablock - locked metainode page - f2fsinplacewritedata - invalidatemappingpages : fail to invalida...

7.8CVSS5.7AI score0.0018EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.18 views

CVE-2024-26869

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate meta inode pages forcely Below race case can cause data corruption: Thread A GC thread - gcdatasegment - radatablock - locked metainode page - f2fsinplacewritedata - invalidatemappingpages : fail to invalida...

7.8CVSS5.4AI score0.0018EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/17 10:27 a.m.9 views

CVE-2024-26869 f2fs: fix to truncate meta inode pages forcely

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate meta inode pages forcely Below race case can cause data corruption: Thread A GC thread - gcdatasegment - radatablock - locked metainode page - f2fsinplacewritedata - invalidatemappingpages : fail to invalida...

7.8CVSS5.8AI score
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.5 views

CVE-2024-26869 f2fs: fix to truncate meta inode pages forcely

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate meta inode pages forcely Below race case can cause data corruption: Thread A GC thread - gcdatasegment - radatablock - locked metainode page - f2fsinplacewritedata - invalidatemappingpages : fail to invalida...

7.8CVSS5.4AI score0.0018EPSS
SaveExploits0References4
CVE
CVE
added 2024/04/17 10:27 a.m.115 views

CVE-2024-26869

CVE-2024-26869 affects the Linux kernel in the f2fs subsystem. The root cause is a race in invalidating meta inode pages during GC, which can cause data corruption. The fix replaces invalidate_mapping_pages() with truncate_inode_pages_range() to ensure meta_inode pages are dropped safely. Several...

7.8CVSS6.7AI score0.0018EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2024/04/17 10:27 a.m.55 views

CVE-2024-26869

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate meta inode pages forcely Below race case can cause data corruption: Thread A GC thread - gcdatasegment - radatablock - locked metainode page - f2fsinplacewritedata - invalidatemappingpages : fail to invalida...

7.8CVSS5.7AI score0.0018EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.32 views

CVE-2024-26869 f2fs: fix to truncate meta inode pages forcely

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to truncate meta inode pages forcely Below race case can cause data corruption: Thread A GC thread - gcdatasegment - radatablock - locked metainode page - f2fsinplacewritedata - invalidatemappingpages : fail to invalida...

7.8CVSS6.7AI score0.0018EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2024/04/17 12:0 a.m.6 views

PT-2024-21544

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition in the Linux kernel can cause data corruption. The issue occurs when the invalidate mapping pages function fails to invalidate a meta inode page due to lock failure or...

9.1CVSS6.4AI score0.01635EPSS
SaveExploits0References330
NVD
NVD
added 2024/04/10 7:15 p.m.20 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.8CVSS7.3AI score0.00665EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/10 6:56 p.m.25 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.6 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
NVD
NVD
added 2024/04/03 3:15 p.m.18 views

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.5CVSS7.8AI score0.00259EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/03 3:15 p.m.4 views

DEBIAN-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.5CVSS5.6AI score0.00259EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/03 3:15 p.m.29 views

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.5CVSS5.9AI score0.00259EPSS
SaveExploits0References20
OSV
OSV
added 2024/04/03 3:15 p.m.5 views

UBUNTU-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.5AI score0.00259EPSS
SaveExploits0References21
Rows per page
Query Builder