CVE-2022-49323
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:08
In the Linux kernel, the following vulnerability has been resolved: iommu/arm-smmu: fix possible null-ptr-deref in arm_smmu_device_probe() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using 'res' a...
CVE-2022-49324
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:08
In the Linux kernel, the following vulnerability has been resolved: mips: cpc: Fix refcount leak in mips_cpc_default_phys_base Add the missing of_node_put() to release the refcount incremented by of_find_compatible_node().
CVE-2022-49325
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 22.09.2025 20:51:09
In the Linux kernel, the following vulnerability has been resolved: tcp: add accessors to read/set tp->snd_cwnd We had various bugs over the years with code breaking the assumption that tp->snd_cwnd is greater than zero. Lately, syzbot reported th...
CVE-2022-49326
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:09
In the Linux kernel, the following vulnerability has been resolved: rtl818x: Prevent using not initialized queues Using not existing queues can panic the kernel with rtl8180/rtl8185 cards. Ignore the skb priority for those cards, they only have one...
CVE-2022-49327
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:09
In the Linux kernel, the following vulnerability has been resolved: bcache: avoid journal no-space deadlock by reserving 1 journal bucket The journal no-space deadlock was reported time to time. Such deadlock can happen in the following situation. ...
CVE-2022-49328
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 25.03.2025 14:50:40
In the Linux kernel, the following vulnerability has been resolved: mt76: fix use-after-free by removing a non-RCU wcid pointer Fixes an issue caught by KASAN about use-after-free in mt76_txq_schedule by protecting mtxq->wcid with rcu_lock between ...
CVE-2022-49329
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:09
In the Linux kernel, the following vulnerability has been resolved: vduse: Fix NULL pointer dereference on sysfs access The control device has no drvdata. So we will get a NULL pointer dereference when accessing control device's msg_timeout attribu...
CVE-2022-49330
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 22.09.2025 20:03:28
In the Linux kernel, the following vulnerability has been resolved: tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd syzbot got a new report [1] finally pointing to a very old bug, added in initial support for MTU probing. tcp_mtu_probe() has che...
CVE-2022-49331
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:09
In the Linux kernel, the following vulnerability has been resolved: nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling Error paths do not free previously allocated memory. Add devm_kfree() to those failure paths.
CVE-2022-49332
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:09
- Zuletzt bearbeitet 01.10.2025 20:16:10
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Address NULL pointer dereference after starget_to_rport() Calls to starget_to_rport() may return NULL. Add check for NULL rport before dereference.