CVE-2025-37757
- EPSS 0.06%
- Veröffentlicht 01.05.2025 12:56:01
- Zuletzt bearbeitet 04.11.2025 18:00:21
In the Linux kernel, the following vulnerability has been resolved: tipc: fix memory leak in tipc_link_xmit In case the backlog transmit queue for system-importance messages is overloaded, tipc_link_xmit() returns -ENOBUFS but the skb list is not p...
CVE-2025-37756
- EPSS 0.02%
- Veröffentlicht 01.05.2025 12:56:00
- Zuletzt bearbeitet 07.05.2026 08:15:59
In the Linux kernel, the following vulnerability has been resolved: net: tls: explicitly disallow disconnect syzbot discovered that it can disconnect a TLS socket and then run into all sort of unexpected corner cases. I have a vague recollection of...
- 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...
CVE-2025-37745
- EPSS 0.04%
- Veröffentlicht 01.05.2025 12:55:52
- Zuletzt bearbeitet 05.11.2025 16:06:30
In the Linux kernel, the following vulnerability has been resolved: PM: hibernate: Avoid deadlock in hibernate_compressor_param_set() syzbot reported a deadlock in lock_system_sleep() (see below). The write operation to "/sys/module/hibernate/para...
CVE-2025-37743
- EPSS 0.09%
- Veröffentlicht 01.05.2025 12:55:51
- Zuletzt bearbeitet 05.11.2025 16:05:28
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Avoid memory leak while enabling statistics Driver uses monitor destination rings for extended statistics mode and standalone monitor mode. In extended statistics mod...
CVE-2025-37744
- EPSS 0.07%
- Veröffentlicht 01.05.2025 12:55:51
- Zuletzt bearbeitet 05.11.2025 16:05:59
In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix memory leak in ath12k_pci_remove() Kmemleak reported this error: unreferenced object 0xffff1c165cec3060 (size 32): comm "insmod", pid 560, jiffies 42969645...
CVE-2025-37742
- EPSS 0.05%
- Veröffentlicht 01.05.2025 12:55:50
- Zuletzt bearbeitet 04.11.2025 18:08:18
In the Linux kernel, the following vulnerability has been resolved: jfs: Fix uninit-value access of imap allocated in the diMount() function syzbot reports that hex_dump_to_buffer is using uninit-value: ============================================...