CVE-2022-49285
- EPSS 0.03%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 22.09.2025 20:45:01
In the Linux kernel, the following vulnerability has been resolved: iio: accel: mma8452: use the correct logic to get mma8452_data The original logic to get mma8452_data is wrong, the *dev point to the device belong to iio_dev. we can't use this de...
CVE-2022-49286
- EPSS 0.01%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 22.09.2025 19:35:01
In the Linux kernel, the following vulnerability has been resolved: tpm: use try_get_ops() in tpm-space.c As part of the series conversion to remove nested TPM operations: https://lore.kernel.org/all/20190205224723.19671-1-jarkko.sakkinen@linux.in...
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-49289
- EPSS 0.12%
- Veröffentlicht 26.02.2025 07:01:05
- Zuletzt bearbeitet 22.09.2025 19:37:19
In the Linux kernel, the following vulnerability has been resolved: uaccess: fix integer overflow on access_ok() Three architectures check the end of a user access against the address limit without taking a possible overflow into account. Passing a...
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-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 ...