CVE-2022-49386
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 01.10.2025 20:16:15
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: ti: am65-cpsw-nuss: Fix some refcount leaks of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need ...
CVE-2022-49387
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 01.10.2025 20:16:16
In the Linux kernel, the following vulnerability has been resolved: watchdog: rzg2l_wdt: Fix 32bit overflow issue The value of timer_cycle_us can be 0 due to 32bit overflow. For eg:- If we assign the counter value "0xfff" for computing maxval. Thi...
CVE-2022-49388
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 25.03.2025 14:59:13
In the Linux kernel, the following vulnerability has been resolved: ubi: ubi_create_volume: Fix use-after-free when volume creation failed There is an use-after-free problem for 'eba_tbl' in ubi_create_volume()'s error handling path: ubi_eba_rep...
CVE-2022-49389
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 01.10.2025 20:16:16
In the Linux kernel, the following vulnerability has been resolved: usb: usbip: fix a refcount leak in stub_probe() usb_get_dev() is called in stub_device_alloc(). When stub_probe() fails after that, usb_put_dev() needs to be called to release the ...
CVE-2022-49390
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 25.03.2025 13:48:09
In the Linux kernel, the following vulnerability has been resolved: macsec: fix UAF bug for real_dev Create a new macsec device but not get reference to real_dev. That can not ensure that real_dev is freed after macsec. That will trigger the UAF bu...
CVE-2022-49391
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 01.10.2025 20:16:16
In the Linux kernel, the following vulnerability has been resolved: remoteproc: mtk_scp: Fix a potential double free 'scp->rproc' is allocated using devm_rproc_alloc(), so there is no need to free it explicitly in the remove function.
CVE-2022-49392
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 01.10.2025 20:16:16
In the Linux kernel, the following vulnerability has been resolved: serial: 8250_aspeed_vuart: Fix potential NULL dereference in aspeed_vuart_probe platform_get_resource() may fail and return NULL, so we should better check it's return value to avo...
CVE-2022-49393
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 22.09.2025 19:46:54
In the Linux kernel, the following vulnerability has been resolved: misc: fastrpc: fix list iterator in fastrpc_req_mem_unmap_impl This is another instance of incorrect use of list iterator and checking it for NULL. The list iterator value 'map' w...
CVE-2022-49394
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:15
- Zuletzt bearbeitet 21.10.2025 12:15:22
In the Linux kernel, the following vulnerability has been resolved: blk-iolatency: Fix inflight count imbalances and IO hangs on offline iolatency needs to track the number of inflight IOs per cgroup. As this tracking can be expensive, it is disabl...
CVE-2022-49374
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:14
- Zuletzt bearbeitet 01.10.2025 20:16:14
In the Linux kernel, the following vulnerability has been resolved: tipc: check attribute length for bearer name syzbot reported uninit-value: ===================================================== BUG: KMSAN: uninit-value in string_nocheck lib/vspr...