CVE-2024-50258
- EPSS 0.01%
- Veröffentlicht 09.11.2024 11:15:11
- Zuletzt bearbeitet 03.11.2025 21:17:12
In the Linux kernel, the following vulnerability has been resolved: net: fix crash when config small gso_max_size/gso_ipv4_max_size Config a small gso_max_size/gso_ipv4_max_size will lead to an underflow in sk_dst_gso_max_size(), which may trigger ...
CVE-2024-50259
- EPSS 0.02%
- Veröffentlicht 09.11.2024 11:15:11
- Zuletzt bearbeitet 03.11.2025 23:17:07
In the Linux kernel, the following vulnerability has been resolved: netdevsim: Add trailing zero to terminate the string in nsim_nexthop_bucket_activity_write() This was found by a static analyzer. We should not forget the trailing zero after copy_...
CVE-2024-50260
- EPSS 0.05%
- Veröffentlicht 09.11.2024 11:15:11
- Zuletzt bearbeitet 01.10.2025 21:16:13
In the Linux kernel, the following vulnerability has been resolved: sock_map: fix a NULL pointer dereference in sock_map_link_update_prog() The following race condition could trigger a NULL pointer dereference: sock_map_link_detach(): sock_map_li...
CVE-2024-50261
- EPSS 0.02%
- Veröffentlicht 09.11.2024 11:15:11
- Zuletzt bearbeitet 03.11.2025 23:17:07
In the Linux kernel, the following vulnerability has been resolved: macsec: Fix use-after-free while sending the offloading packet KASAN reports the following UAF. The metadata_dst, which is used to store the SCI value for macsec offload, is alread...
CVE-2024-50262
- EPSS 0.03%
- Veröffentlicht 09.11.2024 11:15:11
- Zuletzt bearbeitet 03.11.2025 23:17:07
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix out-of-bounds write in trie_get_next_key() trie_get_next_key() allocates a node stack with size trie->max_prefixlen, while it writes (trie->max_prefixlen + 1) nodes to the...
CVE-2024-50243
- EPSS 0.02%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 03.11.2025 23:17:05
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix general protection fault in run_is_mapped_full Fixed deleating of a non-resident attribute in ntfs_create_inode() rollback.
CVE-2024-50244
- EPSS 0.02%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 03.11.2025 23:17:05
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Additional check in ni_clear() Checking of NTFS_FLAGS_LOG_REPLAYING added to prevent access to uninitialized bitmap during replay process.
CVE-2024-50245
- EPSS 0.02%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 03.11.2025 23:17:05
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix possible deadlock in mi_read Mutex lock with another subclass used in ni_lock_dir().
CVE-2024-50246
- EPSS 0.02%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 03.11.2025 20:16:35
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add rough attr alloc_size check
CVE-2024-50247
- EPSS 0.03%
- Veröffentlicht 09.11.2024 11:15:10
- Zuletzt bearbeitet 03.11.2025 23:17:05
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Check if more than chunk-size bytes are written A incorrectly formatted chunk may decompress into more than LZNT_CHUNK_SIZE bytes and a index out of bounds will occur in ...