CVE-2023-53598
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:10
- Zuletzt bearbeitet 21.03.2026 00:55:41
In the Linux kernel, the following vulnerability has been resolved: bus: mhi: host: Range check CHDBOFF and ERDBOFF If the value read from the CHDBOFF and ERDBOFF registers is outside the range of the MHI register space then an invalid address migh...
CVE-2023-53597
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:09
- Zuletzt bearbeitet 23.03.2026 18:21:30
In the Linux kernel, the following vulnerability has been resolved: cifs: fix mid leak during reconnection after timeout threshold When the number of responses with status of STATUS_IO_TIMEOUT exceeds a specified threshold (NUM_STATUS_IO_TIMEOUT), ...
CVE-2023-53596
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:08
- Zuletzt bearbeitet 21.03.2026 00:54:29
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-53594
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:07
- Zuletzt bearbeitet 21.03.2026 00:52:58
In the Linux kernel, the following vulnerability has been resolved: driver core: fix resource leak in device_add() When calling kobject_add() failed in device_add(), it will call cleanup_glue_dir() to free resource. But in kobject_add(), dev->kobj....
CVE-2023-53592
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:06
- Zuletzt bearbeitet 21.03.2026 00:49:47
In the Linux kernel, the following vulnerability has been resolved: gpio: sifive: Fix refcount leak in sifive_gpio_probe of_irq_find_parent() returns a node pointer with refcount incremented, We should use of_node_put() on it when not needed anymor...
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-53588
- EPSS 0.01%
- 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.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...