Lucene search
K

195 matches found

Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.2 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986679)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986679 advisory. In the Linux kernel, the following vulnerability has been resolved: ASoC: samsung: Fix refcount leak in ariesaudioprobe ofparsephandle returns a node pointer with...

5.5CVSS5.7AI score0.00136EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2025-986830)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986830 advisory. In the Linux kernel, the following vulnerability has been resolved: pinctrl: nomadik: Add missing ofnodeput in nmkpinctrlprobe This node pointer is returned by...

5.5CVSS5.4AI score0.00014EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2025/10/04 12:0 a.m.2 views

PT-2025-40755

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A reference count leak exists in the sifive gpio probe function within the GPIO subsystem for Sifive platforms. The of irq find parent function increments the reference count of a node...

6.2AI score0.00017EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2022-55372

Malicious code in bioql PyPI...

6.3AI score0.00051EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2022-55458

Malicious code in bioql PyPI...

7.1AI score0.00063EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2025-27890

Malicious code in bioql PyPI...

6.4AI score0.00029EPSS
Exploits0References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-31990

Malicious code in bioql PyPI...

6.5AI score0.00017EPSS
Exploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2022-55572

Malicious code in bioql PyPI...

6.3AI score0.00026EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-31977

Malicious code in bioql PyPI...

6.5AI score0.00013EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2022-55419

Malicious code in bioql PyPI...

7.1AI score0.00065EPSS
Exploits0References4
OSV
OSV
added 2025/10/01 12:15 p.m.0 views

UBUNTU-CVE-2022-50457

In the Linux kernel, the following vulnerability has been resolved: mtd: core: Fix refcount error in delmtddevice delmtddevice will call ofnodeput to mtdgetofnodemtd, which is mtd-dev.ofnode. However, memset&mtd-dev, 0 is called before ofnodeput. As the result, ofnodeput won't do anything in...

5.5CVSS5.7AI score0.00013EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 2025/10/01 12:0 a.m.4 views

PT-2025-40114

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak issue was identified and resolved in the Linux kernel related to reference counting within the of lpddr3 get ddr timings function. The issue occurs when iterating through...

8CVSS7.2AI score0.01514EPSS
Exploits4References860
SUSE CVE
SUSE CVE
added 2025/09/24 11:22 p.m.1 views

SUSE CVE-2025-39882

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: fix potential OF node use-after-free The foreachchildofnode helper drops the reference it takes to each node as it iterates over children and an explicit ofnodeput is only needed when exiting the loop early. Drop th...

5.5CVSS6.4AI score0.00018EPSS
Exploits0References21
NVD
NVD
added 2025/09/23 6:15 a.m.3 views

CVE-2025-39882

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: fix potential OF node use-after-free The foreachchildofnode helper drops the reference it takes to each node as it iterates over children and an explicit ofnodeput is only needed when exiting the loop early. Drop th...

7.8CVSS0.00018EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/09/17 11:29 p.m.2 views

SUSE CVE-2023-53170

In the Linux kernel, the following vulnerability has been resolved: net: dsa: Removed unneeded ofnodeput in felixparseportsnode Remove unnecessary ofnodeput from the continue path to prevent child node from being released twice, which could avoid resource leak or other unexpected issues...

5.5CVSS6.5AI score0.00025EPSS
Exploits0References15
Tenable Nessus
Tenable Nessus
added 2025/09/17 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2022-50309

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: xilinx: vipp: Fix refcount leak in xvipgraphdmainit ofgetchildbyname returns a node pointer with refcount incremented, we should use ofnodeput on it when...

5.5CVSS6.1AI score0.0002EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/09/16 11:30 p.m.1 views

SUSE 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...

3.3CVSS6.5AI score0.00021EPSS
Exploits0References7
NVD
NVD
added 2025/09/16 8:15 a.m.4 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.5CVSS0.00021EPSS
Exploits0References6
OSV
OSV
added 2025/09/16 8:6 a.m.3 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...

5.5CVSS5AI score0.00021EPSS
Exploits0References9
Debian CVE
Debian CVE
added 2025/09/16 8:6 a.m.5 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.00021EPSS
Exploits0
Rows per page
Query Builder