CVE-2022-49300
- EPSS 0.04%
- Veröffentlicht 26.02.2025 07:01:06
- Zuletzt bearbeitet 01.10.2025 20:16:02
In the Linux kernel, the following vulnerability has been resolved: nbd: fix race between nbd_alloc_config() and module removal When nbd module is being removing, nbd_alloc_config() may be called concurrently by nbd_genl_connect(), although try_mod...
CVE-2022-49287
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 25.03.2025 15:24:24
In the Linux kernel, the following vulnerability has been resolved: tpm: fix reference counting for struct tpm_chip The following sequence of operations results in a refcount warning: 1. Open device /dev/tpmrm. 2. Remove module tpm_tis_spi. 3. Wri...
CVE-2022-49288
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 25.03.2025 15:24:36
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: Fix races among concurrent prealloc proc writes We have no protection against concurrent PCM buffer preallocation changes via proc files, and it may potentially lead to ...
CVE-2022-49290
- EPSS 0.02%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 01.10.2025 20:16:01
In the Linux kernel, the following vulnerability has been resolved: mac80211: fix potential double free on mesh join While commit 6a01afcf8468 ("mac80211: mesh: Free ie data when leaving mesh") fixed a memory leak on mesh leave / teardown it introd...
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-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-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-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...