CVE-2022-50066
- EPSS 0.17%
- Veröffentlicht 18.06.2025 11:02:12
- Zuletzt bearbeitet 17.11.2025 18:27:21
In the Linux kernel, the following vulnerability has been resolved: net: atlantic: fix aq_vec index out of range error The final update statement of the for loop exceeds the array range, the dereference of self->aq_vec[i] is not checked and then le...
CVE-2022-50065
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:02:11
- Zuletzt bearbeitet 17.11.2025 18:27:46
In the Linux kernel, the following vulnerability has been resolved: virtio_net: fix memory leak inside XPD_TX with mergeable When we call xdp_convert_buff_to_frame() to get xdpf, if it returns NULL, we should check if xdp_page was allocated by xdp_...
CVE-2022-50061
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:02:09
- Zuletzt bearbeitet 13.11.2025 17:56:43
In the Linux kernel, the following vulnerability has been resolved: pinctrl: nomadik: Fix refcount leak in nmk_pinctrl_dt_subnode_to_map of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not...
CVE-2022-50062
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:02:09
- Zuletzt bearbeitet 13.11.2025 17:50:33
In the Linux kernel, the following vulnerability has been resolved: net: bgmac: Fix a BUG triggered by wrong bytes_compl On one of our machines we got: kernel BUG at lib/dynamic_queue_limits.c:27! Internal error: Oops - BUG: 0 [#1] PREEMPT SMP ARM...
CVE-2022-50060
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:02:08
- Zuletzt bearbeitet 13.11.2025 18:10:51
In the Linux kernel, the following vulnerability has been resolved: octeontx2-af: Fix mcam entry resource leak The teardown sequence in FLR handler returns if no NIX LF is attached to PF/VF because it indicates that graceful shutdown of resources a...
CVE-2022-50059
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:02:07
- Zuletzt bearbeitet 13.11.2025 18:10:37
In the Linux kernel, the following vulnerability has been resolved: ceph: don't leak snap_rwsem in handle_cap_grant When handle_cap_grant is called on an IMPORT op, then the snap_rwsem is held and the function is expected to release it before retur...
CVE-2022-50055
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:01:59
- Zuletzt bearbeitet 13.11.2025 18:26:20
In the Linux kernel, the following vulnerability has been resolved: iavf: Fix adminq error handling iavf_alloc_asq_bufs/iavf_alloc_arq_bufs allocates with dma_alloc_coherent memory for VF mailbox. Free DMA regions for both ASQ and ARQ in case error...
CVE-2022-50053
- EPSS 0.12%
- Veröffentlicht 18.06.2025 11:01:58
- Zuletzt bearbeitet 13.11.2025 18:15:11
In the Linux kernel, the following vulnerability has been resolved: iavf: Fix reset error handling Do not call iavf_close in iavf_reset_task error handling. Doing so can lead to double call of napi_disable, which can lead to deadlock there. Removin...
CVE-2022-50050
- EPSS 0.18%
- Veröffentlicht 18.06.2025 11:01:50
- Zuletzt bearbeitet 13.11.2025 18:40:54
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda: Fix potential buffer overflow by snprintf() snprintf() returns the would-be-filled size when the string overflows the given buffer size, hence using this val...
CVE-2022-50047
- EPSS 0.16%
- Veröffentlicht 18.06.2025 11:01:48
- Zuletzt bearbeitet 13.11.2025 18:40:04
In the Linux kernel, the following vulnerability has been resolved: net: dsa: mv88e6060: prevent crash on an unused port If the port isn't a CPU port nor a user port, 'cpu_dp' is a null pointer and a crash happened on dereferencing it in mv88e6060_...