CVE-2025-38662
- EPSS 0.01%
- Veröffentlicht 22.08.2025 16:02:55
- Zuletzt bearbeitet 25.11.2025 22:14:04
In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8365-dai-i2s: pass correct size to mt8365_dai_set_priv Given mt8365_dai_set_priv allocate priv_size space to copy priv_data which means we should pass mt8365_i2s_...
CVE-2025-38663
- EPSS 0.01%
- Veröffentlicht 22.08.2025 16:02:55
- Zuletzt bearbeitet 07.01.2026 17:35:08
In the Linux kernel, the following vulnerability has been resolved: nilfs2: reject invalid file types when reading inodes To prevent inodes with invalid file types from tripping through the vfs and causing malfunctions or assertion failures, add a ...
CVE-2025-38661
- EPSS 0.02%
- Veröffentlicht 22.08.2025 16:02:54
- Zuletzt bearbeitet 25.11.2025 22:13:56
In the Linux kernel, the following vulnerability has been resolved: platform/x86: alienware-wmi-wmax: Fix `dmi_system_id` array Add missing empty member to `awcc_dmi_table`.
CVE-2025-38660
- EPSS 0.02%
- Veröffentlicht 22.08.2025 16:01:03
- Zuletzt bearbeitet 25.11.2025 22:13:22
In the Linux kernel, the following vulnerability has been resolved: [ceph] parse_longname(): strrchr() expects NUL-terminated string ... and parse_longname() is not guaranteed that. That's the reason why it uses kmemdup_nul() to build the argument...
CVE-2025-38659
- EPSS 0.02%
- Veröffentlicht 22.08.2025 16:01:02
- Zuletzt bearbeitet 26.11.2025 16:32:30
In the Linux kernel, the following vulnerability has been resolved: gfs2: No more self recovery When a node withdraws and it turns out that it is the only node that has the filesystem mounted, gfs2 currently tries to replay the local journal to bri...
CVE-2025-38658
- EPSS 0.02%
- Veröffentlicht 22.08.2025 16:01:01
- Zuletzt bearbeitet 26.11.2025 16:32:25
In the Linux kernel, the following vulnerability has been resolved: nvmet: pci-epf: Do not complete commands twice if nvmet_req_init() fails Have nvmet_req_init() and req->execute() complete failed commands. Description of the problem: nvmet_req_i...
CVE-2025-38657
- EPSS 0.02%
- Veröffentlicht 22.08.2025 16:01:00
- Zuletzt bearbeitet 26.11.2025 16:32:18
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: mcc: prevent shift wrapping in rtw89_core_mlsr_switch() The "link_id" value comes from the user via debugfs. If it's larger than BITS_PER_LONG then that would result ...
CVE-2025-38656
- EPSS 0.02%
- Veröffentlicht 22.08.2025 16:00:59
- Zuletzt bearbeitet 26.11.2025 16:32:12
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: Fix error code in iwl_op_mode_dvm_start() Preserve the error code if iwl_setup_deferred_work() fails. The current code returns ERR_PTR(0) (which is NULL) on this pa...
CVE-2025-38654
- EPSS 0.01%
- Veröffentlicht 22.08.2025 16:00:58
- Zuletzt bearbeitet 26.11.2025 16:32:00
In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: Fix order of DT parse and pinctrl register Move DT parse before pinctrl register. This ensures that device tree parsing is done before calling devm_pinctrl_r...
CVE-2025-38655
- EPSS 0.01%
- Veröffentlicht 22.08.2025 16:00:58
- Zuletzt bearbeitet 26.11.2025 16:32:07
In the Linux kernel, the following vulnerability has been resolved: pinctrl: canaan: k230: add NULL check in DT parse Add a NULL check for the return value of of_get_property() when retrieving the "pinmux" property in the group parser. This avoids ...