CVE-2025-37778
- EPSS 0.08%
- Veröffentlicht 01.05.2025 13:07:16
- Zuletzt bearbeitet 18.04.2026 09:16:09
In the Linux kernel, the following vulnerability has been resolved: ksmbd: Fix dangling pointer in krb_authenticate krb_authenticate frees sess->user and does not set the pointer to NULL. It calls ksmbd_krb5_authenticate to reinitialise sess->user ...
CVE-2025-37777
- EPSS 0.07%
- Veröffentlicht 01.05.2025 13:07:15
- Zuletzt bearbeitet 14.11.2025 16:45:29
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in __smb2_lease_break_noti() Move tcp_transport free to ksmbd_conn_free. If ksmbd connection is referenced when ksmbd server thread terminates, It will no...
CVE-2025-37775
- EPSS 0.07%
- Veröffentlicht 01.05.2025 13:07:14
- Zuletzt bearbeitet 17.03.2026 14:41:10
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix the warning from __kernel_write_iter [ 2110.972290] ------------[ cut here ]------------ [ 2110.972301] WARNING: CPU: 3 PID: 735 at fs/read_write.c:599 __kernel_write_it...
- EPSS 0.07%
- Veröffentlicht 01.05.2025 13:07:14
- Zuletzt bearbeitet 14.11.2025 16:45:45
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free in smb_break_all_levII_oplock() There is a room in smb_break_all_levII_oplock that can cause racy issues when unlocking in the middle of the loop. This pa...
CVE-2025-37765
- EPSS 0.07%
- Veröffentlicht 01.05.2025 13:07:06
- Zuletzt bearbeitet 04.11.2025 17:58:06
In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: prime: fix ttm_bo_delayed_delete oops Fix an oops in ttm_bo_delayed_delete which results from dererencing a dangling pointer: Oops: general protection fault, probably...
CVE-2025-37758
- EPSS 0.07%
- Veröffentlicht 01.05.2025 12:56:02
- Zuletzt bearbeitet 04.11.2025 17:59:10
In the Linux kernel, the following vulnerability has been resolved: ata: pata_pxa: Fix potential NULL pointer dereference in pxa_ata_probe() devm_ioremap() returns NULL on error. Currently, pxa_ata_probe() does not check for this case, which can re...
- EPSS 0.02%
- Veröffentlicht 01.05.2025 12:55:58
- Zuletzt bearbeitet 26.05.2025 11:15:24
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2025-37752
- EPSS 0.04%
- Veröffentlicht 01.05.2025 12:55:57
- Zuletzt bearbeitet 04.11.2025 18:04:02
In the Linux kernel, the following vulnerability has been resolved: net_sched: sch_sfq: move the limit validation It is not sufficient to directly validate the limit on the data that the user passes as it can be updated based on how the other param...
CVE-2025-37749
- EPSS 0.05%
- Veröffentlicht 01.05.2025 12:55:55
- Zuletzt bearbeitet 04.11.2025 18:05:16
In the Linux kernel, the following vulnerability has been resolved: net: ppp: Add bound checking for skb data on ppp_sync_txmung Ensure we have enough data in linear buffer from skb before accessing initial bytes. This prevents potential out-of-bou...
CVE-2025-37746
- EPSS 0.09%
- Veröffentlicht 01.05.2025 12:55:53
- Zuletzt bearbeitet 05.11.2025 16:07:01
In the Linux kernel, the following vulnerability has been resolved: perf/dwc_pcie: fix duplicate pci_dev devices During platform_device_register, wrongly using struct device pci_dev as platform_data caused a kmemdup copy of pci_dev. Worse still, ac...