CVE-2024-50120
- EPSS 0.21%
- Veröffentlicht 05.11.2024 18:15:15
- Zuletzt bearbeitet 06.04.2026 14:01:16
In the Linux kernel, the following vulnerability has been resolved: smb: client: Handle kstrdup failures for passwords In smb3_reconfigure(), after duplicating ctx->password and ctx->password2 with kstrdup(), we need to check for allocation failure...
CVE-2024-50121
- EPSS 0.23%
- Veröffentlicht 05.11.2024 18:15:15
- Zuletzt bearbeitet 12.05.2026 13:16:17
In the Linux kernel, the following vulnerability has been resolved: nfsd: cancel nfsd_shrinker_work using sync mode in nfs4_state_shutdown_net In the normal case, when we excute `echo 0 > /proc/fs/nfsd/threads`, the function `nfs4_state_destroy_net...
CVE-2024-50122
- EPSS 0.19%
- Veröffentlicht 05.11.2024 18:15:15
- Zuletzt bearbeitet 01.10.2025 21:15:50
In the Linux kernel, the following vulnerability has been resolved: PCI: Hold rescan lock while adding devices during host probe Since adding the PCI power control code, we may end up with a race between the pwrctl platform device rescanning the bu...
CVE-2024-50123
- EPSS 0.21%
- Veröffentlicht 05.11.2024 18:15:15
- Zuletzt bearbeitet 01.10.2025 21:15:50
In the Linux kernel, the following vulnerability has been resolved: bpf: Add the missing BPF_LINK_TYPE invocation for sockmap There is an out-of-bounds read in bpf_link_show_fdinfo() for the sockmap link fd. Fix it by adding the missing BPF_LINK_TY...
CVE-2024-50124
- EPSS 0.23%
- Veröffentlicht 05.11.2024 18:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:52
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: Fix UAF on iso_sock_timeout conn->sk maybe have been unlinked/freed while waiting for iso_conn_lock so this checks if the conn->sk is still valid by checking if it ...
CVE-2024-50125
- EPSS 0.23%
- Veröffentlicht 05.11.2024 18:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:52
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: SCO: Fix UAF on sco_sock_timeout conn->sk maybe have been unlinked/freed while waiting for sco_conn_lock so this checks if the conn->sk is still valid by checking if it ...
CVE-2024-50126
- EPSS 0.23%
- Veröffentlicht 05.11.2024 18:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:52
In the Linux kernel, the following vulnerability has been resolved: net: sched: use RCU read-side critical section in taprio_dump() Fix possible use-after-free in 'taprio_dump()' by adding RCU read-side critical section there. Never seen on x86 but...
CVE-2024-50127
- EPSS 0.25%
- Veröffentlicht 05.11.2024 18:15:15
- Zuletzt bearbeitet 12.05.2026 13:16:17
In the Linux kernel, the following vulnerability has been resolved: net: sched: fix use-after-free in taprio_change() In 'taprio_change()', 'admin' pointer may become dangling due to sched switch / removal caused by 'advance_sched()', and critical ...
CVE-2024-50128
- EPSS 0.23%
- Veröffentlicht 05.11.2024 18:15:15
- Zuletzt bearbeitet 03.11.2025 23:16:53
In the Linux kernel, the following vulnerability has been resolved: net: wwan: fix global oob in wwan_rtnl_policy The variable wwan_rtnl_link_ops assign a *bigger* maxtype which leads to a global out-of-bounds read when parsing the netlink attribut...
CVE-2024-50129
- EPSS 0.21%
- Veröffentlicht 05.11.2024 18:15:15
- Zuletzt bearbeitet 01.10.2025 21:15:51
In the Linux kernel, the following vulnerability has been resolved: net: pse-pd: Fix out of bound for loop Adjust the loop limit to prevent out-of-bounds access when iterating over PI structures. The loop should not reach the index pcdev->nr_lines ...