CVE-2022-50464
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:39
- Zuletzt bearbeitet 16.01.2026 19:14:57
In the Linux kernel, the following vulnerability has been resolved: mt76: mt7915: Fix PCI device refcount leak in mt7915_pci_init_hif2() As comment of pci_get_device() says, it returns a pci_device with its refcount increased. We need to call pci_d...
CVE-2022-50451
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:38
- Zuletzt bearbeitet 16.01.2026 19:23:40
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix memory leak on ntfs_fill_super() error path syzbot reported kmemleak as below: BUG: memory leak unreferenced object 0xffff8880122f1540 (size 32): comm "a.out", pid...
CVE-2022-50452
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:38
- Zuletzt bearbeitet 16.01.2026 19:23:48
In the Linux kernel, the following vulnerability has been resolved: net: sched: cake: fix null pointer access issue when cake_init() fails When the default qdisc is cake, if the qdisc of dev_queue fails to be inited during mqprio_init(), cake_reset...
CVE-2022-50453
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:38
- Zuletzt bearbeitet 16.01.2026 19:23:56
In the Linux kernel, the following vulnerability has been resolved: gpiolib: cdev: fix NULL-pointer dereferences There are several places where we can crash the kernel by requesting lines, unbinding the GPIO device, then calling any of the system c...
CVE-2022-50454
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:38
- Zuletzt bearbeitet 16.01.2026 19:24:04
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix a use-after-free in nouveau_gem_prime_import_sg_table() nouveau_bo_init() is backed by ttm_bo_init() and ferries its return code back to the caller. On failures, t...
- EPSS 0.03%
- Veröffentlicht 01.10.2025 12:15:38
- Zuletzt bearbeitet 10.10.2025 16:15:50
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-50456
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:38
- Zuletzt bearbeitet 16.01.2026 19:24:14
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix resolving backrefs for inline extent followed by prealloc If a file consists of an inline extent followed by a regular or prealloc extent, then a legitimate attempt to r...
CVE-2022-50457
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:38
- Zuletzt bearbeitet 16.01.2026 19:24:26
In the Linux kernel, the following vulnerability has been resolved: mtd: core: Fix refcount error in del_mtd_device() del_mtd_device() will call of_node_put() to mtd_get_of_node(mtd), which is mtd->dev.of_node. However, memset(&mtd->dev, 0) is call...
CVE-2022-50446
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:37
- Zuletzt bearbeitet 16.01.2026 19:50:40
In the Linux kernel, the following vulnerability has been resolved: ARC: mm: fix leakage of memory allocated for PTE Since commit d9820ff ("ARC: mm: switch pgtable_t back to struct page *") a memory leakage problem occurs. Memory allocated for page...
CVE-2022-50447
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:37
- Zuletzt bearbeitet 16.01.2026 19:50:46
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_conn: Fix crash on hci_create_cis_sync When attempting to connect multiple ISO sockets without using DEFER_SETUP may result in the following crash: BUG: KASAN: null...