CVE-2023-53032
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:44:00
- Zuletzt bearbeitet 31.10.2025 18:49:09
In the Linux kernel, the following vulnerability has been resolved: netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function. When first_ip is 0, last_ip is 0xFFFFFFFF, and netmask is 31, the value of an arithmetic expression ...
CVE-2023-53031
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:59
- Zuletzt bearbeitet 31.10.2025 18:49:02
In the Linux kernel, the following vulnerability has been resolved: powerpc/imc-pmu: Fix use of mutex in IRQs disabled section Current imc-pmu code triggers a WARNING with CONFIG_DEBUG_ATOMIC_SLEEP and CONFIG_PROVE_LOCKING enabled, while running a ...
CVE-2023-53026
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:51
- Zuletzt bearbeitet 01.10.2025 18:15:36
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Fix ib block iterator counter overflow When registering a new DMA MR after selecting the best aligned page size for it, we iterate over the given sglist to split each en...
CVE-2023-53023
- EPSS 0.02%
- Veröffentlicht 27.03.2025 16:43:49
- Zuletzt bearbeitet 01.04.2025 15:39:10
In the Linux kernel, the following vulnerability has been resolved: net: nfc: Fix use-after-free in local_cleanup() Fix a use-after-free that occurs in kfree_skb() called from local_cleanup(). This could happen when killing nfc daemon (e.g. neard) ...
CVE-2023-53024
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:49
- Zuletzt bearbeitet 22.01.2026 20:56:59
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix pointer-leak due to insufficient speculative store bypass mitigation To mitigate Spectre v4, 2039f26f3aca ("bpf: Fix leakage due to insufficient speculative store bypass m...
CVE-2023-53021
- EPSS 0.04%
- Veröffentlicht 27.03.2025 16:43:47
- Zuletzt bearbeitet 01.04.2025 15:40:10
In the Linux kernel, the following vulnerability has been resolved: net/sched: sch_taprio: fix possible use-after-free syzbot reported a nasty crash [1] in net_tx_action() which made little sense until we got a repro. This repro installs a taprio ...
CVE-2023-53019
- EPSS 0.04%
- Veröffentlicht 27.03.2025 16:43:46
- Zuletzt bearbeitet 30.10.2025 16:20:36
In the Linux kernel, the following vulnerability has been resolved: net: mdio: validate parameter addr in mdiobus_get_phy() The caller may pass any value as addr, what may result in an out-of-bounds access to array mdio_map. One existing case is st...
CVE-2023-53015
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:43
- Zuletzt bearbeitet 01.10.2025 18:15:35
In the Linux kernel, the following vulnerability has been resolved: HID: betop: check shape of output reports betopff_init() only checks the total sum of the report counts for each report field to be at least 4, but hid_betopff_play() expects 4 rep...
CVE-2023-53007
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:38
- Zuletzt bearbeitet 30.10.2025 16:24:07
In the Linux kernel, the following vulnerability has been resolved: tracing: Make sure trace_printk() can output as soon as it can be used Currently trace_printk() can be used as soon as early_trace_init() is called from start_kernel(). But if a cr...
CVE-2023-53006
- EPSS 0.01%
- Veröffentlicht 27.03.2025 16:43:37
- Zuletzt bearbeitet 30.10.2025 16:24:48
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix oops due to uncleared server->smbd_conn in reconnect In smbd_destroy(), clear the server->smbd_conn pointer after freeing the smbd_connection struct that it points to so ...