CVE-2024-57981
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:11
- Zuletzt bearbeitet 12.05.2026 13:16:25
In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix NULL pointer dereference on certain command aborts If a command is queued to the final usable TRB of a ring segment, the enqueue pointer is advanced to the subsequen...
CVE-2024-57973
- EPSS 0.02%
- Veröffentlicht 27.02.2025 02:15:10
- Zuletzt bearbeitet 03.11.2025 20:16:55
In the Linux kernel, the following vulnerability has been resolved: rdma/cxgb4: Prevent potential integer overflow on 32bit The "gl->tot_len" variable is controlled by the user. It comes from process_responses(). On 32bit systems, the "gl->tot_le...
CVE-2024-57974
- EPSS 0.01%
- Veröffentlicht 27.02.2025 02:15:10
- Zuletzt bearbeitet 23.10.2025 18:00:26
In the Linux kernel, the following vulnerability has been resolved: udp: Deal with race between UDP socket address change and rehash If a UDP socket changes its local address while it's receiving datagrams, as a result of connect(), there is a peri...
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.01%
- 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-2024-57977
- EPSS 0.01%
- Veröffentlicht 27.02.2025 02:15:10
- Zuletzt bearbeitet 12.05.2026 13:16:24
In the Linux kernel, the following vulnerability has been resolved: memcg: fix soft lockup in the OOM process A soft lockup issue was found in the product with about 56,000 tasks were in the OOM cgroup, it was traversing them when the soft lockup w...
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-49728
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:48
- Zuletzt bearbeitet 03.11.2025 20:15:59
In the Linux kernel, the following vulnerability has been resolved: ipv6: Fix signed integer overflow in __ip6_append_data Resurrect ubsan overflow checks and ubsan report this warning, fix it by change the variable [length] type to size_t. UBSAN:...
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...