CVE-2022-50062
- EPSS 0.01%
- 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.01%
- 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.02%
- 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-50057
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:02:06
- Zuletzt bearbeitet 13.11.2025 18:06:27
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix NULL deref in ntfs_update_mftmirr If ntfs_fill_super() wasn't called then sbi->sb will be equal to NULL. Code should check this ptr before dereferencing. Syzbot hit t...
CVE-2022-50058
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:02:06
- Zuletzt bearbeitet 13.11.2025 18:08:49
In the Linux kernel, the following vulnerability has been resolved: vdpa_sim_blk: set number of address spaces and virtqueue groups Commit bda324fd037a ("vdpasim: control virtqueue support") added two new fields (nas, ngroups) to vdpasim_dev_attr, ...
CVE-2022-50056
- EPSS 0.01%
- Veröffentlicht 18.06.2025 11:02:00
- Zuletzt bearbeitet 13.11.2025 18:05:11
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix missing i_op in ntfs_read_mft There is null pointer dereference because i_op == NULL. The bug happens because we don't initialize i_op for records in $Extend.
CVE-2022-50055
- EPSS 0.02%
- 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.01%
- 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-50054
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:01:58
- Zuletzt bearbeitet 13.11.2025 18:15:33
In the Linux kernel, the following vulnerability has been resolved: iavf: Fix NULL pointer dereference in iavf_get_link_ksettings Fix possible NULL pointer dereference, due to freeing of adapter->vf_res in iavf_init_get_resources. Previous commit i...
CVE-2022-50052
- EPSS 0.02%
- Veröffentlicht 18.06.2025 11:01:52
- Zuletzt bearbeitet 13.11.2025 18:41:08
In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix potential buffer overflow by snprintf() snprintf() returns the would-be-filled size when the string overflows the given buffer size, hence using this value ma...