Lucene search
+L

11631 matches found

Cvelist
Cvelist
added 2025/09/16 8:6 a.m.15 views

CVE-2023-53268 ASoC: fsl_mqs: move of_node_put() to the correct location

In the Linux kernel, the following vulnerability has been resolved: ASoC: fslmqs: move ofnodeput to the correct location ofnodeput should have been done directly after mqspriv-regmap = sysconnodetoregmapgprnp; otherwise it creates a reference leak on the success path. To fix this, ofnodeput is...

0.00156EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2025/09/16 8:6 a.m.6 views

CVE-2023-53268 ASoC: fsl_mqs: move of_node_put() to the correct location

In the Linux kernel, the following vulnerability has been resolved: ASoC: fslmqs: move ofnodeput to the correct location ofnodeput should have been done directly after mqspriv-regmap = sysconnodetoregmapgprnp; otherwise it creates a reference leak on the success path. To fix this, ofnodeput is...

6.1AI score0.00156EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/09/16 8:6 a.m.9 views

CVE-2023-53268

In the Linux kernel, the following vulnerability has been resolved: ASoC: fslmqs: move ofnodeput to the correct location ofnodeput should have been done directly after mqspriv-regmap = sysconnodetoregmapgprnp; otherwise it creates a reference leak on the success path. To fix this, ofnodeput is...

5.5CVSS5.4AI score0.00156EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.8 views

PT-2025-37873

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A reference leak exists in the ASoC fsl mqs driver due to an incorrect placement of the of node put function. Specifically, of node put should have been called immediately after mqs...

6.1AI score0.00156EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.13 views

PT-2025-37905

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The hi846 init controls function does not properly free allocated memory ctrl hdlr in case of failure, leading to a memory leak. The issue is resolved by adding v4l2 ctrl handler free ...

6.1AI score0.00145EPSS
SaveExploits0References7
OSV
OSV
added 2025/09/15 3:15 p.m.1 views

DEBIAN-CVE-2023-53220

In the Linux kernel, the following vulnerability has been resolved: media: az6007: Fix null-ptr-deref in az6007i2cxfer In az6007i2cxfer, msg is controlled by user. When msgi.buf is null and msgi.len is zero, former checks on msgi.buf would be passed. Malicious data finally reach az6007i2cxfer. If...

5.5CVSS5.3AI score0.00156EPSS
SaveExploits0References1
NVD
NVD
added 2025/09/15 3:15 p.m.6 views

CVE-2022-50329

In the Linux kernel, the following vulnerability has been resolved: block, bfq: fix uaf for bfqq in bfqexiticqbfqq Commit 64dc8c732f5c "block, bfq: fix possible uaf for 'bfqq-bic'" will access 'bic-bfqq' in bicsetbfqq, however, bfqexiticqbfqq can free bfqq first, and then call bicsetbfqq, which...

7.8CVSS0.00165EPSS
SaveExploits0References5
NVD
NVD
added 2025/09/15 3:15 p.m.11 views

CVE-2022-50325

In the Linux kernel, the following vulnerability has been resolved: ASoC: Intel: avs: Fix potential RX buffer overflow If an event caused firmware to return invalid RX size for LARGECONFIGGET, memcpyfromio could end up copying too many bytes. Fix by utilizing mint...

7.8CVSS0.00179EPSS
SaveExploits0References3
OSV
OSV
added 2025/09/15 3:15 p.m.7 views

UBUNTU-CVE-2022-50308

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Add checks for devmkcalloc As the devmkcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference...

5.5CVSS5.8AI score0.00155EPSS
SaveExploits0References8
OSV
OSV
added 2025/09/15 3:15 p.m.10 views

UBUNTU-CVE-2023-53219

In the Linux kernel, the following vulnerability has been resolved: media: netupunidvb: fix use-after-free at deltimer When Universal DVB card is detaching, netupunidvbdmafini uses deltimer to stop dma-timeout timer. But when timer handler netupunidvbdmatimeout is running, deltimer could not stop...

