CVE-2022-49914
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:55
- Zuletzt bearbeitet 12.11.2025 16:06:57
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix inode list leak during backref walking at resolve_indirect_refs() During backref walking, at resolve_indirect_refs(), if we get an error we jump to the 'out' label and c...
CVE-2022-49912
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:54
- Zuletzt bearbeitet 12.11.2025 15:36:11
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix ulist leaks in error paths of qgroup self tests In the test_no_shared_qgroup() and test_multiple_refs() qgroup self tests, if we fail to add the tree ref, remove the ext...
CVE-2022-49910
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:53
- Zuletzt bearbeitet 11.11.2025 01:38:30
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu Fix the race condition between the following two flows that run in parallel: 1. l2cap_reassemble_sdu -> chan->o...
CVE-2022-49909
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:10:52
- Zuletzt bearbeitet 02.12.2025 16:15:46
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-49907
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:51
- Zuletzt bearbeitet 11.11.2025 01:41:23
In the Linux kernel, the following vulnerability has been resolved: net: mdio: fix undefined behavior in bit shift for __mdiobus_register Shifting signed 32-bit value by 31 bits is undefined, so changing significant bit to unsigned. The UBSAN warni...
CVE-2022-49903
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:48
- Zuletzt bearbeitet 11.11.2025 01:45:18
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix WARNING in ip6_route_net_exit_late() During the initialization of ip6_route_net_init_late(), if file ipv6_route or rt6_stats fails to be created, the initialization is su...
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-49892
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:35
- Zuletzt bearbeitet 07.05.2025 13:19:41
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix use-after-free for dynamic ftrace_ops KASAN reported a use-after-free with ftrace ops [1]. It was found from vmcore that perf had registered two ops with the same conte...
CVE-2022-49890
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:10:34
- Zuletzt bearbeitet 01.10.2025 17:15:37
In the Linux kernel, the following vulnerability has been resolved: capabilities: fix potential memleak on error path from vfs_getxattr_alloc() In cap_inode_getsecurity(), we will use vfs_getxattr_alloc() to complete the memory allocation of tmpbuf...
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...