Lucene search
+L

13516 matches found

OSV
OSV
added 2025/12/09 1:16 a.m.1 views

DEBIAN-CVE-2023-53800

In the Linux kernel, the following vulnerability has been resolved: ubi: Fix use-after-free when volume resizing failed There is an use-after-free problem reported by KASAN: ================================================================== BUG: KASAN: use-after-free in ubiebacopytable+0x11f/0x1c...

7.8CVSS5.5AI score0.00136EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.5 views

CVE-2023-53786

In the Linux kernel, the following vulnerability has been resolved: dm flakey: fix a crash with invalid table line This command will crash with NULL pointer dereference: dmsetup create flakey --table \ "0 blockdev --getsize /dev/ram0 flakey /dev/ram0 0 0 1 2 corruptbiobyte 512" Fix the crash by...

0.00229EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 1:16 a.m.1 views

DEBIAN-CVE-2023-53786

In the Linux kernel, the following vulnerability has been resolved: dm flakey: fix a crash with invalid table line This command will crash with NULL pointer dereference: dmsetup create flakey --table \ "0 blockdev --getsize /dev/ram0 flakey /dev/ram0 0 0 1 2 corruptbiobyte 512" Fix the crash by...

5.3AI score0.00229EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/09 1:16 a.m.9 views

CVE-2022-50637

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-hw: Fix memory leak in qcomcpufreqhwreadlut If "cpudev" fails to get opp table in qcomcpufreqhwreadlut, the program will return, resulting in "table" resource is not released...

0.00195EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/09 1:16 a.m.9 views

DEBIAN-CVE-2022-50637

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-hw: Fix memory leak in qcomcpufreqhwreadlut If "cpudev" fails to get opp table in qcomcpufreqhwreadlut, the program will return, resulting in "table" resource is not released...

5.4AI score0.00195EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2025/12/09 1:16 a.m.5 views

CVE-2023-53800

In the Linux kernel, the following vulnerability has been resolved: ubi: Fix use-after-free when volume resizing failed There is an use-after-free problem reported by KASAN: ================================================================== BUG: KASAN: use-after-free in ubiebacopytable+0x11f/0x1c...

7.8CVSS6.1AI score0.00136EPSS
SaveExploits0References10
OSV
OSV
added 2025/12/09 1:16 a.m.8 views

UBUNTU-CVE-2023-53786

In the Linux kernel, the following vulnerability has been resolved: dm flakey: fix a crash with invalid table line This command will crash with NULL pointer dereference: dmsetup create flakey --table \ "0 blockdev --getsize /dev/ram0 flakey /dev/ram0 0 0 1 2 corruptbiobyte 512" Fix the crash by...

5.7AI score0.00229EPSS
SaveExploits0References12
OSV
OSV
added 2025/12/09 1:16 a.m.10 views

UBUNTU-CVE-2022-50637

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-hw: Fix memory leak in qcomcpufreqhwreadlut If "cpudev" fails to get opp table in qcomcpufreqhwreadlut, the program will return, resulting in "table" resource is not released...

5.7AI score0.00195EPSS
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2025/12/09 12:31 a.m.10 views

SUSE CVE-2022-50619

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix memory leak in kfdmemdmamapuserptr If the number of pages from the userptr BO differs from the SG BO then the allocated memory for the SG table doesn't get freed before returning -EINVAL, which may lead to a memor...

5.5CVSS6.4AI score0.00193EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/09 12:0 a.m.10 views

CVE-2023-53801 iommu/sprd: Release dma buffer to avoid memory leak

In the Linux kernel, the following vulnerability has been resolved: iommu/sprd: Release dma buffer to avoid memory leak When attaching to a domain, the driver would alloc a DMA buffer which is used to store address mapping table, and it need to be released when the IOMMU domain is freed...

6.5AI score
SaveExploits0References7
CVE
CVE
added 2025/12/09 12:0 a.m.28 views

CVE-2023-53800

