Lucene search
K

27 matches found

RedhatCVE
RedhatCVE
added 2026/05/28 1:23 a.m.11 views

CVE-2026-45921

A flaw was found in the Linux kernel's mtd: parsers component. A memory leak occurs in the mtdparsertplinksafeloaderparse function. This happens when a buffer is allocated but not freed if a subsequent allocation for a part name fails, leading to unreleased memory. This could potentially lead to...

5.5CVSS6AI score0.00122EPSS
Exploits0References4
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.4 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: ofpart: – Fixed a refcount leak in bcm4908partitionsfwoffset. The function offindnodebypath returns a node pointer with the refcount incremented. We should use ofnodeput on it when it is no longer needed. Add the...

5.5CVSS6.1AI score0.00159EPSS
Exploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.7 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerabilities have been resolved: mtd: parsers: qcom: Fixed the issue where pparts was not freed after cleanup. The Mtdpart function does not free pparts when a cleanup function is declared. Added a check to ensure pparts is freed after cleanup, to fix the lea...

5.5CVSS5AI score0.00225EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2022-48777

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix kernel panic on skipped partition In the event of a skipped partitio...

5.5CVSS5.7AI score0.00225EPSS
Exploits0References2
SUSE CVE
SUSE CVE
added 2025/06/19 3:40 a.m.11 views

SUSE CVE-2022-50155

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: ofpart: Fix refcount leak in bcm4908partitionsfwoffset offindnodebypath returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount...

5.5CVSS6.3AI score0.00159EPSS
Exploits0References9
NVD
NVD
added 2025/06/18 11:15 a.m.11 views

CVE-2022-50155

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: ofpart: Fix refcount leak in bcm4908partitionsfwoffset offindnodebypath returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount...

5.5CVSS0.00159EPSS
Exploits0References4
OSV
OSV
added 2025/06/18 11:15 a.m.9 views

DEBIAN-CVE-2022-50155

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: ofpart: Fix refcount leak in bcm4908partitionsfwoffset offindnodebypath returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount...

5.5CVSS5.3AI score0.00159EPSS
Exploits0References1
Debian CVE
Debian CVE
added 2025/06/18 11:3 a.m.13 views

CVE-2022-50155

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: ofpart: Fix refcount leak in bcm4908partitionsfwoffset offindnodebypath returns a node pointer with refcount incremented, we should use ofnodeput on it when not need anymore. Add missing ofnodeput to avoid refcount...

5.5CVSS5.3AI score0.00159EPSS
Exploits0
Positive Technologies
Positive Technologies
added 2025/06/18 12:0 a.m.17 views

PT-2025-26081 · Linux · Linux Kernel

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A refcount leak issue has been identified in the Linux kernel, specifically in the bcm4908 partitions fw offset function within the mtd parsers. The of find node by path function retur...

7.8CVSS5.7AI score0.12746EPSS
Exploits16References577
SUSE CVE
SUSE CVE
added 2024/07/17 4:19 a.m.5 views

SUSE CVE-2022-48776

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix missing free for pparts in cleanup Mtdpart doesn't free pparts when a cleanup function is declared. Add missing free for pparts in cleanup function for smem to fix the leak...

3.3CVSS6.5AI score0.00225EPSS
Exploits0References8
SUSE CVE
SUSE CVE
added 2024/07/17 4:19 a.m.6 views

SUSE CVE-2022-48777

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix kernel panic on skipped partition In the event of a skipped partition case when the entry name is empty the kernel panics in the cleanup function as the name entry is NULL. Rework the parser logic by first...

5.5CVSS6.5AI score0.00225EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/07/16 10:56 p.m.25 views

CVE-2022-48777

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix kernel panic on skipped partition In the event of a skipped partition case when the entry name is empty the kernel panics in the cleanup function as the name entry is NULL. Rework the parser logic by first...

4.4CVSS6.8AI score0.00225EPSS
Exploits0References4
ATTACKERKB
ATTACKERKB
added 2024/07/16 12:15 p.m.8 views

CVE-2022-48776

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix missing free for pparts in cleanup Mtdpart doesn't free pparts when a cleanup function is declared. Add missing free for pparts in cleanup function for smem to fix the leak...

5.5CVSS5.8AI score0.00225EPSS
Exploits0References4Affected Software1
OSV
OSV
added 2024/07/16 12:15 p.m.3 views

DEBIAN-CVE-2022-48776

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix missing free for pparts in cleanup Mtdpart doesn't free pparts when a cleanup function is declared. Add missing free for pparts in cleanup function for smem to fix the leak...

5.5CVSS5.1AI score0.00225EPSS
Exploits0References1
OSV
OSV
added 2024/07/16 12:15 p.m.3 views

DEBIAN-CVE-2022-48777

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix kernel panic on skipped partition In the event of a skipped partition case when the entry name is empty the kernel panics in the cleanup function as the name entry is NULL. Rework the parser logic by first...

5.5CVSS4.9AI score0.00225EPSS
Exploits0References1
OSV
OSV
added 2024/07/16 12:15 p.m.4 views

UBUNTU-CVE-2022-48776

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix missing free for pparts in cleanup Mtdpart doesn't free pparts when a cleanup function is declared. Add missing free for pparts in cleanup function for smem to fix the leak...

5.5CVSS5.7AI score0.00225EPSS
Exploits0References6
OSV
OSV
added 2024/07/16 12:15 p.m.4 views

UBUNTU-CVE-2022-48777

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix kernel panic on skipped partition In the event of a skipped partition case when the entry name is empty the kernel panics in the cleanup function as the name entry is NULL. Rework the parser logic by first...

5.5CVSS5.7AI score0.00225EPSS
Exploits0References6
CVE
CVE
added 2024/07/16 11:13 a.m.77 views

CVE-2022-48776

CVE-2022-48776 is a Linux kernel memory-leak fix in the MTD parsers for Qualcomm SMEM: the cleanup function did not free pparts, causing a leak. The vulnerability affects mtd/parsers/qcomsmempart.c (pparts) and is resolved by adding a missing free in the cleanup path. Affected context and patches...

5.5CVSS6.5AI score0.00225EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2024/07/16 11:13 a.m.32 views

CVE-2022-48776 mtd: parsers: qcom: Fix missing free for pparts in cleanup

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix missing free for pparts in cleanup Mtdpart doesn't free pparts when a cleanup function is declared. Add missing free for pparts in cleanup function for smem to fix the leak...

0.00225EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2024/07/16 11:13 a.m.21 views

CVE-2022-48777 mtd: parsers: qcom: Fix kernel panic on skipped partition

In the Linux kernel, the following vulnerability has been resolved: mtd: parsers: qcom: Fix kernel panic on skipped partition In the event of a skipped partition case when the entry name is empty the kernel panics in the cleanup function as the name entry is NULL. Rework the parser logic by first...

6.6AI score0.00225EPSS
Exploits0References3
Rows per page
Query Builder