5.5

CVSS3.1

CVE-2023-53174 - scsi: core: Fix possible memory leak if device_add() fails

In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix possible memory leak if device_add() fails If device_add() returns error, the name allocated by dev_set_name() needs be freed. As the comment of device_add() says, put_device() should be used to decrease the refer…

πŸ“… Published: Sept. 15, 2025, midnight πŸ”„ Last Modified: Dec. 2, 2025, 2:58 a.m.

5.5

CVSS3.1

CVE-2022-50332 - video/aperture: Call sysfb_disable() before removing PCI devices

In the Linux kernel, the following vulnerability has been resolved: video/aperture: Call sysfb_disable() before removing PCI devices Call sysfb_disable() from aperture_remove_conflicting_pci_devices() before removing PCI devices. Without, simpledrm can still bind to simple-framebuffer devices aft…

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

7.8

CVSS3.1

CVE-2022-50329 - block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for bfqq in bfq_exit_icq_bfqq Commit 64dc8c732f5c ("block, bfq: fix possible uaf for 'bfqq->bic'") will access 'bic->bfqq' in bic_set_bfqq(), however, bfq_exit_icq_bfqq() can free bfqq first, and then call bic…

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

5.5

CVSS3.1

CVE-2022-50311 - cxl: Fix refcount leak in cxl_calc_capp_routing

In the Linux kernel, the following vulnerability has been resolved: cxl: Fix refcount leak in cxl_calc_capp_routing of_get_next_parent() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore. This function only calls of_node_put() in normal path…

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

5.5

CVSS3.1

CVE-2022-50251 - mmc: vub300: fix return value check of mmc_add_host()

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked and it will lead a kernel crash because of deletin…

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

5.5

CVSS3.1

CVE-2022-50236 - iommu/mediatek: Fix crash on isr after kexec()

In the Linux kernel, the following vulnerability has been resolved: iommu/mediatek: Fix crash on isr after kexec() If the system is rebooted via isr(), the IRQ handler might be triggered before the domain is initialized. Resulting on an invalid memory access error. Fix: [ 0.500930] Unable to …

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

5.5

CVSS3.1

CVE-2023-53250 - firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handle

In the Linux kernel, the following vulnerability has been resolved: firmware: dmi-sysfs: Fix null-ptr-deref in dmi_sysfs_register_handle KASAN reported a null-ptr-deref error: KASAN: null-ptr-deref in range [0x0000000000000008-0x000000000000000f] CPU: 0 PID: 1373 Comm: modprobe Hardware name: QE…

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

4.7

CVSS3.1

CVE-2022-50259 - bpf, sockmap: fix race in sock_map_free()

In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: fix race in sock_map_free() sock_map_free() calls release_sock(sk) without owning a reference on the socket. This can cause use-after-free as syzbot found [1] Jakub Sitnicki already took care of a similar issue in …

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

7.8

CVSS3.1

CVE-2022-50252 - igb: Do not free q_vector unless new one was allocated

In the Linux kernel, the following vulnerability has been resolved: igb: Do not free q_vector unless new one was allocated Avoid potential use-after-free condition under memory pressure. If the kzalloc() fails, q_vector will be freed but left in the original adapter->q_vector[v_idx] array positio…

πŸ“… Published: Sept. 15, 2025, midnight πŸ”„ Last Modified: Dec. 23, 2025, 1:27 p.m.

5.5

CVSS3.1

CVE-2023-53249 - clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe

In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imx8mn: fix memory leak in imx8mn_clocks_probe Use devm_of_iomap() instead of of_iomap() to automatically handle the unused ioremap region. If any error occurs, regions allocated by kzalloc() will leak, but using d…

πŸ“… Published: Sept. 15, 2025, midnight πŸ”„ Last Modified: Jan. 14, 2026, 6:16 p.m.
Total resulsts: 349182
Page 3864 of 34,919
Β« previous page Β» next page
Filters