CVE-2023-53604
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:14
- Zuletzt bearbeitet 23.03.2026 18:25:31
In the Linux kernel, the following vulnerability has been resolved: dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path Otherwise the journal_io_cache will leak if dm_register_target() fails.
CVE-2023-53593
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:44:06
- Zuletzt bearbeitet 21.03.2026 00:51:33
In the Linux kernel, the following vulnerability has been resolved: cifs: Release folio lock on fscache read hit. Under the current code, when cifs_readpage_worker is called, the call contract is that the callee should unlock the page. This is docu...
CVE-2023-53589
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:04
- Zuletzt bearbeitet 21.03.2026 00:46:59
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't trust firmware n_channels If the firmware sends us a corrupted MCC response with n_channels much larger than the command response can be, we might copy fa...
CVE-2023-53590
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:44:04
- Zuletzt bearbeitet 21.03.2026 00:47:53
In the Linux kernel, the following vulnerability has been resolved: sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop With this refcnt added in sctp_stream_priorities, we don't need to traverse all streams to check if the prio is ...
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-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-50505
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:43:54
- Zuletzt bearbeitet 25.03.2026 00:32:31
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix pci device refcount leak in ppr_notifier() As comment of pci_get_domain_bus_and_slot() says, it returns a pci device with refcount increment, when finish using it, t...
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...