Lucene search
K

429 matches found

OSV
OSV
added 2025/09/16 4:12 p.m.5 views

CVE-2023-53330 caif: fix memory leak in cfctrl_linkup_request()

In the Linux kernel, the following vulnerability has been resolved: caif: fix memory leak in cfctrllinkuprequest When linktype is unknown or kzalloc failed in cfctrllinkuprequest, pkt is not released. Add release process to error path...

5.5CVSS4.9AI score0.00021EPSS
Exploits0References11
OSV
OSV
added 2025/09/16 8:15 a.m.0 views

UBUNTU-CVE-2023-53284

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

5.5CVSS5.7AI score0.00017EPSS
Exploits0References6
OSV
OSV
added 2025/09/16 8:11 a.m.4 views

CVE-2023-53284 drm/msm/dpu: check for null return of devm_kzalloc() in dpu_writeback_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

5.5CVSS6.1AI score0.00017EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/09/16 8:11 a.m.5 views

CVE-2023-53284 drm/msm/dpu: check for null return of devm_kzalloc() in dpu_writeback_init()

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: check for null return of devmkzalloc in dpuwritebackinit Because of the possilble failure of devmkzalloc, dpuwbconn might be NULL and will cause null pointer dereference later. Therefore, it might be better to check ...

0.00017EPSS
Exploits0References3
CVE
CVE
added 2025/09/16 8:11 a.m.12 views

CVE-2023-53284

The CVE-2023-53284 issue occurs in the Linux kernel DRM MSM DPU code path: if devm_kzalloc() fails during dpu_writeback_init(), dpu_wb_conn may become NULL and trigger a null pointer dereference later. The connected Astra Linux and SUSE advisories reproduce the same description and confirm the un...

5.5CVSS6.1AI score0.00017EPSS
Exploits0References3Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.1 views

Linux Distros Unpatched Vulnerability : CVE-2022-50252

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - igb: Do not free qvector unless new one was allocated Avoid potential use-after-free condition under memory pressure. If the kzalloc fails, qvector will be free...

7.8CVSS6.7AI score0.00016EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2025/09/15 11:29 p.m.1 views

SUSE CVE-2022-50252

In the Linux kernel, the following vulnerability has been resolved: igb: Do not free qvector unless new one was allocated Avoid potential use-after-free condition under memory pressure. If the kzalloc fails, qvector will be freed but left in the original adapter-qvectorvidx array position...

7CVSS8AI score0.00016EPSS
Exploits0References29
NVD
NVD
added 2025/09/15 3:15 p.m.7 views

CVE-2023-53239

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Add check for kzalloc As kzalloc may fail and return NULL pointer, it should be better to check the return value in order to avoid the NULL pointer dereference. Patchwork:...

5.5CVSS0.00021EPSS
Exploits0References6
OSV
OSV
added 2025/09/15 3:15 p.m.0 views

UBUNTU-CVE-2023-53249

In the Linux kernel, the following vulnerability has been resolved: clk: imx: clk-imx8mn: fix memory leak in imx8mnclocksprobe Use devmofiomap instead of ofiomap to automatically handle the unused ioremap region. If any error occurs, regions allocated by kzalloc will leak, but using devmkzalloc...

5.5CVSS5.8AI score0.00021EPSS
Exploits0References9
OSV
OSV
added 2025/09/15 2:46 p.m.2 views

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 imx8mnclocksprobe Use devmofiomap instead of ofiomap to automatically handle the unused ioremap region. If any error occurs, regions allocated by kzalloc will leak, but using devmkzalloc...

5.5CVSS5.9AI score0.00021EPSS
Exploits0References9
Cvelist
Cvelist
added 2025/09/15 2:22 p.m.4 views

CVE-2023-53239 drm/msm/mdp5: Add check for kzalloc

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Add check for kzalloc As kzalloc may fail and return NULL pointer, it should be better to check the return value in order to avoid the NULL pointer dereference. Patchwork:...

0.00021EPSS
Exploits0References6
CVE
CVE
added 2025/09/15 2:22 p.m.12 views

CVE-2023-53239

CVE-2023-53239 affects the Linux kernel component drm/msm/mdp5. The vulnerability arises because kzalloc() may return NULL and code did not reliably handle this, risking a NULL pointer dereference. The advisories indicate a patch was added to validate the kzalloc return value to avoid dereferenci...

5.5CVSS6.1AI score0.00021EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2025/09/15 2:22 p.m.3 views

CVE-2023-53239 drm/msm/mdp5: Add check for kzalloc

In the Linux kernel, the following vulnerability has been resolved: drm/msm/mdp5: Add check for kzalloc As kzalloc may fail and return NULL pointer, it should be better to check the return value in order to avoid the NULL pointer dereference. Patchwork:...

5.5CVSS4.9AI score0.00021EPSS
Exploits0References9
OSV
OSV
added 2025/09/15 2:15 p.m.1 views

DEBIAN-CVE-2022-50252

In the Linux kernel, the following vulnerability has been resolved: igb: Do not free qvector unless new one was allocated Avoid potential use-after-free condition under memory pressure. If the kzalloc fails, qvector will be freed but left in the original adapter-qvectorvidx array position...

7.8CVSS5.7AI score0.00016EPSS
Exploits0References1
NVD
NVD
added 2025/09/15 2:15 p.m.2 views

CVE-2022-50252

In the Linux kernel, the following vulnerability has been resolved: igb: Do not free qvector unless new one was allocated Avoid potential use-after-free condition under memory pressure. If the kzalloc fails, qvector will be freed but left in the original adapter-qvectorvidx array position...

7.8CVSS0.00016EPSS
Exploits0References9
CVE
CVE
added 2025/09/15 2:2 p.m.14 views

CVE-2022-50252

CVE-2022-50252 affects the Linux kernel igb driver. The issue arises when memory pressure triggers kzalloc() failure: q_vector is freed but not cleared from adapter->q_vector[v_idx], risking a use-after-free. The available connected advisories confirm the fix was implemented to ensure that q_v...

7.8CVSS6.2AI score0.00016EPSS
Exploits0References9Affected Software1
OSV
OSV
added 2025/09/15 2:2 p.m.1 views

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 qvector unless new one was allocated Avoid potential use-after-free condition under memory pressure. If the kzalloc fails, qvector will be freed but left in the original adapter-qvectorvidx array position...

7.8CVSS6.2AI score0.00016EPSS
Exploits0References12
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from failure to properly handle qvector releases when kzalloc fails under memory stress, which could lead to...

7.8CVSS6.4AI score0.00016EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.1 views

PT-2025-37680

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the drm/msm/mdp5 module where a missing check for the return value of kzalloc could lead to a NULL pointer dereference. kzalloc may fail and return ...

6AI score0.00021EPSS
Exploits0References8
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an unchecked kzalloc return value that could lead to a null pointer dereference...

5.5CVSS5.7AI score0.00021EPSS
Exploits0References7
Rows per page
Query Builder