CVE-2023-53587
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:02
- Zuletzt bearbeitet 23.03.2026 18:36:36
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Sync IRQ works before buffer destruction If something was written to the buffer just before destruction, it may be possible (maybe not in a real system, but it did hap...
CVE-2023-53584
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:43:59
- Zuletzt bearbeitet 23.03.2026 18:35:11
In the Linux kernel, the following vulnerability has been resolved: ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this process There are two states for ubifs writing pages: 1. Dirty, Private 2. Not Dirty, Not Private The normal process...
CVE-2023-53582
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:58
- Zuletzt bearbeitet 23.03.2026 18:33:50
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of-bounds Fix a stack-out-of-bounds read in brcmfmac that occurs when 'buf' that is not null-terminated i...
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-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-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().