CVE-2022-50061
- EPSS 0.06%
- 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.05%
- 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.05%
- 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.07%
- 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.06%
- 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.04%
- 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.05%
- 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.06%
- 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_...
CVE-2022-50045
- EPSS 0.05%
- Veröffentlicht 18.06.2025 11:01:46
- Zuletzt bearbeitet 13.11.2025 18:39:20
In the Linux kernel, the following vulnerability has been resolved: powerpc/pci: Fix get_phb_number() locking The recent change to get_phb_number() causes a DEBUG_ATOMIC_SLEEP warning on some systems: BUG: sleeping function called from invalid c...
CVE-2022-50042
- EPSS 0.07%
- Veröffentlicht 18.06.2025 11:01:43
- Zuletzt bearbeitet 13.11.2025 18:58:33
In the Linux kernel, the following vulnerability has been resolved: net: genl: fix error path memory leak in policy dumping If construction of the array of policies fails when recording non-first policy we need to unwind. netlink_policy_dump_add_p...