CVE-2024-57975
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:10
- Zuletzt bearbeitet 23.10.2025 17:59:01
In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when run_delalloc_nocow() failed [BUG] With CONFIG_DEBUG_VM set, test case generic/476 has some chance to crash with the following VM_BUG_ON_FOLIO():...
CVE-2024-57976
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:10
- Zuletzt bearbeitet 23.10.2025 17:58:15
In the Linux kernel, the following vulnerability has been resolved: btrfs: do proper folio cleanup when cow_file_range() failed [BUG] When testing with COW fixup marked as BUG_ON() (this is involved with the new pin_user_pages*() change, which shou...
CVE-2022-49732
- EPSS 0.03%
- Veröffentlicht 26.02.2025 15:15:17
- Zuletzt bearbeitet 24.10.2025 18:48:17
In the Linux kernel, the following vulnerability has been resolved: sock: redo the psock vs ULP protection check Commit 8a59f9d1e3d4 ("sock: Introduce sk->sk_prot->psock_update_sk_prot()") has moved the inet_csk_has_ulp(sk) check from sk_psock_init...
CVE-2022-49724
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 24.10.2025 18:56:04
In the Linux kernel, the following vulnerability has been resolved: tty: goldfish: Fix free_irq() on remove Pass the correct dev_id to free_irq() to fix this splat when the driver is unbound: WARNING: CPU: 0 PID: 30 at kernel/irq/manage.c:1895 fr...
CVE-2022-49725
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 24.10.2025 18:53:12
In the Linux kernel, the following vulnerability has been resolved: i40e: Fix call trace in setup_tx_descriptors After PF reset and ethtool -t there was call trace in dmesg sometimes leading to panic. When there was some time, around 5 seconds, bet...
CVE-2022-49726
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 24.10.2025 18:52:35
In the Linux kernel, the following vulnerability has been resolved: clocksource: hyper-v: unexport __init-annotated hv_init_clocksource() EXPORT_SYMBOL and __init is a bad combination because the .init.text section is freed up after the initializat...
CVE-2022-49730
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 23.12.2025 14:16:18
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-49713
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:47
- Zuletzt bearbeitet 01.10.2025 20:17:07
In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: Fix memory leak in dwc2_hcd_init usb_create_hcd will alloc memory for hcd, and we should call usb_put_hcd to free it when platform_get_resource() fails to prevent memory...
CVE-2022-49714
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:47
- Zuletzt bearbeitet 01.10.2025 21:15:41
In the Linux kernel, the following vulnerability has been resolved: irqchip/realtek-rtl: Fix refcount leak in map_interrupts of_find_node_by_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need...
CVE-2022-49715
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:47
- Zuletzt bearbeitet 01.10.2025 20:17:07
In the Linux kernel, the following vulnerability has been resolved: irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions of_find_node_by_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when ...