Skip to main content

CWE archive

CWE-401 CVEs

Programmatic archive

1,882 CVEs tagged with CWE-40110 Critical, 410 High, 1,389 Medium, 73 Low, 0 Unrated.

CVE-2023-53674

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: clk: Fix memory leak in devm_clk_notifier_register() devm_clk_notifier_register() allocates a devres resource…

CVSS 7.8 · High
evidence mentions
5
Buzz score
22.9
Vendor/product tagsBeta · best-effort

CVE-2023-53670

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: nvme-core: fix dev_pm_qos memleak Call dev_pm_qos_hide_latency_tolerance() in the error unwind patch to avoid…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2023-53669

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: tcp: fix skb_copy_ubufs() vs BIG TCP David Ahern reported crashes in skb_copy_ubufs() caused by TCP tx zeroco…

CVSS 7.8 · High
evidence mentions
4
Buzz score
21.1
Vendor/product tagsBeta · best-effort

CVE-2023-53662

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup} If the filename casefolding fails, we'll…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2023-53650

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: fbdev: omapfb: lcd_mipid: Fix an error handling path in mipid_spi_probe() If 'mipid_detect()' fails, we must…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2023-53649

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: perf trace: Really free the evsel->priv area In 3cb4d5e00e037c70 ("perf trace: Free syscall tp fields in evse…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2023-53641

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: hif_usb: fix memory leak of remain_skbs hif_dev->remain_skb is allocated and used exclusively in…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2023-53637

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: media: i2c: ov772x: Fix memleak in ov772x_probe() A memory leak was reported when testing ov772x with bpf moc…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2023-53633

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix a leak in map_user_pages() If get_user_pages_fast() allocates some pages but not as many as w…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2023-53617

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: soc: aspeed: socinfo: Add kfree for kstrdup Add kfree() in the later error handling in order to avoid memory…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50550

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: blk-iolatency: Fix memory leak on add_disk() failures When a gendisk is successfully initialized but add_disk…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50548

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: media: i2c: hi846: Fix memory leak in hi846_parse_dt() If any of the checks related to the supported link fre…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50547

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: media: solo6x10: fix possible memory leak in solo_sysfs_init() If device_register() returns error in solo_sys…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50545

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: r6040: Fix kmemleak in probe and remove There is a memory leaks reported by kmemleak: unreferenced object…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50544

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info() xhci_alloc_stream_info() allocates str…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50537

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: firmware: raspberrypi: fix possible memory leak in rpi_firmware_probe() In rpi_firmware_probe(), if mbox_requ…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50532

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: scsi: mpt3sas: Fix possible resource leaks in mpt3sas_transport_port_add() In mpt3sas_transport_port_add(), i…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50531

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: tipc: fix an information leak in tipc_topsrv_kern_subscr Use a 8-byte write to initialize sub.usr_handle in t…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50529

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: test_firmware: fix memory leak in test_firmware_init() When misc_register() failed in test_firmware_init(), t…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50528

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leakage This patch fixes potential memory leakage and seg fault in _gpuvm_import_dmab…

CVSS 7.8 · High
evidence mentions
4
Buzz score
21.1
Vendor/product tagsBeta · best-effort

CVE-2022-50525

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe() The fsl_pamu_probe() returns directly when create_csd()…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50523

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: clk: rockchip: Fix memory leak in rockchip_clk_register_pll() If clk_register() fails, @pll->rate_table may h…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50521

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: platform/x86: mxm-wmi: fix memleak in mxm_wmi_call_mx[ds|mx]() The ACPI buffer memory (out.pointer) returned…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50515

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix memory leak in hpd_rx_irq_create_workqueue() If construction of the array of work queues to h…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort

CVE-2022-50513

Published Oct 7, 2025

In the Linux kernel, the following vulnerability has been resolved: staging: rtl8723bs: fix a potential memory leak in rtw_init_cmd_priv() In rtw_init_cmd_priv(), if `pcmdpriv->…

CVSS 5.5 · Medium
Vendor/product tagsBeta · best-effort
Showing 376-400 of 1,882 CVEsPage 16 of 76