CVE-2025-22084
- EPSS 0.02%
- Veröffentlicht 16.04.2025 14:12:32
- Zuletzt bearbeitet 31.10.2025 20:57:23
In the Linux kernel, the following vulnerability has been resolved: w1: fix NULL pointer dereference in probe The w1_uart_probe() function calls w1_uart_serdev_open() (which includes devm_serdev_device_open()) before setting the client ops via serd...
CVE-2025-22082
- EPSS 0.02%
- Veröffentlicht 16.04.2025 14:12:31
- Zuletzt bearbeitet 31.10.2025 20:58:57
In the Linux kernel, the following vulnerability has been resolved: iio: backend: make sure to NULL terminate stack buffer Make sure to NULL terminate the buffer in iio_backend_debugfs_write_reg() before passing it to sscanf(). It is a stack variab...
CVE-2025-22081
- EPSS 0.03%
- Veröffentlicht 16.04.2025 14:12:30
- Zuletzt bearbeitet 03.11.2025 20:17:42
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeof(struct NTFS_DE)" addition can have an integer wrapping issue. Fix it by using size_add...
CVE-2025-22079
- EPSS 0.02%
- Veröffentlicht 16.04.2025 14:12:29
- Zuletzt bearbeitet 03.11.2025 20:17:42
In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate l_tree_depth to avoid out-of-bounds access The l_tree_depth field is 16-bit (__le16), but the actual maximum depth is limited to OCFS2_MAX_PATH_DEPTH. Add a check ...
CVE-2025-22080
- EPSS 0.02%
- Veröffentlicht 16.04.2025 14:12:29
- Zuletzt bearbeitet 01.10.2025 17:15:44
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Prevent integer overflow in hdr_first_de() The "de_off" and "used" variables come from the disk so they both need to check. The problem is that on 32bit systems if they'...
CVE-2025-22078
- EPSS 0.02%
- Veröffentlicht 16.04.2025 14:12:28
- Zuletzt bearbeitet 31.10.2025 20:45:54
In the Linux kernel, the following vulnerability has been resolved: staging: vchiq_arm: Fix possible NPR of keep-alive thread In case vchiq_platform_conn_state_changed() is never called or fails before driver removal, ka_thread won't be a valid poi...
CVE-2025-22076
- EPSS 0.02%
- Veröffentlicht 16.04.2025 14:12:27
- Zuletzt bearbeitet 31.10.2025 20:46:24
In the Linux kernel, the following vulnerability has been resolved: exfat: fix missing shutdown check xfstests generic/730 test failed because after deleting the device that still had dirty data, the file could still be read without returning an er...
CVE-2025-22077
- EPSS 0.02%
- Veröffentlicht 16.04.2025 14:12:27
- Zuletzt bearbeitet 31.10.2025 20:46:05
In the Linux kernel, the following vulnerability has been resolved: Revert "smb: client: fix TCP timers deadlock after rmmod" This reverts commit e9f2517a3e18a54a3943c098d2226b245d488801. Commit e9f2517a3e18 ("smb: client: fix TCP timers deadlock ...
CVE-2025-22075
- EPSS 0.03%
- Veröffentlicht 16.04.2025 14:12:26
- Zuletzt bearbeitet 03.11.2025 20:17:42
In the Linux kernel, the following vulnerability has been resolved: rtnetlink: Allocate vfinfo size for VF GUIDs when supported Commit 30aad41721e0 ("net/core: Add support for getting VF GUIDs") added support for getting VF port and node GUIDs in n...
CVE-2025-22073
- EPSS 0.02%
- Veröffentlicht 16.04.2025 14:12:25
- Zuletzt bearbeitet 03.11.2025 20:17:42
In the Linux kernel, the following vulnerability has been resolved: spufs: fix a leak on spufs_new_file() failure It's called from spufs_fill_dir(), and caller of that will do spufs_rmdir() in case of failure. That does remove everything we'd mana...