Lucene search
+L

33131 matches found

CVE
CVE
added 2025/10/22 1:23 p.m.36 views

CVE-2023-53721

The CVE-2023-53721 entry concerns the Linux kernel wifi driver ath12k. The vulnerability is a NULL pointer dereference in ath12k_mac_op_hw_scan(), where kzalloc()’s return value could be used in memcpy() if allocation fails. The root cause is using the allocated pointer without verifying NULL bef...

6AI score0.00172EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.26 views

CVE-2023-53721 wifi: ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan()

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: Fix a NULL pointer dereference in ath12kmacophwscan In ath12kmacophwscan, the return value of kzalloc is directly used in memcpy, which may lead to a NULL pointer dereference on failure of kzalloc. Fix this bug by...

0.00172EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/22 1:23 p.m.10 views

CVE-2023-53719 serial: arc_uart: fix of_iomap leak in `arc_serial_probe`

In the Linux kernel, the following vulnerability has been resolved: serial: arcuart: fix ofiomap leak in arcserialprobe Smatch reports: drivers/tty/serial/arcuart.c:631 arcserialprobe warn: 'port-membase' from ofiomap not released on lines: 631. In arcserialprobe, if uartaddoneport fails,...

6.4AI score
SaveExploits0References10
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.19 views

CVE-2023-53700 media: max9286: Fix memleak in max9286_v4l2_register()

In the Linux kernel, the following vulnerability has been resolved: media: max9286: Fix memleak in max9286v4l2register There is a kmemleak when testing the media/i2c/max9286.c with bpf mock device: kmemleak: 5 new suspected memory leaks see /sys/kernel/debug/kmemleak unreferenced object...

0.00199EPSS
SaveExploits0References5
CVE
CVE
added 2025/10/22 1:23 p.m.30 views

CVE-2023-53700

CVE-2023-53700: Linux kernel fix for memleak in media/max9286_v4l2_register(). The root cause is failure to free the v4l2_ctrl created by v4l2_ctrl_new_std() when fwnode_graph_get_endpoint_by_id() fails, causing a memory leak observed via kmemleak. The recommended remediation is to call v4l2_ctrl...

6.1AI score0.00199EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.20 views

CVE-2023-53698 xsk: fix refcount underflow in error path

In the Linux kernel, the following vulnerability has been resolved: xsk: fix refcount underflow in error path Fix a refcount underflow problem reported by syzbot that can happen when a system is running out of memory. If xpalloctxdescs fails, and it can only fail due to not having enough memory,...

7.8CVSS0.00153EPSS
SaveExploits0References4
OSV
OSV
added 2025/10/22 1:23 p.m.7 views

CVE-2023-53698 xsk: fix refcount underflow in error path

In the Linux kernel, the following vulnerability has been resolved: xsk: fix refcount underflow in error path Fix a refcount underflow problem reported by syzbot that can happen when a system is running out of memory. If xpalloctxdescs fails, and it can only fail due to not having enough memory,...

7.8CVSS6.7AI score
SaveExploits0References7
CVE
CVE
added 2025/10/22 1:23 p.m.24 views

CVE-2023-53698

In the Linux kernel, the xsk refcount underflow vulnerability was fixed in the error path when xp_alloc_tx_descs() fails due to memory exhaustion. The bug occurred because the pool’s refcount was decremented after being incremented, but xs->pool in the socket was not nulled. As a result, on so...

7.8CVSS6.3AI score0.00153EPSS
SaveExploits0References4
CVE
CVE
added 2025/10/22 1:23 p.m.43 views

CVE-2023-53693

CVE-2023-53693 : Linux kernel USB gadget raw_gadget driver memory leak fixed. Root cause: raw_dev->count was incremented before raw_queue_event(); if raw_queue_event() failed, dev_free() was not triggered. The related commit ensures kref_get() is invoked only when raw_queue_event() succeeds, a...

6AI score0.00199EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.25 views

CVE-2023-53693 USB: gadget: Fix the memory leak in raw_gadget driver

In the Linux kernel, the following vulnerability has been resolved: USB: gadget: Fix the memory leak in rawgadget driver Currently, increasing rawdev-count happens before invoke the rawqueueevent, if the rawqueueevent return error, invoke rawrelease will not trigger the devfree to be called...

0.00199EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.14 views

