5.5

CVSS3.1

CVE-2023-53240 - xsk: check IFF_UP earlier in Tx path

In the Linux kernel, the following vulnerability has been resolved: xsk: check IFF_UP earlier in Tx path Xsk Tx can be triggered via either sendmsg() or poll() syscalls. These two paths share a call to common function xsk_xmit() which has two sanity checks within. A pseudo code example to show th…

πŸ“… Published: Sept. 15, 2025, midnight πŸ”„ Last Modified: Jan. 14, 2026, 6:16 p.m.

5.5

CVSS3.1

CVE-2023-53164 - irqchip/ti-sci: Fix refcount leak in ti_sci_intr_irq_domain_probe

In the Linux kernel, the following vulnerability has been resolved: irqchip/ti-sci: Fix refcount leak in ti_sci_intr_irq_domain_probe of_irq_find_parent() returns a node pointer with refcount incremented, We should use of_node_put() on it when not needed anymore. Add missing of_node_put() to avoi…

πŸ“… Published: Sept. 15, 2025, midnight πŸ”„ Last Modified: Nov. 24, 2025, 9:02 p.m.

5.5

CVSS3.1

CVE-2022-50308 - ASoC: qcom: Add checks for devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Add checks for devm_kcalloc As the devm_kcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference.

πŸ“… Published: Sept. 15, 2025, midnight πŸ”„ Last Modified: Dec. 4, 2025, 3:29 p.m.

7.8

CVSS3.1

CVE-2022-50305 - ASoC: sof_es8336: fix possible use-after-free in sof_es8336_remove()

In the Linux kernel, the following vulnerability has been resolved: ASoC: sof_es8336: fix possible use-after-free in sof_es8336_remove() sof_es8336_remove() calls cancel_delayed_work(). However, that function does not wait until the work function finishes. This means that the callback function ma…

πŸ“… Published: Sept. 15, 2025, midnight πŸ”„ Last Modified: Dec. 4, 2025, 3:31 p.m.

5.5

CVSS3.1

CVE-2022-50292 - drm/msm/dp: fix bridge lifetime

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dp: fix bridge lifetime Device-managed resources allocated post component bind must be tied to the lifetime of the aggregate DRM device or they will not necessarily be released when binding of the aggregate device is defe…

πŸ“… Published: Sept. 15, 2025, midnight πŸ”„ Last Modified: Dec. 4, 2025, 6:53 p.m.

5.5

CVSS3.1

CVE-2022-50291 - kcm: annotate data-races around kcm->rx_psock

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm->rx_psock kcm->rx_psock can be read locklessly in kcm_rfree(). Annotate the read and writes accordingly. We do the same for kcm->rx_wait in the following patch. syzbot reported: BUG: KCSAN: d…

πŸ“… Published: Sept. 15, 2025, midnight πŸ”„ Last Modified: Dec. 4, 2025, 6:54 p.m.

5.5

CVSS3.1

CVE-2022-50289 - ocfs2: fix memory leak in ocfs2_stack_glue_init()

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix memory leak in ocfs2_stack_glue_init() ocfs2_table_header should be free in ocfs2_stack_glue_init() if ocfs2_sysfs_init() failed, otherwise kmemleak will report memleak. BUG: memory leak unreferenced object 0xffff8881…

πŸ“… Published: Sept. 15, 2025, midnight πŸ”„ Last Modified: Dec. 3, 2025, 7:26 p.m.

5.5

CVSS3.1

CVE-2022-50263 - vdpasim: fix memory leak when freeing IOTLBs

In the Linux kernel, the following vulnerability has been resolved: vdpasim: fix memory leak when freeing IOTLBs After commit bda324fd037a ("vdpasim: control virtqueue support"), vdpasim->iommu became an array of IOTLB, so we should clean the mappings of each free one by one instead of just delet…

πŸ“… Published: Sept. 15, 2025, midnight πŸ”„ Last Modified: Dec. 2, 2025, 7:21 p.m.

7.8

CVSS3.1

CVE-2022-50256 - drm/meson: remove drm bridges at aggregate driver unbind time

In the Linux kernel, the following vulnerability has been resolved: drm/meson: remove drm bridges at aggregate driver unbind time drm bridges added by meson_encoder_hdmi_init and meson_encoder_cvbs_init were not manually removed at module unload time, which caused dangling references to freed mem…

πŸ“… Published: Sept. 15, 2025, midnight πŸ”„ Last Modified: Nov. 25, 2025, 4:52 p.m.

5.5

CVSS3.1

CVE-2023-53190 - vxlan: Fix memory leaks in error path

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix memory leaks in error path The memory allocated by vxlan_vnigroup_init() is not freed in the error path, leading to memory leaks [1]. Fix by calling vxlan_vnigroup_uninit() in the error path. The leaks can be reproduc…

πŸ“… Published: Sept. 15, 2025, midnight πŸ”„ Last Modified: Dec. 2, 2025, 2:42 a.m.
Total resulsts: 349182
Page 3871 of 34,919
Β« previous page Β» next page
Filters