CVE-2023-52618
- EPSS 0.06%
- Veröffentlicht 18.03.2024 11:15:09
- Zuletzt bearbeitet 04.04.2025 14:51:32
In the Linux kernel, the following vulnerability has been resolved: block/rnbd-srv: Check for unlikely string overflow Since "dev_search_path" can technically be as large as PATH_MAX, there was a risk of truncation when copying it and a second stri...
CVE-2023-52619
- EPSS 0.02%
- Veröffentlicht 18.03.2024 11:15:09
- Zuletzt bearbeitet 10.03.2025 15:48:56
In the Linux kernel, the following vulnerability has been resolved: pstore/ram: Fix crash when setting number of cpus to an odd number When the number of cpu cores is adjusted to 7 or other odd numbers, the zone size will become an odd number. The ...
CVE-2024-26631
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:09
- Zuletzt bearbeitet 10.03.2025 15:46:45
In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work idev->mc_ifc_count can be written over without proper locking. Originally found by syzbot [1], fix this issue by encapsul...
CVE-2024-26633
- EPSS 0.05%
- Veröffentlicht 18.03.2024 11:15:09
- Zuletzt bearbeitet 04.04.2025 14:49:01
In the Linux kernel, the following vulnerability has been resolved: ip6_tunnel: fix NEXTHDR_FRAGMENT handling in ip6_tnl_parse_tlv_enc_lim() syzbot pointed out [1] that NEXTHDR_FRAGMENT handling is broken. Reading frag_off can only be done if we p...
CVE-2023-52612
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:08
- Zuletzt bearbeitet 27.02.2025 03:20:23
In the Linux kernel, the following vulnerability has been resolved: crypto: scomp - fix req->dst buffer overflow The req->dst buffer size should be checked before copying from the scomp_scratch->dst to avoid req->dst buffer overflow problem.
CVE-2023-52614
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:08
- Zuletzt bearbeitet 12.05.2026 12:16:16
In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Fix buffer overflow in trans_stat_show Fix buffer overflow in trans_stat_show(). Convert simple snprintf to the more secure scnprintf with size of PAGE_SIZE. Add co...
CVE-2023-52615
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:08
- Zuletzt bearbeitet 12.12.2024 15:20:12
In the Linux kernel, the following vulnerability has been resolved: hwrng: core - Fix page fault dead lock on mmap-ed hwrng There is a dead-lock in the hwrng device read path. This triggers when the user reads from /dev/hwrng into memory also mmap...
CVE-2023-52616
- EPSS 0.02%
- Veröffentlicht 18.03.2024 11:15:08
- Zuletzt bearbeitet 10.03.2025 15:50:52
In the Linux kernel, the following vulnerability has been resolved: crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init When the mpi_ec_ctx structure is initialized, some fields are not cleared, causing a crash when referencing the field...
CVE-2023-52609
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:07
- Zuletzt bearbeitet 10.03.2025 15:28:37
In the Linux kernel, the following vulnerability has been resolved: binder: fix race between mmput() and do_exit() Task A calls binder_update_page_range() to allocate and insert pages on a remote address space from Task B. For this, Task A pins the...
CVE-2023-52610
- EPSS 0.01%
- Veröffentlicht 18.03.2024 11:15:07
- Zuletzt bearbeitet 10.03.2025 15:39:09
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ct: fix skb leak and crash on ooo frags act_ct adds skb->users before defragmentation. If frags arrive in order, the last frag's reference is reset in: inet_frag_...