CVE-2022-49923
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:11:02
- Zuletzt bearbeitet 01.10.2025 15:15:37
In the Linux kernel, the following vulnerability has been resolved: nfc: nxp-nci: Fix potential memory leak in nxp_nci_send() nxp_nci_send() will call nxp_nci_i2c_write(), and only free skb when nxp_nci_i2c_write() failed. However, even if the nxp_...
CVE-2022-49922
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:11:01
- Zuletzt bearbeitet 01.10.2025 15:15:37
In the Linux kernel, the following vulnerability has been resolved: nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send() nfcmrvl_i2c_nci_send() will be called by nfcmrvl_nci_send(), and skb should be freed in nfcmrvl_i2c_nci_send(). Ho...
CVE-2022-49921
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:11:00
- Zuletzt bearbeitet 01.10.2025 15:15:36
In the Linux kernel, the following vulnerability has been resolved: net: sched: Fix use after free in red_enqueue() We can't use "skb" again after passing it to qdisc_enqueue(). This is basically identical to commit 2f09707d0c97 ("sch_sfb: Also st...
CVE-2022-49920
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:10:59
- Zuletzt bearbeitet 01.10.2025 15:15:35
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: netlink notifier might race to release objects commit release path is invoked via call_rcu and it runs lockless to release the objects after rcu grace period....
CVE-2022-49918
- EPSS 0.02%
- Veröffentlicht 01.05.2025 14:10:58
- Zuletzt bearbeitet 12.11.2025 15:59:39
In the Linux kernel, the following vulnerability has been resolved: ipvs: fix WARNING in __ip_vs_cleanup_batch() During the initialization of ip_vs_conn_net_init(), if file ip_vs_conn or ip_vs_conn_sync fails to be created, the initialization is su...
- EPSS 0.01%
- Veröffentlicht 01.05.2025 14:10:58
- Zuletzt bearbeitet 01.10.2025 16:15:51
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: release flow rule object from commit path No need to postpone this to the commit release path, since no packets are walking over this object, this is accessed...
CVE-2022-49917
- EPSS 0.01%
- 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.02%
- 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.02%
- 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.02%
- 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...