CVE-2022-50575 xen/privcmd: Fix a possible warning in privcmd_ioctl_mmap_resource()

In the Linux kernel, the following vulnerability has been resolved: xen/privcmd: Fix a possible warning in privcmdioctlmmapresource As 'kdata.num' is user-controlled data, if user tries to allocate memory larger than= MAXORDER, then kcalloc will fail, it creates a stack trace and messes up dmesg...

0.00205EPSS
SaveExploits0References7
CVE
CVE
added 2025/10/22 1:23 p.m.31 views

CVE-2022-50571

CVE-2022-50571 involves the Linux kernel Btrfs path. The issue arises when loading the free-space cache: a temporary free_space_ctl is used during the load to avoid allocations, but on error cleaning up could touch discardable stats without holding the correct lock. The remediation is to invoke _...

5.9AI score0.00185EPSS
SaveExploits0References2
OSV
OSV
added 2025/10/22 1:23 p.m.12 views

CVE-2022-50571 btrfs: call __btrfs_remove_free_space_cache_locked on cache load failure

In the Linux kernel, the following vulnerability has been resolved: btrfs: call btrfsremovefreespacecachelocked on cache load failure Now that lockdep is staying enabled through our entire CI runs I started seeing the following stack in generic/475 ------------ cut here ------------ WARNING: CPU:...

6.3AI score
SaveExploits0References5
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.22 views

CVE-2022-50571 btrfs: call __btrfs_remove_free_space_cache_locked on cache load failure

In the Linux kernel, the following vulnerability has been resolved: btrfs: call btrfsremovefreespacecachelocked on cache load failure Now that lockdep is staying enabled through our entire CI runs I started seeing the following stack in generic/475 ------------ cut here ------------ WARNING: CPU:...

0.00185EPSS
SaveExploits0References2
CVE
CVE
added 2025/10/22 1:23 p.m.23 views

CVE-2022-50569

Summary of CVE-2022-50569 (Linux kernel xfrm/ipcomp_scratches): The vulnerability arises when ipcomp_alloc_scratches() fails to allocate per-CPU scratches, leaving ipcomp_scratches with an obsolete address. During ipcomp_free_scratches(), the code frees per-CPU scratch space by iterating CPUs and...

7.8CVSS6.1AI score0.0016EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.16 views

CVE-2022-50566 mtd: Fix device name leak when register device failed in add_mtd_device()

In the Linux kernel, the following vulnerability has been resolved: mtd: Fix device name leak when register device failed in addmtddevice There is a kmemleak when register device failed: unreferenced object 0xffff888101aab550 size 8: comm "insmod", pid 3922, jiffies 4295277753 age 925.408s hex du...

0.00232EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/22 1:23 p.m.5 views

CVE-2022-50566 mtd: Fix device name leak when register device failed in add_mtd_device()

In the Linux kernel, the following vulnerability has been resolved: mtd: Fix device name leak when register device failed in addmtddevice There is a kmemleak when register device failed: unreferenced object 0xffff888101aab550 size 8: comm "insmod", pid 3922, jiffies 4295277753 age 925.408s hex du...

6.4AI score
SaveExploits0References12
CVE
CVE
added 2025/10/22 1:23 p.m.26 views

CVE-2022-50559

CVE-2022-50559 affects the Linux kernel component clock: imx (scu). The issue is caused by missing error handling when platform_device_add() fails, leading to a memleak. The fix adds proper error processing before returning and adjusts the return value to reflect the error. The connected sources ...

6.2AI score0.00199EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/22 1:23 p.m.19 views

CVE-2022-50557 pinctrl: thunderbay: fix possible memory leak in thunderbay_build_functions()

In the Linux kernel, the following vulnerability has been resolved: pinctrl: thunderbay: fix possible memory leak in thunderbaybuildfunctions The thunderbayaddfunctions will free memory of thunderbayfuncs when everything is ok, but thunderbayfuncs will not be freed when thunderbayaddfunctions...

0.00197EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/10/22 1:13 p.m.21 views

CVE-2025-60790

ProcessWire CMS 3.0.246 allows a low-privileged user with lang-edit to upload a crafted ZIP to Language Support that is auto-extracted without limits prior to validation, enabling resource-exhaustion Denial of Service...

6.5CVSS6.8AI score0.00404EPSS
SaveExploits1References1
Rows per page
Query Builder