CVE-2024-50062
- EPSS 0.22%
- Veröffentlicht 21.10.2024 20:15:18
- Zuletzt bearbeitet 03.11.2025 23:16:46
In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-srv: Avoid null pointer deref during path establishment For RTRS path establishment, RTRS client initiates and completes con_num of connections. After establishing all it...
CVE-2024-50063
- EPSS 0.23%
- Veröffentlicht 21.10.2024 20:15:18
- Zuletzt bearbeitet 14.07.2026 13:17:11
In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent tail call between progs attached to different hooks bpf progs can be attached to kernel functions, and the attached functions can take different parameters or return d...
CVE-2024-50040
- EPSS 0.26%
- Veröffentlicht 21.10.2024 20:15:17
- Zuletzt bearbeitet 12.05.2026 13:16:16
In the Linux kernel, the following vulnerability has been resolved: igb: Do not bring the device up after non-fatal error Commit 004d25060c78 ("igb: Fix igb_down hung on surprise removal") changed igb_io_error_detected() to ignore non-fatal pcie er...
CVE-2024-50044
- EPSS 0.19%
- Veröffentlicht 21.10.2024 20:15:17
- Zuletzt bearbeitet 12.05.2026 13:16:16
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change rfcomm_sk_state_change attempts to use sock_lock so it must never be called with it locked but rfcomm_sock_ioctl ...
CVE-2024-50045
- EPSS 0.26%
- Veröffentlicht 21.10.2024 20:15:17
- Zuletzt bearbeitet 12.05.2026 13:16:16
In the Linux kernel, the following vulnerability has been resolved: netfilter: br_netfilter: fix panic with metadata_dst skb Fix a kernel panic in the br_netfilter module when sending untagged traffic via a VxLAN device. This happens during the che...
CVE-2024-50046
- EPSS 0.24%
- Veröffentlicht 21.10.2024 20:15:17
- Zuletzt bearbeitet 12.05.2026 13:16:16
In the Linux kernel, the following vulnerability has been resolved: NFSv4: Prevent NULL-pointer dereference in nfs42_complete_copies() On the node of an NFS client, some files saved in the mountpoint of the NFS server were copied to another locatio...
CVE-2024-50047
- EPSS 0.23%
- Veröffentlicht 21.10.2024 20:15:17
- Zuletzt bearbeitet 03.11.2025 21:16:55
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix UAF in async decryption Doing an async decryption (large read) crashes with a slab-use-after-free way down in the crypto API. Reproducer: # mount.cifs -o ...,...
CVE-2024-50049
- EPSS 0.22%
- Veröffentlicht 21.10.2024 20:15:17
- Zuletzt bearbeitet 03.11.2025 23:16:45
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointer before dereferencing se [WHAT & HOW] se is null checked previously in the same function, indicating it might be null; therefore, it must be chec...
CVE-2024-50055
- EPSS 0.25%
- Veröffentlicht 21.10.2024 20:15:17
- Zuletzt bearbeitet 05.01.2026 11:17:22
In the Linux kernel, the following vulnerability has been resolved: driver core: bus: Fix double free in driver API bus_register() For bus_register(), any error which happens after kset_register() will cause that @priv are freed twice, fixed by set...
CVE-2024-50057
- EPSS 0.21%
- Veröffentlicht 21.10.2024 20:15:17
- Zuletzt bearbeitet 24.10.2024 16:12:52
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devm_free_irq() only if client->irq is set. Th...