Lucene search
+L

5515 matches found

SUSE CVE
SUSE CVE
added 2025/09/18 11:40 p.m.5 views

SUSE CVE-2023-53164

In the Linux kernel, the following vulnerability has been resolved: irqchip/ti-sci: Fix refcount leak in tisciintrirqdomainprobe ofirqfindparent returns a node pointer with refcount incremented, We should use ofnodeput on it when not needed anymore. Add missing ofnodeput to avoid refcount leak...

5.5CVSS5.1AI score0.00156EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/09/18 11:37 p.m.7 views

SUSE CVE-2023-53445

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix a refcount bug in qrtrrecvmsg Syzbot reported a bug as following: refcountt: addition on 0; use-after-free. ... RIP: 0010:refcountwarnsaturate+0x17c/0x1f0 lib/refcount.c:25 ... Call Trace: refcountadd...

5.5CVSS5.1AI score0.00148EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2025/09/18 8:38 p.m.7 views

CVE-2023-53445

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix a refcount bug in qrtrrecvmsg Syzbot reported a bug as following: refcountt: addition on 0; use-after-free. ... RIP: 0010:refcountwarnsaturate+0x17c/0x1f0 lib/refcount.c:25 ... Call Trace: refcountadd...

6.2CVSS5.8AI score0.00148EPSS
SaveExploits0References4
NVD
NVD
added 2025/09/18 4:15 p.m.13 views

CVE-2023-53445

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix a refcount bug in qrtrrecvmsg Syzbot reported a bug as following: refcountt: addition on 0; use-after-free. ... RIP: 0010:refcountwarnsaturate+0x17c/0x1f0 lib/refcount.c:25 ... Call Trace: refcountadd...

7.8CVSS0.00148EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/18 4:15 p.m.5 views

DEBIAN-CVE-2023-53445

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix a refcount bug in qrtrrecvmsg Syzbot reported a bug as following: refcountt: addition on 0; use-after-free. ... RIP: 0010:refcountwarnsaturate+0x17c/0x1f0 lib/refcount.c:25 ... Call Trace: refcountadd...

5.5CVSS5.4AI score0.00148EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/18 4:15 p.m.13 views

CVE-2023-53443

In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Use pmruntimeresumeandget to prevent refcnt leak In arizonaclk32kenable, we should use pmruntimeresumeandget as pmruntimegetsync will increase the refcnt even when it returns an error...

5.5CVSS0.00145EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/18 4:15 p.m.8 views

UBUNTU-CVE-2023-53443

In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Use pmruntimeresumeandget to prevent refcnt leak In arizonaclk32kenable, we should use pmruntimeresumeandget as pmruntimegetsync will increase the refcnt even when it returns an error...

5.5CVSS5.9AI score0.00145EPSS
SaveExploits0References9
OSV
OSV
added 2025/09/18 4:15 p.m.8 views

UBUNTU-CVE-2022-50401

In the Linux kernel, the following vulnerability has been resolved: nfsd: under NFSv4.1, fix double svcxprtput on rpccreate failure On error situation clp-clcbconn.cbxprt should not be given a reference to the xprt otherwise both client cleanup and the error handling path of the caller call to pu...

9.8CVSS5.9AI score0.00427EPSS
SaveExploits0References12
OSV
OSV
added 2025/09/18 4:15 p.m.8 views

UBUNTU-CVE-2023-53445

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix a refcount bug in qrtrrecvmsg Syzbot reported a bug as following: refcountt: addition on 0; use-after-free. ... RIP: 0010:refcountwarnsaturate+0x17c/0x1f0 lib/refcount.c:25 ... Call Trace: refcountadd...

7.8CVSS5.9AI score0.00148EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2025/09/18 4:04 p.m.16 views

CVE-2023-53445 net: qrtr: Fix a refcount bug in qrtr_recvmsg()

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix a refcount bug in qrtrrecvmsg Syzbot reported a bug as following: refcountt: addition on 0; use-after-free. ... RIP: 0010:refcountwarnsaturate+0x17c/0x1f0 lib/refcount.c:25 ... Call Trace: refcountadd...

