CVE-2022-50507
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:43:55
- Zuletzt bearbeitet 25.03.2026 00:36:25
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Validate data run offset This adds sanity checks for data run offset. We should make sure data run offset is legit before trying to unpack them, otherwise we may encounte...
CVE-2022-50504
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:43:53
- Zuletzt bearbeitet 22.01.2026 19:44:50
In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: avoid scheduling in rtas_os_term() It's unsafe to use rtas_busy_delay() to handle a busy status from the ibm,os-term RTAS function in rtas_os_term(): Kernel panic - ...
CVE-2022-50503
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:52
- Zuletzt bearbeitet 22.01.2026 19:44:57
In the Linux kernel, the following vulnerability has been resolved: mtd: lpddr2_nvm: Fix possible null-ptr-deref It will cause null-ptr-deref when resource_size(add_range) invoked, if platform_get_resource() returns NULL.
CVE-2022-50501
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:51
- Zuletzt bearbeitet 22.01.2026 19:45:11
In the Linux kernel, the following vulnerability has been resolved: media: coda: Add check for dcoda_iram_alloc As the coda_iram_alloc may return NULL pointer, it should be better to check the return value in order to avoid NULL poineter dereferenc...
CVE-2022-50497
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:43:48
- Zuletzt bearbeitet 22.01.2026 19:57:33
In the Linux kernel, the following vulnerability has been resolved: binfmt_misc: fix shift-out-of-bounds in check_special_flags UBSAN reported a shift-out-of-bounds warning: left shift of 1 by 31 places cannot be represented in type 'int' Call T...
CVE-2022-50496
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:47
- Zuletzt bearbeitet 22.01.2026 19:06:12
In the Linux kernel, the following vulnerability has been resolved: dm cache: Fix UAF in destroy() Dm_cache also has the same UAF problem when dm_resume() and dm_destroy() are concurrent. Therefore, cancelling timer again in destroy().
CVE-2022-50494
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:46
- Zuletzt bearbeitet 23.01.2026 20:54:23
In the Linux kernel, the following vulnerability has been resolved: thermal: intel_powerclamp: Use get_cpu() instead of smp_processor_id() to avoid crash When CPU 0 is offline and intel_powerclamp is used to inject idle, it generates kernel BUG: B...
CVE-2022-50492
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:45
- Zuletzt bearbeitet 23.01.2026 20:43:01
In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix use-after-free on probe deferral The bridge counter was never reset when tearing down the DRM device so that stale pointers to deallocated structures would be accessed...
CVE-2022-50489
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:43
- Zuletzt bearbeitet 25.03.2026 00:30:22
In the Linux kernel, the following vulnerability has been resolved: drm/mipi-dsi: Detach devices when removing the host Whenever the MIPI-DSI host is unregistered, the code of mipi_dsi_host_unregister() loops over every device currently found on th...
CVE-2023-53575
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:17:15
- Zuletzt bearbeitet 21.03.2026 01:06:48
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: fix potential array out of bounds access Account for IWL_SEC_WEP_KEY_OFFSET when needed while verifying key_len size in iwl_mvm_sec_key_add().