CVE-2022-49917
- EPSS 0.04%
- Veröffentlicht 01.05.2025 14:10:57
- Zuletzt bearbeitet 12.11.2025 16:06:20
In the Linux kernel, the following vulnerability has been resolved: ipvs: fix WARNING in ip_vs_app_net_cleanup() During the initialization of ip_vs_app_net_init(), if file ip_vs_app fails to be created, the initialization is successful by default. ...
CVE-2022-49915
- EPSS 0.05%
- Veröffentlicht 01.05.2025 14:10:56
- Zuletzt bearbeitet 01.10.2025 16:15:51
In the Linux kernel, the following vulnerability has been resolved: mISDN: fix possible memory leak in mISDN_register_device() Afer commit 1fa5ae857bb1 ("driver core: get rid of struct device's bus_id string array"), the name of device is allocated...
CVE-2022-49916
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:10:56
- Zuletzt bearbeitet 01.10.2025 16:15:51
In the Linux kernel, the following vulnerability has been resolved: rose: Fix NULL pointer dereference in rose_send_frame() The syzkaller reported an issue: KASAN: null-ptr-deref in range [0x0000000000000380-0x0000000000000387] CPU: 0 PID: 4069 Co...
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-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-49904
- EPSS 0.06%
- Veröffentlicht 01.05.2025 14:10:48
- Zuletzt bearbeitet 01.10.2025 16:15:50
In the Linux kernel, the following vulnerability has been resolved: net, neigh: Fix null-ptr-deref in neigh_table_clear() When IPv6 module gets initialized but hits an error in the middle, kenel panic with: KASAN: null-ptr-deref in range [0x000000...
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...