CVE-2022-49898
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:10:44
- Zuletzt bearbeitet 10.11.2025 21:18:38
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix tree mod log mishandling of reallocated nodes We have been seeing the following panic in production kernel BUG at fs/btrfs/tree-mod-log.c:677! invalid opcode: 0000 ...
CVE-2022-49887
- EPSS 0.09%
- Veröffentlicht 01.05.2025 14:10:32
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: media: meson: vdec: fix possible refcount leak in vdec_probe() v4l2_device_unregister need to be called to put the refcount got by v4l2_device_register when vdec_probe fails or vde...
CVE-2022-49885
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:10:31
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: ACPI: APEI: Fix integer overflow in ghes_estatus_pool_init() Change num_ghes from int to unsigned int, preventing an overflow and causing subsequent vmalloc() to fail. The overflo...
CVE-2022-49879
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:10:27
- Zuletzt bearbeitet 10.11.2025 21:20:07
In the Linux kernel, the following vulnerability has been resolved: ext4: fix BUG_ON() when directory entry has invalid rec_len The rec_len field in the directory entry has to be a multiple of 4. A corrupted filesystem image can be used to hit a B...
CVE-2022-49880
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:10:27
- Zuletzt bearbeitet 01.10.2025 17:15:36
In the Linux kernel, the following vulnerability has been resolved: ext4: fix warning in 'ext4_da_release_space' Syzkaller report issue as follows: EXT4-fs (loop0): Free/Dirty block details EXT4-fs (loop0): free_blocks=0 EXT4-fs (loop0): dirty_bloc...
CVE-2022-49874
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:23
- Zuletzt bearbeitet 01.10.2025 16:15:48
In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: fix possible memory leak in mousevsc_probe() If hid_add_device() returns error, it should call hid_destroy_device() to free hid_dev which is allocated in hid_allocate_...
CVE-2022-49870
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:21
- Zuletzt bearbeitet 10.11.2025 21:04:41
In the Linux kernel, the following vulnerability has been resolved: capabilities: fix undefined behavior in bit shift for CAP_TO_MASK Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warning c...
CVE-2022-49864
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:10:17
- Zuletzt bearbeitet 01.10.2025 16:15:47
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix NULL pointer dereference in svm_migrate_to_ram() ./drivers/gpu/drm/amd/amdkfd/kfd_migrate.c:985:58-62: ERROR: p is NULL but dereferenced.
CVE-2022-49865
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:17
- Zuletzt bearbeitet 23.01.2026 16:48:53
In the Linux kernel, the following vulnerability has been resolved: ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to network When copying a `struct ifaddrlblmsg` to the network, __ifal_reserved remained uninitialized, resulting in ...
CVE-2022-49850
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:10:05
- Zuletzt bearbeitet 01.10.2025 17:15:34
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix deadlock in nilfs_count_free_blocks() A semaphore deadlock can occur if nilfs_get_block() detects metadata corruption while locating data blocks and a superblock writeb...