7.8
CVE-2023-53065 - perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output
In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output syzkaller reportes a KASAN issue with stack-out-of-bounds. The call trace is as follows: dump_stack+0x9c/0xd3 print_address_descriptioβ¦
5.5
CVE-2023-53122 - kernel: RISC-V: fix taking the text_mutex twice during sifive errata patching
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
5.5
CVE-2023-53130 - kernel: block: fix wrong mode for blkdev_put() from disk_scan_partitions()
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
5.5
CVE-2023-53076 - kernel: bpf: Adjust insufficient default bpf_jit_limit
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
5.5
CVE-2023-53063 - kernel: Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
5.5
CVE-2022-49933 - kernel: KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
5.5
CVE-2023-53043 - arm64: dts: qcom: sc7280: Mark PCIe controller as cache coherent
In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: sc7280: Mark PCIe controller as cache coherent If the controller is not marked as cache coherent, then kernel will try to ensure coherency during dma-ops and that may cause data corruption. So, mark the PCIe nodβ¦
7.8
CVE-2025-37798 - codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog()
In the Linux kernel, the following vulnerability has been resolved: codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog() After making all ->qlen_notify() callbacks idempotent, now it is safe to remove the check of qlen!=0 from both fq_codel_dequeue() and codel_qdisc_dequeue().
5.5
CVE-2023-53078 - scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()
In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate() If alua_rtpg_queue() failed from alua_activate(), then 'qdata' is not freed, which will cause following memleak: unreferenced object 0xffff88810b2c6980 (size 32): β¦
5.5
CVE-2023-53060 - igb: revert rtnl_lock() that causes deadlock
In the Linux kernel, the following vulnerability has been resolved: igb: revert rtnl_lock() that causes deadlock The commit 6faee3d4ee8b ("igb: Add lock to avoid data race") adds rtnl_lock to eliminate a false data race shown below (FREE from device detaching) | (USE from netdev core) igβ¦