Lucene search
+L

5183 matches found

OSV
OSV
added 2024/08/22 2:15 a.m.8 views

DEBIAN-CVE-2022-48903

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix relocation crash due to premature return from btrfscommittransaction We are seeing crashes similar to the following trace: 38.969182 WARNING: CPU: 20 PID: 2105 at fs/btrfs/relocation.c:4070...

5.5CVSS6AI score0.0021EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/08/22 2:15 a.m.22 views

CVE-2022-48902

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not WARNON if we have PageError set Whenever we do any extent buffer operations we call assertebpageuptodate to complain loudly if we're operating on an non-uptodate page. Our overnight tests caught this warning earlier...

5.5CVSS6.6AI score0.0021EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/22 2:15 a.m.46 views

UBUNTU-CVE-2022-48901

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not start relocation until in progress drops are done We hit a bug with a recovering relocation on mount for one of our file systems in production. I reproduced this locally by injecting errors into snapshot delete with...

5.5CVSS6.6AI score0.0021EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/22 2:15 a.m.15 views

UBUNTU-CVE-2022-48903

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix relocation crash due to premature return from btrfscommittransaction We are seeing crashes similar to the following trace: 38.969182 WARNING: CPU: 20 PID: 2105 at fs/btrfs/relocation.c:4070...

5.5CVSS6.2AI score0.0021EPSS
SaveExploits0References6
OSV
OSV
added 2024/08/22 2:15 a.m.13 views

UBUNTU-CVE-2022-48920

In the Linux kernel, the following vulnerability has been resolved: btrfs: get rid of warning on transaction commit when using flushoncommit When using the flushoncommit mount option, during almost every transaction commit we trigger a warning from writebackinodessbnr: $ cat fs/fs-writeback.c:...

5.5CVSS6.2AI score0.00164EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/08/22 2:15 a.m.20 views

CVE-2022-48901

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not start relocation until in progress drops are done We hit a bug with a recovering relocation on mount for one of our file systems in production. I reproduced this locally by injecting errors into snapshot delete with...

5.5CVSS6.3AI score0.0021EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/22 2:15 a.m.10 views

UBUNTU-CVE-2022-48902

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not WARNON if we have PageError set Whenever we do any extent buffer operations we call assertebpageuptodate to complain loudly if we're operating on an non-uptodate page. Our overnight tests caught this warning earlier...

5.5CVSS6.4AI score0.0021EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2024/08/22 2:15 a.m.28 views

CVE-2022-48903

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix relocation crash due to premature return from btrfscommittransaction We are seeing crashes similar to the following trace: 38.969182 WARNING: CPU: 20 PID: 2105 at fs/btrfs/relocation.c:4070...

5.5CVSS6.4AI score0.0021EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/08/22 2:15 a.m.24 views

CVE-2022-48923

In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copycompressedsegment to write outside of allocated...

7.8CVSS6.4AI score0.00228EPSS
SaveExploits0References5
OSV
OSV
added 2024/08/22 2:15 a.m.20 views

UBUNTU-CVE-2022-48923

In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copycompressedsegment to write outside of allocated...

7.8CVSS6.2AI score0.00228EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2024/08/22 1:32 a.m.37 views

CVE-2022-48923 btrfs: prevent copying too big compressed lzo segment

In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copycompressedsegment to write outside of allocated...

7.8CVSS0.00228EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/08/22 1:32 a.m.19 views

CVE-2022-48923 btrfs: prevent copying too big compressed lzo segment

In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copycompressedsegment to write outside of allocated...

7.8CVSS6.9AI score0.00228EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/08/22 1:32 a.m.39 views

CVE-2022-48923

In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copycompressedsegment to write outside of allocated...

7.8CVSS6.1AI score0.00228EPSS
SaveExploits0
OSV
OSV
added 2024/08/22 1:32 a.m.27 views

CVE-2022-48923 btrfs: prevent copying too big compressed lzo segment

In the Linux kernel, the following vulnerability has been resolved: btrfs: prevent copying too big compressed lzo segment Compressed length can be corrupted to be a lot larger than memory we have allocated for buffer. This will cause memcpy in copycompressedsegment to write outside of allocated...

7.8CVSS6.1AI score
SaveExploits0References6
CVE
CVE
added 2024/08/22 1:32 a.m.103 views

CVE-2022-48920

CVE-2022-48920: In the Linux kernel, the btrfs flushoncommit path could trigger a warning in __writeback_inodes_sb_nr() during transaction commits. The fix avoids deadlock risks by replacing writeback_inodes_sb() with try_to_writeback_inodes_sb(), which reads sb->s_umount and only calls writeb...

5.5CVSS6.4AI score0.00164EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2024/08/22 1:32 a.m.43 views

CVE-2022-48920

In the Linux kernel, the following vulnerability has been resolved: btrfs: get rid of warning on transaction commit when using flushoncommit When using the flushoncommit mount option, during almost every transaction commit we trigger a warning from writebackinodessbnr: $ cat fs/fs-writeback.c:...

5.5CVSS6.1AI score0.00164EPSS
SaveExploits0
OSV
OSV
added 2024/08/22 1:32 a.m.26 views

CVE-2022-48920 btrfs: get rid of warning on transaction commit when using flushoncommit

In the Linux kernel, the following vulnerability has been resolved: btrfs: get rid of warning on transaction commit when using flushoncommit When using the flushoncommit mount option, during almost every transaction commit we trigger a warning from writebackinodessbnr: $ cat fs/fs-writeback.c:...

6.1AI score
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/08/22 1:32 a.m.19 views

CVE-2022-48920 btrfs: get rid of warning on transaction commit when using flushoncommit

In the Linux kernel, the following vulnerability has been resolved: btrfs: get rid of warning on transaction commit when using flushoncommit When using the flushoncommit mount option, during almost every transaction commit we trigger a warning from writebackinodessbnr: $ cat fs/fs-writeback.c:...

6.7AI score0.00164EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/08/22 1:32 a.m.44 views

CVE-2022-48920 btrfs: get rid of warning on transaction commit when using flushoncommit

In the Linux kernel, the following vulnerability has been resolved: btrfs: get rid of warning on transaction commit when using flushoncommit When using the flushoncommit mount option, during almost every transaction commit we trigger a warning from writebackinodessbnr: $ cat fs/fs-writeback.c:...

0.00164EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2024/08/22 1:30 a.m.22 views

CVE-2022-48903 btrfs: fix relocation crash due to premature return from btrfs_commit_transaction()

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix relocation crash due to premature return from btrfscommittransaction We are seeing crashes similar to the following trace: 38.969182 WARNING: CPU: 20 PID: 2105 at fs/btrfs/relocation.c:4070...

6.6AI score0.0021EPSS
SaveExploits0References3
Rows per page
Query Builder