- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:01:59
- Zuletzt bearbeitet 18.06.2025 13:47:40
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...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:01:58
- Zuletzt bearbeitet 18.06.2025 13:47:40
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...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:01:58
- Zuletzt bearbeitet 18.06.2025 13:47:40
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...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:01:52
- Zuletzt bearbeitet 18.06.2025 13:47:40
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...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:01:51
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: debug: 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...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:01:50
- Zuletzt bearbeitet 18.06.2025 13:47:40
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...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:01:49
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: ASoC: DPCM: Don't pick up BE without substream When DPCM tries to add valid BE connections at dpcm_add_paths(), it doesn't check whether the picked BE actually supports for the giv...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:01:48
- Zuletzt bearbeitet 18.06.2025 13:47:40
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_...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:01:48
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: possible module reference underflow in error path dst->ops is set on when nft_expr_clone() fails, but module refcount has not been bumped yet, therefore nft_e...
- EPSS 0.03%
- Veröffentlicht 18.06.2025 11:01:47
- Zuletzt bearbeitet 18.06.2025 13:47:40
In the Linux kernel, the following vulnerability has been resolved: net/sunrpc: fix potential memory leaks in rpc_sysfs_xprt_state_change() The issue happens on some error handling paths. When the function fails to grab the object `xprt`, it simply...