Lucene search
K

1536 matches found

NVD
NVD
added 2025/12/09 4:17 p.m.2 views

CVE-2023-53849

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

0.00028EPSS
Exploits0References4
OSV
OSV
added 2025/12/09 4:17 p.m.2 views

DEBIAN-CVE-2023-53849

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

5.2AI score0.00028EPSS
Exploits0References1
OSV
OSV
added 2025/12/09 4:17 p.m.1 views

DEBIAN-CVE-2022-50663

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmacdvrprobe The bitmapfree should be called to free priv-afxdpzcqps when createsinglethreadworkqueue fails, otherwise there will be a memory leak, so we add the err path errorwqinit to...

5.2AI score0.00028EPSS
Exploits0References1
OSV
OSV
added 2025/12/09 4:17 p.m.0 views

UBUNTU-CVE-2022-50663

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmacdvrprobe The bitmapfree should be called to free priv-afxdpzcqps when createsinglethreadworkqueue fails, otherwise there will be a memory leak, so we add the err path errorwqinit to...

5.7AI score0.00028EPSS
Exploits0References7
OSV
OSV
added 2025/12/09 4:17 p.m.1 views

UBUNTU-CVE-2023-53849

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

5.7AI score0.00028EPSS
Exploits0References7
RedHat Linux
RedHat Linux
added 2025/12/09 7:41 a.m.3 views

kernel: iommufd: Fix race during abort for file descriptors

A flaw was found in the Linux kernel such that the IOMMU file-descriptor subsystem, when aborting the allocation of a new object before installing the file descriptor, the code calls fput on the file and then immediately frees the associated object kfree, but the object is still referenced by the...

7CVSS5.8AI score0.00011EPSS
Exploits0References5
EUVD
EUVD
added 2025/12/09 3:31 a.m.2 views

EUVD-2022-55722

In the Linux kernel, the following vulnerability has been resolved: power: supply: cw2015: Fix potential null-ptr-deref in cwbatprobe cwbatprobe calls createsinglethreadworkqueue and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: cwbatprobe...

6AI score0.00024EPSS
Exploits0References4
CVE
CVE
added 2025/12/09 1:30 a.m.17 views

CVE-2023-53849

Technical details about CVE-2023-53849 are not publicly provided in the supplied documents. Monitor for updates from official advisories; no concrete impact, affected products, or fixes are described here.

6AI score0.00028EPSS
Exploits0References4
Cvelist
Cvelist
added 2025/12/09 1:30 a.m.27 views

CVE-2023-53849 drm/msm: fix workqueue leak on bind errors

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

0.00028EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2025/12/09 1:30 a.m.2 views

CVE-2023-53849

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

5.2AI score0.00028EPSS
Exploits0
OSV
OSV
added 2025/12/09 1:30 a.m.2 views

CVE-2023-53849 drm/msm: fix workqueue leak on bind errors

In the Linux kernel, the following vulnerability has been resolved: drm/msm: fix workqueue leak on bind errors Make sure to destroy the workqueue also in case of early errors during bind e.g. a subcomponent failing to bind. Since commit c3b790ea07a1 "drm: Manage drmmodeconfiginit with drmm" the...

6.3AI score0.00028EPSS
Exploits0References7
CVE
CVE
added 2025/12/09 1:29 a.m.10 views

CVE-2022-50663

The CVE-2022-50663 entry relates to the Linux kernel net: stmmac driver. The vulnerability is a memory leak in stmmac_dvr_probe() where priv->af_xdp_zc_qps is not freed when create_singlethread_workqueue() fails; the fix adds a call to bitmap_free() and an error_wq_init path to prevent leaks. ...

6AI score0.00028EPSS
Exploits0References4
Debian CVE
Debian CVE
added 2025/12/09 1:29 a.m.4 views

CVE-2022-50663

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmacdvrprobe The bitmapfree should be called to free priv-afxdpzcqps when createsinglethreadworkqueue fails, otherwise there will be a memory leak, so we add the err path errorwqinit to...

5.2AI score0.00028EPSS
Exploits0
Cvelist
Cvelist
added 2025/12/09 1:29 a.m.26 views

CVE-2022-50663 net: stmmac: fix possible memory leak in stmmac_dvr_probe()

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmacdvrprobe The bitmapfree should be called to free priv-afxdpzcqps when createsinglethreadworkqueue fails, otherwise there will be a memory leak, so we add the err path errorwqinit to...

0.00028EPSS
Exploits0References4
OSV
OSV
added 2025/12/09 1:29 a.m.2 views

CVE-2022-50663 net: stmmac: fix possible memory leak in stmmac_dvr_probe()

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix possible memory leak in stmmacdvrprobe The bitmapfree should be called to free priv-afxdpzcqps when createsinglethreadworkqueue fails, otherwise there will be a memory leak, so we add the err path errorwqinit to...

6.3AI score0.00028EPSS
Exploits0References7
NVD
NVD
added 2025/12/09 1:16 a.m.3 views

CVE-2022-50634

In the Linux kernel, the following vulnerability has been resolved: power: supply: cw2015: Fix potential null-ptr-deref in cwbatprobe cwbatprobe calls createsinglethreadworkqueue and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: cwbatprobe...

0.00024EPSS
Exploits0References3
OSV
OSV
added 2025/12/09 1:16 a.m.2 views

DEBIAN-CVE-2022-50634

In the Linux kernel, the following vulnerability has been resolved: power: supply: cw2015: Fix potential null-ptr-deref in cwbatprobe cwbatprobe calls createsinglethreadworkqueue and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: cwbatprobe...

5.2AI score0.00024EPSS
Exploits0References1
OSV
OSV
added 2025/12/09 1:16 a.m.0 views

UBUNTU-CVE-2022-50634

In the Linux kernel, the following vulnerability has been resolved: power: supply: cw2015: Fix potential null-ptr-deref in cwbatprobe cwbatprobe calls createsinglethreadworkqueue and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: cwbatprobe...

5.7AI score0.00024EPSS
Exploits0References6
Cvelist
Cvelist
added 2025/12/09 12:0 a.m.25 views

CVE-2022-50634 power: supply: cw2015: Fix potential null-ptr-deref in cw_bat_probe()

In the Linux kernel, the following vulnerability has been resolved: power: supply: cw2015: Fix potential null-ptr-deref in cwbatprobe cwbatprobe calls createsinglethreadworkqueue and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: cwbatprobe...

0.00024EPSS
Exploits0References3
CVE
CVE
added 2025/12/09 12:0 a.m.8 views

CVE-2022-50634

The records describe CVE-2022-50634 in the Linux kernel’s cw2015 power supply code. cw_bat_probe() calls create_singlethread_workqueue() but does not verify the return value. If the call fails and returns NULL, subsequent queue_delayed_work()/__queue_work() can dereference cw_bat->wq, causing ...

6.1AI score0.00024EPSS
Exploits0References3
Rows per page
Query Builder