Lucene search
K

20 matches found

AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.4 views

Astra Linux - уязвимость в linux-5.10, linux-6.1, linux-5.15

In the Linux kernel, the following vulnerability has been resolved: ice: Fixed a null pointer dereference in icecopyandinitpkg. Added a check on the return value of devmkmemdup to prevent potential null pointer dereferences...

5.5CVSS5.7AI score0.00025EPSS
Exploits0References2
NVD
NVD
added 2026/05/06 12:16 p.m.4 views

CVE-2025-71273

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: Use devmkmemdup in rtwsetsupportedband Simplify the code by using device managed memory allocations. This also fixes a memory leak in rtwregisterhw. The supported bands were not freed in the error path. Copied from...

5.5CVSS0.00013EPSS
Exploits0References4
CVE
CVE
added 2026/05/06 11:27 a.m.5 views

CVE-2025-71273

The CVE-2025-71273 entry concerns the Linux kernel’s rtw88 Wi‑Fi driver. The issue arises from a memory leak in rtw_register_hw(), where memory allocated for supported bands was not freed on error paths. The patch standardizes memory allocation using device-managed memory (devm_kmemdup()) in rtw_...

5.5CVSS5.8AI score0.00013EPSS
Exploits0References4Affected Software1
Tenable Nessus
Tenable Nessus
added 2026/04/17 12:0 a.m.3 views

Unity Linux 20.1050e / 20.1060e / 20.1070e Security Update: kernel (UTSA-2026-007478)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-007478 advisory. In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release...

7.8CVSS6.4AI score0.00026EPSS
Exploits0References4
EUVD
EUVD
added 2025/10/03 8:7 p.m.2 views

EUVD-2025-25537

Malicious code in bioql PyPI...

6.3AI score0.00025EPSS
Exploits0References8
Tenable Nessus
Tenable Nessus
added 2025/09/02 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2025-38664

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ice: Fix a null pointer dereference in icecopyandinitpkg Add check for the return value of devmkmemdup to prevent potential null pointer dereference...

5.5CVSS6.1AI score0.00025EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2025/08/24 4:6 p.m.6 views

CVE-2025-38664

In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in icecopyandinitpkg Add check for the return value of devmkmemdup to prevent potential null pointer dereference. Mitigation Mitigation for this issue is either not available or the currently...

4.1CVSS5.2AI score0.00025EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/08/22 11:28 p.m.1 views

SUSE CVE-2025-38664

In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in icecopyandinitpkg Add check for the return value of devmkmemdup to prevent potential null pointer dereference...

7CVSS6.5AI score0.00025EPSS
Exploits0References106
OSV
OSV
added 2025/08/22 4:15 p.m.1 views

DEBIAN-CVE-2025-38664

In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in icecopyandinitpkg Add check for the return value of devmkmemdup to prevent potential null pointer dereference...

5.5CVSS5.3AI score0.00025EPSS
Exploits0References1
NVD
NVD
added 2025/08/22 4:15 p.m.2 views

CVE-2025-38664

In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in icecopyandinitpkg Add check for the return value of devmkmemdup to prevent potential null pointer dereference...

5.5CVSS0.00025EPSS
Exploits0References10
OSV
OSV
added 2025/08/22 4:15 p.m.2 views

AZL-66635 CVE-2025-38664 affecting package kernel for versions less than 6.6.104.2-1

In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in icecopyandinitpkg Add check for the return value of devmkmemdup to prevent potential null pointer dereference...

5.5CVSS5.6AI score0.00025EPSS
Exploits0References1
OSV
OSV
added 2025/08/22 4:2 p.m.2 views

CVE-2025-38664 ice: Fix a null pointer dereference in ice_copy_and_init_pkg()

In the Linux kernel, the following vulnerability has been resolved: ice: Fix a null pointer dereference in icecopyandinitpkg Add check for the return value of devmkmemdup to prevent potential null pointer dereference...

5.5CVSS6AI score0.00025EPSS
Exploits0References13
CNNVD
CNNVD
added 2025/08/22 12:0 a.m.1 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failure to check the devmkmemdup return value, which could result in a null pointer dereference...

5.5CVSS6.4AI score0.00025EPSS
Exploits0References10
RedhatCVE
RedhatCVE
added 2024/07/31 9:15 a.m.19 views

CVE-2024-41069

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file contents is wrong. Use devmkmemdup, to allocate memory a...

5.5CVSS8.1AI score0.00026EPSS
Exploits0References4
NVD
NVD
added 2024/07/29 3:15 p.m.19 views

CVE-2024-41069

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file contents is wrong. Use devmkmemdup, to allocate memory a...

7.8CVSS0.00026EPSS
Exploits0References5
OSV
OSV
added 2024/07/29 3:15 p.m.1 views

DEBIAN-CVE-2024-41069

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file contents is wrong. Use devmkmemdup, to allocate memory a...

7.8CVSS5.7AI score0.00026EPSS
Exploits0References1
OSV
OSV
added 2024/07/29 3:15 p.m.2 views

AZL-67827 CVE-2024-41069 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file contents is wrong. Use devmkmemdup, to allocate memory a...

7.8CVSS5.6AI score0.00026EPSS
Exploits0References1
OSV
OSV
added 2024/07/29 3:15 p.m.0 views

UBUNTU-CVE-2024-41069

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file contents is wrong. Use devmkmemdup, to allocate memory a...

7.8CVSS6.6AI score0.00026EPSS
Exploits0References17
Cvelist
Cvelist
added 2024/07/29 2:57 p.m.19 views

CVE-2024-41069 ASoC: topology: Fix references to freed memory

In the Linux kernel, the following vulnerability has been resolved: ASoC: topology: Fix references to freed memory Most users after parsing a topology file, release memory used by it, so having pointer references directly into topology file contents is wrong. Use devmkmemdup, to allocate memory a...

0.00026EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2024/06/03 12:0 a.m.1 views

PT-2024-29244

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The issue is related to the Linux kernel, where references to freed memory in the ASoC topology module are incorrect. Most users release memory used by a topology file after parsing it,...

7.8CVSS5.5AI score0.00026EPSS
Exploits0
Rows per page
Query Builder