CVE-2022-49341
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 21.10.2025 12:18:14
In the Linux kernel, the following vulnerability has been resolved: bpf, arm64: Clear prog->jited_len along prog->jited syzbot reported an illegal copy_to_user() attempt from bpf_prog_get_info_by_fd() [1] There was no repro yet on this bug, but I ...
CVE-2022-49342
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:10
- Zuletzt bearbeitet 01.10.2025 20:16:10
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: bgmac: Fix refcount leak in bcma_mdio_mii_register of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when no...
CVE-2022-49322
- EPSS 0.02%
- 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: tracing: Fix sleeping function called from invalid context on RT kernel When setting bootparams="trace_event=initcall:initcall_start tp_printk=1" in the cmdline, the output_printk(...
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.03%
- 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.04%
- 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.04%
- 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...