CVE-2022-49264
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:03
- Zuletzt bearbeitet 21.10.2025 11:50:45
In the Linux kernel, the following vulnerability has been resolved: exec: Force single empty string when argv is empty Quoting[1] Ariadne Conill: "In several other operating systems, it is a hard requirement that the second argument to execve(2) b...
CVE-2022-49267
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:03
- Zuletzt bearbeitet 24.03.2026 09:16:18
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2022-49253
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:02
- Zuletzt bearbeitet 22.09.2025 20:55:33
In the Linux kernel, the following vulnerability has been resolved: media: usb: go7007: s2250-board: fix leak in probe() Call i2c_unregister_device(audio) on this error path.
CVE-2022-49241
- EPSS 0.14%
- 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: atmel: Fix error handling in sam9x5_wm8731_driver_probe The device_node pointer is returned by of_parse_phandle() with refcount incremented. We should use of_node_put() on i...
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-49245
- EPSS 0.14%
- Veröffentlicht 26.02.2025 07:01:01
- Zuletzt bearbeitet 22.09.2025 21:17:51
In the Linux kernel, the following vulnerability has been resolved: ASoC: rockchip: Fix PM usage reference of rockchip_i2s_tdm_resume pm_runtime_get_sync will increment pm usage counter even it failed. Forgetting to putting operation will result in...
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-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-49217
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:00:58
- Zuletzt bearbeitet 21.10.2025 11:54:10
In the Linux kernel, the following vulnerability has been resolved: scsi: pm8001: Fix abort all task initialization In pm80xx_send_abort_all(), the n_elem field of the ccb used is not initialized to 0. This missing initialization sometimes lead to ...