CVE-2023-53602
- EPSS 0.14%
- Veröffentlicht 04.10.2025 15:44:13
- Zuletzt bearbeitet 23.03.2026 18:24:06
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix memory leak in WMI firmware stats Memory allocated for firmware pdev, vdev and beacon statistics are not released during rmmod. Fix it by calling ath11k_fw_stats...
CVE-2023-53603
- EPSS 0.14%
- Veröffentlicht 04.10.2025 15:44:13
- Zuletzt bearbeitet 23.03.2026 18:25:59
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Avoid fcport pointer dereference Klocwork reported warning of NULL pointer may be dereferenced. The routine exits when sa_ctl is NULL and fcport is allocated after ...
CVE-2023-53596
- EPSS 0.14%
- Veröffentlicht 04.10.2025 15:44:08
- Zuletzt bearbeitet 01.06.2026 17:16:25
In the Linux kernel, the following vulnerability has been resolved: drivers: base: Free devm resources when unregistering a device In the current code, devres_release_all() only gets called if the device has a bus and has been probed. This leads t...
CVE-2023-53593
- EPSS 0.14%
- 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-53588
- EPSS 0.15%
- Veröffentlicht 04.10.2025 15:44:03
- Zuletzt bearbeitet 23.03.2026 18:36:24
In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: check for station first in client probe When probing a client, first check if we have it, and then check for the channel context, otherwise you can trigger the warn...
CVE-2023-53587
- EPSS 0.15%
- 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.15%
- 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.15%
- 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.15%
- 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.15%
- 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 - ...