CVE-2025-38215
- EPSS 0.14%
- Veröffentlicht 04.07.2025 13:37:33
- Zuletzt bearbeitet 12.05.2026 13:16:44
In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix do_register_framebuffer to prevent null-ptr-deref in fb_videomode_to_var If fb_add_videomode() in do_register_framebuffer() fails to allocate memory for fb_videomode, it...
CVE-2025-38214
- EPSS 0.15%
- Veröffentlicht 04.07.2025 13:37:32
- Zuletzt bearbeitet 12.05.2026 13:16:44
In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix fb_set_var to prevent null-ptr-deref in fb_videomode_to_var If fb_add_videomode() in fb_set_var() fails to allocate memory for fb_videomode, later it may lead to a null-...
- EPSS 0.04%
- Veröffentlicht 04.07.2025 13:37:31
- Zuletzt bearbeitet 11.08.2025 16:15:29
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2025-38212
- EPSS 0.15%
- Veröffentlicht 04.07.2025 13:37:30
- Zuletzt bearbeitet 12.05.2026 13:16:44
In the Linux kernel, the following vulnerability has been resolved: ipc: fix to protect IPCS lookups using RCU syzbot reported that it discovered a use-after-free vulnerability, [0] [0]: https://lore.kernel.org/all/67af13f8.050a0220.21dd3.0038.GAE...
CVE-2025-38208
- EPSS 0.15%
- Veröffentlicht 04.07.2025 13:37:28
- Zuletzt bearbeitet 18.11.2025 16:49:31
In the Linux kernel, the following vulnerability has been resolved: smb: client: add NULL check in automount_fullpath page is checked for null in __build_path_from_dentry_optional_prefix when tcon->origin_fullpath is not set. However, the check is ...
CVE-2025-38207
- EPSS 0.13%
- Veröffentlicht 04.07.2025 13:37:27
- Zuletzt bearbeitet 18.11.2025 17:07:12
In the Linux kernel, the following vulnerability has been resolved: mm: fix uprobe pte be overwritten when expanding vma Patch series "Fix uprobe pte be overwritten when expanding vma". This patch (of 4): We encountered a BUG alert triggered by ...
CVE-2025-38205
- EPSS 0.13%
- Veröffentlicht 04.07.2025 13:37:25
- Zuletzt bearbeitet 18.11.2025 17:08:11
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid divide by zero by initializing dummy pitch to 1 [Why] If the dummy values in `populate_dummy_dml_surface_cfg()` aren't updated then they can lead to a divide...
CVE-2025-38206
- EPSS 0.16%
- Veröffentlicht 04.07.2025 13:37:25
- Zuletzt bearbeitet 18.12.2025 21:17:09
In the Linux kernel, the following vulnerability has been resolved: exfat: fix double free in delayed_free The double free could happen in the following path. exfat_create_upcase_table() exfat_create_upcase_table() : return error e...
CVE-2025-38204
- EPSS 0.15%
- Veröffentlicht 04.07.2025 13:37:24
- Zuletzt bearbeitet 18.12.2025 21:19:42
In the Linux kernel, the following vulnerability has been resolved: jfs: fix array-index-out-of-bounds read in add_missing_indices stbl is s8 but it must contain offsets into slot which can go from 0 to 127. Added a bound check for that error and ...
CVE-2025-38202
- EPSS 0.15%
- Veröffentlicht 04.07.2025 13:37:23
- Zuletzt bearbeitet 18.12.2025 21:23:02
In the Linux kernel, the following vulnerability has been resolved: bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem() bpf_map_lookup_percpu_elem() helper is also available for sleepable bpf program. When BPF JIT is disabled or u...