7.8CVSS0.00148EPSS
SaveExploits0References5
CVE
CVE
added 2025/09/18 4:04 p.m.44 views

CVE-2023-53445

CVE-2023-53445 concerns a refcount bug in the Linux kernel’s net/qrtr subsystem, specifically in qrtr_recvmsg(). The Syzbot report describes a-use-after-free scenario caused by a refcount increment on 0, leading to a potential crash. The issue is observed in a concurrent race between qrtr_recvmsg...

7.8CVSS6.1AI score0.00148EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/09/18 4:04 p.m.9 views

CVE-2023-53445 net: qrtr: Fix a refcount bug in qrtr_recvmsg()

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix a refcount bug in qrtrrecvmsg Syzbot reported a bug as following: refcountt: addition on 0; use-after-free. ... RIP: 0010:refcountwarnsaturate+0x17c/0x1f0 lib/refcount.c:25 ... Call Trace: refcountadd...

7.8CVSS4.9AI score
SaveExploits0References8
OSV
OSV
added 2025/09/18 4:04 p.m.10 views

CVE-2023-53443 mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak

In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Use pmruntimeresumeandget to prevent refcnt leak In arizonaclk32kenable, we should use pmruntimeresumeandget as pmruntimegetsync will increase the refcnt even when it returns an error...

5.5CVSS5.5AI score
SaveExploits0References9
Vulnrichment
Vulnrichment
added 2025/09/18 4:04 p.m.8 views

CVE-2023-53443 mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak

In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Use pmruntimeresumeandget to prevent refcnt leak In arizonaclk32kenable, we should use pmruntimeresumeandget as pmruntimegetsync will increase the refcnt even when it returns an error...

5.9AI score0.00145EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/09/18 4:04 p.m.14 views

CVE-2023-53443 mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak

In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Use pmruntimeresumeandget to prevent refcnt leak In arizonaclk32kenable, we should use pmruntimeresumeandget as pmruntimegetsync will increase the refcnt even when it returns an error...

0.00145EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/18 4:03 p.m.9 views

CVE-2022-50401 nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure

In the Linux kernel, the following vulnerability has been resolved: nfsd: under NFSv4.1, fix double svcxprtput on rpccreate failure On error situation clp-clcbconn.cbxprt should not be given a reference to the xprt otherwise both client cleanup and the error handling path of the caller call to pu...

9.8CVSS6.1AI score
SaveExploits0References12
CVE
CVE
added 2025/09/18 4:03 p.m.41 views

CVE-2022-50401

Technical details for CVE-2022-50401 are not publicly available in the provided documents. Monitor for updates.

9.8CVSS6.1AI score0.00427EPSS
SaveExploits0References9Affected Software1
RedhatCVE
RedhatCVE
added 2025/09/18 3:44 p.m.9 views

CVE-2022-50392

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8183: fix refcount leak in mt8183mt6358ts3a227max98357devprobe The node returned by ofparsephandle with refcount incremented, ofnodeput needs be called when finish using it. So add it in the error path in...

5.5CVSS5.8AI score0.00159EPSS
SaveExploits0References4
OSV
OSV
added 2025/09/18 2:15 p.m.2 views

DEBIAN-CVE-2022-50392

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8183: fix refcount leak in mt8183mt6358ts3a227max98357devprobe The node returned by ofparsephandle with refcount incremented, ofnodeput needs be called when finish using it. So add it in the error path in...

5.5CVSS5.3AI score0.00159EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/18 2:15 p.m.11 views

CVE-2022-50392

In the Linux kernel, the following vulnerability has been resolved: ASoC: mediatek: mt8183: fix refcount leak in mt8183mt6358ts3a227max98357devprobe The node returned by ofparsephandle with refcount incremented, ofnodeput needs be called when finish using it. So add it in the error path in...

5.5CVSS0.00159EPSS
SaveExploits0References4
Rows per page
Query Builder