CVE-2022-49688
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:43
- Zuletzt bearbeitet 24.10.2025 15:51:13
In the Linux kernel, the following vulnerability has been resolved: afs: Fix dynamic root getattr The recent patch to make afs_getattr consult the server didn't account for the pseudo-inodes employed by the dynamic root-type afs superblock not havi...
CVE-2022-49691
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:43
- Zuletzt bearbeitet 24.10.2025 15:51:01
In the Linux kernel, the following vulnerability has been resolved: erspan: do not assume transport header is always set Rewrite tests in ip6erspan_tunnel_xmit() and erspan_fb_xmit() to not assume transport header is set. syzbot reported: WARNING...
CVE-2022-49692
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:43
- Zuletzt bearbeitet 01.10.2025 20:17:05
In the Linux kernel, the following vulnerability has been resolved: net: phy: at803x: fix NULL pointer dereference on AR9331 PHY Latest kernel will explode on the PHY interrupt config, since it depends now on allocated priv. So, run probe to alloca...
CVE-2022-49671
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 01.10.2025 20:17:03
In the Linux kernel, the following vulnerability has been resolved: RDMA/cm: Fix memory leak in ib_cm_insert_listen cm_alloc_id_priv() allocates resource for the cm_id_priv. When cm_init_listen() fails it doesn't free it, leading to memory leak. A...
CVE-2022-49672
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 24.10.2025 15:52:07
In the Linux kernel, the following vulnerability has been resolved: net: tun: unlink NAPI from device on destruction Syzbot found a race between tun file and device destruction. NAPIs live in struct tun_file which can get destroyed before the netde...
CVE-2022-49673
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 24.10.2025 15:51:58
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix KASAN warning in raid5_add_disks There's a KASAN warning in raid5_add_disk when running the LVM testsuite. The warning happens in the test lvconvert-raid-reshape-linea...
CVE-2022-49674
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 24.10.2025 15:51:49
In the Linux kernel, the following vulnerability has been resolved: dm raid: fix accesses beyond end of raid member array On dm-raid table load (using raid_ctr), dm-raid allocates an array rs->devs[rs->raid_disks] for the raid device members. rs->r...
CVE-2022-49675
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 24.10.2025 15:51:40
In the Linux kernel, the following vulnerability has been resolved: tick/nohz: unexport __init-annotated tick_nohz_full_setup() EXPORT_SYMBOL and __init is a bad combination because the .init.text section is freed up after the initialization. Hence...
CVE-2022-49676
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 01.10.2025 20:17:03
In the Linux kernel, the following vulnerability has been resolved: memory: samsung: exynos5422-dmc: Fix refcount leak in of_get_dram_timings of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it whe...
CVE-2022-49677
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:42
- Zuletzt bearbeitet 01.10.2025 20:17:03
In the Linux kernel, the following vulnerability has been resolved: ARM: cns3xxx: Fix refcount leak in cns3xxx_init of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add missing...