The CVE-2023-53800 issue is in the Linux kernel ubi driver (ubi_eba_copy_table/ubi_resize_volume). It describes a use-after-free when a volume resize fails: new_eba_tbl is freed on error, but vol->eba_tbl still holds it, creating a lifecycle mismatch that can cause a use-after-free on subseque...

7.8CVSS6.1AI score0.00136EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/12/09 12:0 a.m.33 views

CVE-2023-53786 dm flakey: fix a crash with invalid table line

In the Linux kernel, the following vulnerability has been resolved: dm flakey: fix a crash with invalid table line This command will crash with NULL pointer dereference: dmsetup create flakey --table \ "0 blockdev --getsize /dev/ram0 flakey /dev/ram0 0 0 1 2 corruptbiobyte 512" Fix the crash by...

0.00229EPSS
SaveExploits0References9
CVE
CVE
added 2025/12/09 12:0 a.m.20 views

CVE-2023-53786

The CVE-2023-53786 issue is in the Linux kernel dm flakey path, where a dmsetup command constructing a table can crash with a NULL pointer dereference when arg_name is NULL. The root cause is missing a NULL check before comparing arg_name; the fix adds a non-NULL check for arg_name before the com...

6.2AI score0.00229EPSS
SaveExploits0References9
OSV
OSV
added 2025/12/09 12:0 a.m.6 views

CVE-2023-53786 dm flakey: fix a crash with invalid table line

In the Linux kernel, the following vulnerability has been resolved: dm flakey: fix a crash with invalid table line This command will crash with NULL pointer dereference: dmsetup create flakey --table \ "0 blockdev --getsize /dev/ram0 flakey /dev/ram0 0 0 1 2 corruptbiobyte 512" Fix the crash by...

6.5AI score
SaveExploits0References12
Debian CVE
Debian CVE
added 2025/12/09 12:0 a.m.4 views

CVE-2023-53786

In the Linux kernel, the following vulnerability has been resolved: dm flakey: fix a crash with invalid table line This command will crash with NULL pointer dereference: dmsetup create flakey --table \ "0 blockdev --getsize /dev/ram0 flakey /dev/ram0 0 0 1 2 corruptbiobyte 512" Fix the crash by...

5.3AI score0.00229EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/12/09 12:0 a.m.36 views

CVE-2022-50637 cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-hw: Fix memory leak in qcomcpufreqhwreadlut If "cpudev" fails to get opp table in qcomcpufreqhwreadlut, the program will return, resulting in "table" resource is not released...

0.00195EPSS
SaveExploits0References5
CVE
CVE
added 2025/12/09 12:0 a.m.34 views

CVE-2022-50637

CVE-2022-50637 concerns the Linux kernel cpufreq driver for Qualcomm hardware. The issue is a memory/resource leak in cpufreq_qcom_hw_read_lut() where if cpu_dev fails to obtain the OPP table, the function returns without releasing the allocated table resource. The vulnerability has been resolved...

6.1AI score0.00195EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/12/09 12:0 a.m.10 views

CVE-2022-50637

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-hw: Fix memory leak in qcomcpufreqhwreadlut If "cpudev" fails to get opp table in qcomcpufreqhwreadlut, the program will return, resulting in "table" resource is not released...

5.4AI score0.00195EPSS
SaveExploits0
OSV
OSV
added 2025/12/09 12:0 a.m.10 views

CVE-2022-50637 cpufreq: qcom-hw: Fix memory leak in qcom_cpufreq_hw_read_lut()

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-hw: Fix memory leak in qcomcpufreqhwreadlut If "cpudev" fails to get opp table in qcomcpufreqhwreadlut, the program will return, resulting in "table" resource is not released...

6.3AI score
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/12/09 12:0 a.m.9 views

PT-2025-49837

A vulnerability has been identified in SINEMA Remote Connect Server All versions V3.2 SP4. Affected applications do not properly validate license restrictions against the database, allowing direct modification of the system ticketinfo table to bypass license limitations without proper enforcement...

4.3CVSS6.9AI score0.00243EPSS
SaveExploits0References1
Rows per page
Query Builder