CVE-2022-49291
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 25.03.2025 14:49:23
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent hw_params and hw_free calls Currently we have neither proper check nor protection against the concurrent calls of PCM hw_params and hw_free io...
CVE-2022-49271
- EPSS 0.1%
- Veröffentlicht 26.02.2025 07:01:04
- Zuletzt bearbeitet 22.09.2025 20:32:26
In the Linux kernel, the following vulnerability has been resolved: cifs: prevent bad output lengths in smb2_ioctl_query_info() When calling smb2_ioctl_query_info() with smb_query_info::flags=PASSTHRU_FSCTL and smb_query_info::output_buffer_length=...
CVE-2022-49275
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:04
- Zuletzt bearbeitet 25.03.2025 15:24:08
In the Linux kernel, the following vulnerability has been resolved: can: m_can: m_can_tx_handler(): fix use after free of skb can_put_echo_skb() will clone skb then free the skb. Move the can_put_echo_skb() for the m_can version 3.0.x directly befo...
CVE-2022-49276
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:04
- Zuletzt bearbeitet 01.10.2025 20:16:00
In the Linux kernel, the following vulnerability has been resolved: jffs2: fix memory leak in jffs2_scan_medium If an error is returned in jffs2_scan_eraseblock() and some memory has been added to the jffs2_summary *s, we can observe the following ...
CVE-2022-49277
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:04
- Zuletzt bearbeitet 01.10.2025 20:16:00
In the Linux kernel, the following vulnerability has been resolved: jffs2: fix memory leak in jffs2_do_mount_fs If jffs2_build_filesystem() in jffs2_do_mount_fs() returns an error, we can observe the following kmemleak report: --------------------...
CVE-2022-49279
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:04
- Zuletzt bearbeitet 01.10.2025 20:16:00
In the Linux kernel, the following vulnerability has been resolved: NFSD: prevent integer overflow on 32 bit systems On a 32 bit system, the "len * sizeof(*p)" operation can have an integer overflow.
CVE-2022-49280
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:04
- Zuletzt bearbeitet 23.12.2025 14:16:08
In the Linux kernel, the following vulnerability has been resolved: NFSD: prevent underflow in nfssvc_decode_writeargs() Smatch complains: fs/nfsd/nfsxdr.c:341 nfssvc_decode_writeargs() warn: no lower bound on 'args->len' Change the type to uns...
CVE-2022-49263
- EPSS 0.06%
- Veröffentlicht 26.02.2025 07:01:03
- Zuletzt bearbeitet 22.09.2025 20:31:24
In the Linux kernel, the following vulnerability has been resolved: brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path This avoids leaking memory if brcmf_chip_get_raminfo fails. Note that the CLM blob is released in the device re...
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-49268
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:03
- Zuletzt bearbeitet 22.09.2025 20:31:32
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: Fix NULL ptr dereference when ENOMEM Do not call snd_dma_free_pages() when snd_dma_alloc_pages() returns -ENOMEM because it leads to a NULL pointer dereference bu...