CVE-2022-49242
- EPSS 0.09%
- Veröffentlicht 26.02.2025 07:01:01
- Zuletzt bearbeitet 01.10.2025 20:15:59
In the Linux kernel, the following vulnerability has been resolved: ASoC: mxs: Fix error handling in mxs_sgtl5000_probe This function only calls of_node_put() in the regular path. And it will cause refcount leak in error paths. For example, when co...
CVE-2022-49243
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:01
- Zuletzt bearbeitet 21.10.2025 11:51:52
In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Add missing of_node_put() in at91sam9g20ek_audio_probe This node pointer is returned by of_parse_phandle() with refcount incremented in this function. Calling of_node_...
CVE-2022-49246
- EPSS 0.07%
- Veröffentlicht 26.02.2025 07:01:01
- Zuletzt bearbeitet 22.09.2025 21:18:00
In the Linux kernel, the following vulnerability has been resolved: ASoC: atmel: Fix error handling in snd_proto_probe The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_put() on it when done...
CVE-2022-49247
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:01
- Zuletzt bearbeitet 21.10.2025 11:51:41
In the Linux kernel, the following vulnerability has been resolved: media: stk1160: If start stream fails, return buffers with VB2_BUF_STATE_QUEUED If the callback 'start_streaming' fails, then all queued buffers in the driver should be returned wi...
CVE-2022-49248
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:01
- Zuletzt bearbeitet 22.09.2025 21:19:14
In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire-lib: fix uninitialized flag for AV/C deferred transaction AV/C deferred transaction was supported at a commit 00a7bb81c20f ("ALSA: firewire-lib: Add support for defe...
CVE-2022-49232
- EPSS 0.05%
- Veröffentlicht 26.02.2025 07:01:00
- Zuletzt bearbeitet 01.10.2025 20:15:58
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a NULL pointer dereference in amdgpu_dm_connector_add_common_modes() In amdgpu_dm_connector_add_common_modes(), amdgpu_dm_create_common_mode() is assigned to m...
CVE-2022-49234
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:00
- Zuletzt bearbeitet 22.09.2025 21:03:34
In the Linux kernel, the following vulnerability has been resolved: net: dsa: Avoid cross-chip syncing of VLAN filtering Changes to VLAN filtering are not applicable to cross-chip notifications. On a system like this: .-----. .-----. .-----. ...
CVE-2022-49235
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:00
- Zuletzt bearbeitet 01.10.2025 20:15:58
In the Linux kernel, the following vulnerability has been resolved: ath9k_htc: fix uninit value bugs Syzbot reported 2 KMSAN bugs in ath9k. All of them are caused by missing field initialization. In htc_connect_service() svc_meta_len and pad are n...
CVE-2022-49239
- EPSS 0.08%
- Veröffentlicht 26.02.2025 07:01:00
- Zuletzt bearbeitet 01.10.2025 20:15:59
In the Linux kernel, the following vulnerability has been resolved: ASoC: codecs: wcd934x: Add missing of_node_put() in wcd934x_codec_parse_data The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_...
CVE-2022-49220
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:00:59
- Zuletzt bearbeitet 21.10.2025 11:52:10
In the Linux kernel, the following vulnerability has been resolved: dax: make sure inodes are flushed before destroy cache A bug can be triggered by following command $ modprobe nd_pmem && modprobe -r nd_pmem [ 10.060014] BUG dax_cache (Not tai...