CVE-2022-49360
- EPSS 0.14%
- Veröffentlicht 26.02.2025 07:01:12
- Zuletzt bearbeitet 21.10.2025 12:17:01
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on total_data_blocks As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215916 The kernel message is shown below: kernel B...
CVE-2022-49361
- EPSS 0.15%
- Veröffentlicht 26.02.2025 07:01:12
- Zuletzt bearbeitet 21.10.2025 12:16:53
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check for inline inode Yanming reported a kernel bug in Bugzilla kernel [1], which can be reproduced. The bug message is: The kernel message is shown below:...
CVE-2022-49363
- EPSS 0.11%
- Veröffentlicht 26.02.2025 07:01:12
- Zuletzt bearbeitet 21.10.2025 12:16:43
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on block address in f2fs_do_zero_range() As Yanming reported in bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=215894 I have encountered a bug...
CVE-2022-49348
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:11
- Zuletzt bearbeitet 21.10.2025 12:17:52
In the Linux kernel, the following vulnerability has been resolved: ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_state The EXT4_FC_REPLAY bit in sbi->s_mount_state is used to indicate that we are in the middle of replay the fast ...
CVE-2022-49352
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:11
- Zuletzt bearbeitet 21.10.2025 12:17:44
In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in ext4_handle_inode_extension We got issue as follows: EXT4-fs error (device loop0) in ext4_reserve_inode_write:5741: Out of memory EXT4-fs error (device loop0):...
CVE-2022-49336
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 21.10.2025 12:18:57
In the Linux kernel, the following vulnerability has been resolved: drm/etnaviv: check for reaped mapping in etnaviv_iommu_unmap_gem When the mapping is already reaped the unmap must be a no-op, as we would otherwise try to remove the mapping twice...
CVE-2022-49342
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 01.10.2025 20:16:10
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_register of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when no...
CVE-2022-49323
- EPSS 0.1%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:08
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using 'res' a...
CVE-2022-49325
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 22.09.2025 20:51:09
In the Linux kernel, the following vulnerability has been resolved: tcp: add accessors to read/set tp->snd_cwnd We had various bugs over the years with code breaking the assumption that tp->snd_cwnd is greater than zero. Lately, syzbot reported th...
CVE-2022-49327
- EPSS 0.13%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:09
In the Linux kernel, the following vulnerability has been resolved: bcache: avoid journal no-space deadlock by reserving 1 journal bucket The journal no-space deadlock was reported time to time. Such deadlock can happen in the following situation. ...