CVE-2022-49204
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:57
- Zuletzt bearbeitet 21.10.2025 11:54:37
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix more uncharged while msg has more_data In tcp_bpf_send_verdict(), if msg has more data after tcp_bpf_sendmsg_redir(): tcp_bpf_send_verdict() tosend = msg->sg.si...
CVE-2022-49205
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:57
- Zuletzt bearbeitet 22.09.2025 20:59:16
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix double uncharge the mem of sk_msg If tcp_bpf_sendmsg is running during a tear down operation, psock may be freed. tcp_bpf_sendmsg() tcp_bpf_send_verdict() sk_...
CVE-2022-49206
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:00:57
- Zuletzt bearbeitet 01.10.2025 20:15:55
In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix memory leak in error flow for subscribe event routine In case the second xa_insert() fails, the obj_event is not released. Fix the error unwind flow to free that me...
CVE-2022-49207
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:57
- Zuletzt bearbeitet 01.10.2025 20:15:55
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Fix memleak in sk_psock_queue_msg If tcp_bpf_sendmsg is running during a tear down operation we may enqueue data on the ingress msg queue while tear down is trying to...
CVE-2022-49208
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:57
- Zuletzt bearbeitet 01.10.2025 20:15:55
In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Prevent some integer underflows My static checker complains that: drivers/infiniband/hw/irdma/ctrl.c:3605 irdma_sc_ceq_init() warn: can subtract underflow 'inf...
CVE-2022-49190
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 03.11.2025 20:15:58
In the Linux kernel, the following vulnerability has been resolved: kernel/resource: fix kfree() of bootmem memory again Since commit ebff7d8f270d ("mem hotunplug: fix kfree() of bootmem memory"), we could get a resource allocated during boot via a...
CVE-2022-49191
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 23.09.2025 13:44:12
In the Linux kernel, the following vulnerability has been resolved: mxser: fix xmit_buf leak in activate when LSR == 0xff When LSR is 0xff in ->activate() (rather unlike), we return an error. Provided ->shutdown() is not called when ->activate() fa...
CVE-2022-49192
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 21.10.2025 11:56:44
In the Linux kernel, the following vulnerability has been resolved: drivers: ethernet: cpsw: fix panic when interrupt coaleceing is set via ethtool cpsw_ethtool_begin directly returns the result of pm_runtime_get_sync when successful. pm_runtime_ge...
CVE-2022-49193
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 21.10.2025 11:56:25
In the Linux kernel, the following vulnerability has been resolved: ice: fix 'scheduling while atomic' on aux critical err interrupt There's a kernel BUG splat on processing aux critical error interrupts in ice_misc_intr(): [ 2100.917085] BUG: sch...
CVE-2022-49194
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:00:56
- Zuletzt bearbeitet 21.10.2025 11:56:00
In the Linux kernel, the following vulnerability has been resolved: net: bcmgenet: Use stronger register read/writes to assure ordering GCC12 appears to be much smarter about its dependency tracking and is aware that the relaxed variants are just n...