CVE-2022-49708
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 24.10.2025 15:53:52
In the Linux kernel, the following vulnerability has been resolved: ext4: fix bug_on ext4_mb_use_inode_pa Hulk Robot reported a BUG_ON: ================================================================== kernel BUG at fs/ext4/mballoc.c:3211! [...] R...
CVE-2022-49712
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 01.10.2025 20:17:07
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not nee...
CVE-2022-49700
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:44
- Zuletzt bearbeitet 25.03.2025 13:37:51
In the Linux kernel, the following vulnerability has been resolved: mm/slub: add missing TID updates on slab deactivation The fastpath in slab_alloc_node() assumes that c->slab is stable as long as the TID stays the same. However, two places in __s...
CVE-2022-49682
- EPSS 0.02%
- 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: xtensa: Fix refcount leak bug in time.c In calibrate_ccount(), of_find_compatible_node() will return a node pointer with refcount incremented. We should use of_node_put() when it i...
CVE-2022-49685
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:43
- Zuletzt bearbeitet 24.03.2025 19:27:25
In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix use-after-free on remove Ensure that the irq_work has completed before the trigger is freed. ============================================================...
CVE-2022-49688
- EPSS 0.06%
- 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-49672
- EPSS 0.05%
- 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.04%
- 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.03%
- 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-49677
- EPSS 0.07%
- 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...