CVE-2023-52933
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:37:14
- Zuletzt bearbeitet 28.10.2025 18:29:22
In the Linux kernel, the following vulnerability has been resolved: Squashfs: fix handling and sanity checking of xattr_ids count A Sysbot [1] corrupted filesystem exposes two flaws in the handling and sanity checking of the xattr_ids count in the ...
CVE-2023-52932
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:37:13
- Zuletzt bearbeitet 01.10.2025 20:17:11
In the Linux kernel, the following vulnerability has been resolved: mm/swapfile: add cond_resched() in get_swap_pages() The softlockup still occurs in get_swap_pages() under memory pressure. 64 CPU cores, 64GB memory, and 28 zram devices, the disk...
CVE-2022-49724
- EPSS 0.02%
- 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.01%
- 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-49727
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 01.10.2025 20:17:08
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg When len >= INT_MAX - transhdrlen, ulen = len + transhdrlen will be overflow. To fix, we can follow what udpv6 does and subtra...
CVE-2022-49729
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 01.10.2025 20:17:09
In the Linux kernel, the following vulnerability has been resolved: nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred Similar to the handling of play_deferred in commit 19cfe912c37b ("Bluetooth: btusb: Fix memory leak in play_deferred"), we th...
CVE-2022-49731
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 01.10.2025 20:17:09
In the Linux kernel, the following vulnerability has been resolved: ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo() In an unlikely (and probably wrong?) case that the 'ppi' parameter of ata_host_alloc_pinfo() points to an array s...
CVE-2022-49713
- EPSS 0.05%
- 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-49719
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:47
- Zuletzt bearbeitet 01.10.2025 20:17:08
In the Linux kernel, the following vulnerability has been resolved: irqchip/gic/realview: Fix refcount leak in realview_gic_of_init of_find_matching_node_and_match() returns a node pointer with refcount incremented, we should use of_node_put() on i...
CVE-2022-49707
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:46
- Zuletzt bearbeitet 01.10.2025 20:17:06
In the Linux kernel, the following vulnerability has been resolved: ext4: add reserved GDT blocks check We capture a NULL pointer issue when resizing a corrupt ext4 image which is freshly clear resize_inode feature (not run e2fsck). It could be sim...