CVE-2022-49347
- EPSS 0.28%
- Veröffentlicht 26.02.2025 07:01:11
- Zuletzt bearbeitet 22.09.2025 20:28:12
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on in ext4_writepages we got issue as follows: EXT4-fs error (device loop0): ext4_mb_generate_buddy:1141: group 0, block bitmap and bg descriptor inconsistent: 25 vs ...
CVE-2022-49348
- EPSS 0.27%
- 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-49349
- EPSS 0.29%
- Veröffentlicht 26.02.2025 07:01:11
- Zuletzt bearbeitet 25.03.2025 14:51:05
In the Linux kernel, the following vulnerability has been resolved: ext4: fix use-after-free in ext4_rename_dir_prepare We got issue as follows: EXT4-fs (loop0): mounted filesystem without journal. Opts: ,errors=continue ext4_get_first_dir_block: b...
CVE-2022-49352
- EPSS 0.27%
- 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-49335
- EPSS 0.26%
- 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: drm/amdgpu/cs: make commands with 0 chunks illegal behaviour. Submitting a cs with 0 chunks, causes an oops later, found trying to execute the wrong userspace driver. MESA_LOADER_...
CVE-2022-49336
- EPSS 0.25%
- 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-49337
- EPSS 0.19%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 22.09.2025 20:03:53
In the Linux kernel, the following vulnerability has been resolved: ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock When user_dlm_destroy_lock failed, it didn't clean up the flags it set before exit. For USER_LOCK_IN_TEARDOWN, if this fu...
CVE-2022-49323
- EPSS 0.27%
- 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-49324
- EPSS 0.24%
- 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: mips: cpc: Fix refcount leak in mips_cpc_default_phys_base Add the missing of_node_put() to release the refcount incremented by of_find_compatible_node().
CVE-2022-49325
- EPSS 0.25%
- 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...