Lucene search
+L

3850 matches found

OSV
OSV
added 2024/04/28 1:15 p.m.6 views

UBUNTU-CVE-2022-48667

In the Linux kernel, the following vulnerability has been resolved: smb3: fix temporary data corruption in insert range insert range doesn't discard the affected cached region so can risk temporarily corrupting file data. Also includes some minor cleanup avoiding rereading inode size repeatedly...

3.3CVSS6.2AI score0.00195EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/04/28 1:01 p.m.30 views

CVE-2022-48668 smb3: fix temporary data corruption in collapse range

In the Linux kernel, the following vulnerability has been resolved: smb3: fix temporary data corruption in collapse range collapse range doesn't discard the affected cached region so can risk temporarily corrupting the file data. This fixes xfstest generic/031 I also decided to merge a minor...

7.6AI score0.00195EPSS
SaveExploits0References2
CVE
CVE
added 2024/04/28 1:01 p.m.97 views

CVE-2022-48668

CVE-2022-48668 relates to the Linux kernel SMB3 implementation. The issue was that collapse range did not discard the affected cached region, risking temporary data corruption of the file during operations (as observed in xfstest generic/031). The fix stabilizes collapse range behavior and also i...

3.3CVSS6.4AI score0.00195EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2024/04/28 1:01 p.m.36 views

CVE-2022-48667

In the Linux kernel, the following vulnerability has been resolved: smb3: fix temporary data corruption in insert range insert range doesn't discard the affected cached region so can risk temporarily corrupting file data. Also includes some minor cleanup avoiding rereading inode size repeatedly...

3.3CVSS7.4AI score0.00195EPSS
SaveExploits0
CVE
CVE
added 2024/04/28 12:59 p.m.126 views

CVE-2022-48631

The CVE-2022-48631 issue affects the Linux kernel’s ext4 extents parsing. Specifically, ext4_ext_binsearch_idx() could operate on an extent header with eh_depth > 0 when eh_entries is 0, leading to garbage indices and kernel crash (BUG at fs/ext4/extents.c:2258) observed in the provided traces...

5.5CVSS6.1AI score0.00235EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/04/28 12:59 p.m.54 views

CVE-2022-48631 ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0

In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug in extents parsing when ehentries == 0 and ehdepth 0 When walking through an inode extents, the ext4extbinsearchidx function assumes that the extent header has been previously validated. However, there are no checks...

6.4AI score0.00235EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/25 7:33 p.m.25 views

CLSA-2024-1714073581 Fix of 16 CVEs

Jammy update: v5.15.81 upstream stable release LP: 2003130 // CVE-url: https://ubuntu.com/security/CVE-2023-1382 - tipc: set con sock in tipcconnalloc - tipc: add an extra connget in tipcconnalloc CVE-url: https://ubuntu.com/security/CVE-2023-1998 - x86/speculation: Allow enabling STIBP with lega...

8.2CVSS7AI score0.01377EPSS
SaveExploits4References1
OSV
OSV
added 2024/04/25 5:13 p.m.26 views

CLSA-2024-1714065191 Fix of 9 CVEs

CVE-url: https://ubuntu.com/security/CVE-2023-1998 - x86/speculation: Allow enabling STIBP with legacy IBRS CVE-url: https://ubuntu.com/security/CVE-2021-47193 - scsi: pm80xx: Tie the interrupt name to the module instance - scsi: pm80xx: Deal with kexec reboots - scsi: pm80xx: Increase number of...

7.8CVSS7AI score0.01377EPSS
SaveExploits4References1
Vulnrichment
Vulnrichment
added 2024/04/24 9:49 p.m.33 views

CVE-2024-26923 af_unix: Fix garbage collector racing against connect()

In the Linux kernel, the following vulnerability has been resolved: afunix: Fix garbage collector racing against connect Garbage collector does not take into account the risk of embryo getting enqueued during the garbage collection. If such embryo has a peer that carries SCMRIGHTS, two consecutiv...

7.8CVSS6.7AI score0.00207EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/04/20 2:08 a.m.8 views

SUSE 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.8CVSS7.5AI score0.0018EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2024/04/19 2:18 a.m.8 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.24 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.14 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.3 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.10 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.20 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.12 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
CVE
CVE
added 2024/04/17 10:27 a.m.126 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
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.7 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
Rows per page
Query Builder