7.8CVSS5.9AI score0.0016EPSS
SaveExploits0References11
OSV
OSV
added 2025/09/15 3:15 p.m.6 views

UBUNTU-CVE-2022-50311

In the Linux kernel, the following vulnerability has been resolved: cxl: Fix refcount leak in cxlcalccapprouting ofgetnextparent returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. This function only calls ofnodeput in normal path, missing it in...

5.5CVSS5.9AI score0.00156EPSS
SaveExploits0References11
CVE
CVE
added 2025/09/15 2:49 p.m.27 views

CVE-2022-50329

CVE-2022-50329 affects the Linux kernel’s block/bfq subsystem. The root cause was a use-after-free: bfqq could be freed in bfq_exit_icq_bfqq() and then used in bic_set_bfqq(), leading to UAF. The fix reorders operations by moving bfq_exit_bfqq() behind bic_set_bfqq(), preventing the invalid access.

7.8CVSS6.2AI score0.00165EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/09/15 2:46 p.m.23 views

CVE-2022-50308

The CVE-2022-50308 entry concerns a Linux kernel ASoC issue for Qualcomm components. Root cause: devm_kcalloc may return NULL, so the return value must be checked to prevent NULL pointer dereference. The connected advisories confirm a patch to add checks in ASoC: qcom, resolving the vulnerability...

5.5CVSS6.1AI score0.00155EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/09/15 2:46 p.m.8 views

CVE-2022-50308 ASoC: qcom: Add checks for devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Add checks for devmkcalloc As the devmkcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference...

6.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 2025/09/15 2:46 p.m.17 views

CVE-2022-50308 ASoC: qcom: Add checks for devm_kcalloc

In the Linux kernel, the following vulnerability has been resolved: ASoC: qcom: Add checks for devmkcalloc As the devmkcalloc may return NULL, the return value needs to be checked to avoid NULL poineter dereference...

0.00155EPSS
SaveExploits0References5
CVE
CVE
added 2025/09/15 2:46 p.m.55 views

CVE-2022-50307

In CVE-2022-50307, the Linux kernel s390/cio subsystem had an out-of-bounds read during cio_ignore free scans. The bug arose from an optimization that excluded online devices from scans, incorrectly assuming I/O-subchannel drvdata pointed to a private struct, which is invalid for devices bound to...

7.1CVSS6.2AI score0.00157EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/09/15 2:22 p.m.30 views

CVE-2023-53233

CVE-2023-53233 is associated with a Linux kernel issue related to the net/smc deadlock: cancel_delayed_work_syn() deadlock detected via lockdep in the smc path. The connected Nessus/OSV entries (Unity Linux UTSA advisories UTSA-2025-993266 and UTSA-2025-992554; Debian Ubuntu OSVs) confirm a fix h...

5.5CVSS6.1AI score0.00118EPSS
SaveExploits0References5Affected Software1
CVE
CVE
added 2025/09/15 2:21 p.m.37 views

CVE-2023-53223

The CVE-2023-53223 issue affects the Linux kernel component drm/msm/dsi where alloc_ordered_workqueue may return NULL. The vulnerability arises from a missing check of the return value, potentially leading to a NULL pointer dereference. A patch addressing this check has been published (Patchwork:...

5.5CVSS6.1AI score0.00156EPSS
SaveExploits0References8Affected Software1
Debian CVE
Debian CVE
added 2025/09/15 2:21 p.m.6 views

CVE-2022-50266

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix check for probe enabled in killkprobe In killkprobe, the check whether disarmkprobeftrace needs to be called always fails. This is because before that we set the KPROBEFLAGGONE flag for kprobe so that...

5.5CVSS5.1AI score0.00154EPSS
SaveExploits0
OSV
OSV
added 2025/09/15 2:15 p.m.3 views

DEBIAN-CVE-2023-53153

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: Fix use after free for wext Key information in wext.connect is not reset on reconnect and can hold data from a previous connection. Reset key data to avoid that drivers or mac80211 incorrectly detect a WEP...

7.8CVSS5.6AI score0.0016EPSS
SaveExploits0References1
Rows per page
Query Builder