CVE-2025-22053
- EPSS 0.07%
- Veröffentlicht 16.04.2025 14:12:11
- Zuletzt bearbeitet 31.10.2025 20:18:11
In the Linux kernel, the following vulnerability has been resolved: net: ibmveth: make veth_pool_store stop hanging v2: - Created a single error handling unlock and exit in veth_pool_store - Greatly expanded commit message with previous explanatory...
CVE-2025-22054
- EPSS 0.14%
- Veröffentlicht 16.04.2025 14:12:11
- Zuletzt bearbeitet 03.11.2025 20:17:40
In the Linux kernel, the following vulnerability has been resolved: arcnet: Add NULL check in com20020pci_probe() devm_kasprintf() returns NULL when memory allocation fails. Currently, com20020pci_probe() does not check for this case, which results...
CVE-2025-22050
- EPSS 0.11%
- Veröffentlicht 16.04.2025 14:12:08
- Zuletzt bearbeitet 03.11.2025 20:17:39
In the Linux kernel, the following vulnerability has been resolved: usbnet:fix NPE during rx_complete Missing usbnet_going_away Check in Critical Path. The usb_submit_urb function lacks a usbnet_going_away validation, whereas __usbnet_queue_skb inc...
CVE-2025-22044
- EPSS 0.11%
- Veröffentlicht 16.04.2025 14:12:05
- Zuletzt bearbeitet 03.11.2025 20:17:39
In the Linux kernel, the following vulnerability has been resolved: acpi: nfit: fix narrowing conversion in acpi_nfit_ctl Syzkaller has reported a warning in to_nfit_bus_uuid(): "only secondary bus families can be translated". This warning is emite...
CVE-2025-22045
- EPSS 0.1%
- Veröffentlicht 16.04.2025 14:12:05
- Zuletzt bearbeitet 03.11.2025 20:17:39
In the Linux kernel, the following vulnerability has been resolved: x86/mm: Fix flush_tlb_range() when used for zapping normal PMDs On the following path, flush_tlb_range() can be used for zapping normal PMD entries (PMD entries that point to page ...
CVE-2025-22043
- EPSS 0.06%
- Veröffentlicht 16.04.2025 14:12:04
- Zuletzt bearbeitet 14.11.2025 16:50:00
In the Linux kernel, the following vulnerability has been resolved: ksmbd: add bounds check for durable handle context Add missing bounds check for durable handle context.
CVE-2025-22042
- EPSS 0.1%
- Veröffentlicht 16.04.2025 14:12:03
- Zuletzt bearbeitet 06.04.2026 13:44:14
In the Linux kernel, the following vulnerability has been resolved: ksmbd: add bounds check for create lease context Add missing bounds check for create lease context.
CVE-2025-22041
- EPSS 0.13%
- Veröffentlicht 16.04.2025 14:11:58
- Zuletzt bearbeitet 02.04.2026 09:16:18
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in ksmbd_sessions_deregister() In multichannel mode, UAF issue can occur in session_deregister when the second channel sets up a session through the conne...
CVE-2025-22040
- EPSS 0.18%
- Veröffentlicht 16.04.2025 14:11:57
- Zuletzt bearbeitet 06.04.2026 14:29:37
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix session use-after-free in multichannel connection There is a race condition between session setup and ksmbd_sessions_deregister. The session can be freed before the conn...
CVE-2025-22038
- EPSS 0.05%
- Veröffentlicht 16.04.2025 14:11:56
- Zuletzt bearbeitet 03.11.2025 20:17:38
In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate zero num_subauth before sub_auth is accessed Access psid->sub_auth[psid->num_subauth - 1] without checking if num_subauth is non-zero leads to an out-of-bounds read...