Lucene search
K

47 matches found

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

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

In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: The issue of information leakage in wilwritefilewmi has been fixed. The simplewritetobuffer function will succeed if even a single byte is initialized. However, we need to initialize the entire buffer to...

7.1CVSS5.9AI score0.00209EPSS
Exploits0References1
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.4 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: Wifi: Wil6210: debugfs: fixed the use of uninitialized variables in wilwritefilewmi Commit 7a4836560a61 replaces the simplewritetobuffer function with memdupuser, but it forgets to change the value returned by the...

5.5CVSS5.3AI score0.00198EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2026/03/04 12:0 a.m.3 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-005748)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005748 advisory. In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix info leak in wilwritefilewmi The simplewritetobuffer function will...

7.1CVSS5.9AI score0.00209EPSS
Exploits0References4
Redos
Redos
added 2026/03/04 12:0 a.m.2 views

ROS-20260304-73-0035

A vulnerability in the memdupuser function of the Linux kernel is related to unrestricted resource allocation. Exploitation of the vulnerability could allow an attacker acting remotely to cause a denial of service...

7.8CVSS7.1AI score0.00147EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2026/01/22 12:0 a.m.8 views

Azure Linux 3.0 Security Update: kernel (CVE-2025-38257)

The version of kernel installed on the remote Azure Linux 3.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2025-38257 advisory. - In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Prevent overflow in size...

7.8CVSS5.5AI score0.00147EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/12/31 12:0 a.m.1 views

Unity Linux 20.1060a / 20.1070a Security Update: kernel (UTSA-2025-993128)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-993128 advisory. In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix a memory leak in an error handling path If this memdupuser call fails, the memory...

5.5CVSS6.4AI score0.00147EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/12/30 12:0 a.m.7 views

Unity Linux 20.1060e / 20.1070e Security Update: kernel (UTSA-2025-992344)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-992344 advisory. In the Linux kernel, the following vulnerability has been resolved: wifi: wil6210: debugfs: fix uninitialized variable use in wilwritefilewmi Commit 7a4836560a61...

5.5CVSS6.1AI score0.00198EPSS
Exploits0References4
AstraLinux
AstraLinux
added 2025/11/01 10:54 a.m.2 views

Astra Linux – Vulnerability found in Linux 6.1, Linux 6.12

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: A overflow has been prevented in the size calculation for memdupuser. The number of apqn target list entries contained in the nrapqns variable is determined by the user space through an ioctl call. Therefore, the resul...

7.8CVSS6.1AI score0.00147EPSS
Exploits0References3
EUVD
EUVD
added 2025/10/03 8:7 p.m.6 views

EUVD-2022-55434

Malicious code in bioql PyPI...

7.1AI score0.00209EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2022-55430

Malicious code in bioql PyPI...

7.1AI score0.00198EPSS
Exploits0References8
EUVD
EUVD
added 2025/10/03 8:7 p.m.3 views

EUVD-2025-20804

Malicious code in bioql PyPI...

7.6AI score0.00147EPSS
Exploits0References6
SUSE CVE
SUSE CVE
added 2025/09/16 11:33 p.m.1 views

SUSE CVE-2022-50348

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix a memory leak in an error handling path If this memdupuser call fails, the memory allocated in a previous call a few lines above should be freed. Otherwise it leaks...

5.5CVSS6.5AI score0.00147EPSS
Exploits0References7
NVD
NVD
added 2025/09/16 5:15 p.m.2 views

CVE-2022-50348

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix a memory leak in an error handling path If this memdupuser call fails, the memory allocated in a previous call a few lines above should be freed. Otherwise it leaks...

5.5CVSS0.00147EPSS
Exploits0References6
OSV
OSV
added 2025/09/16 5:15 p.m.1 views

DEBIAN-CVE-2022-50348

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix a memory leak in an error handling path If this memdupuser call fails, the memory allocated in a previous call a few lines above should be freed. Otherwise it leaks...

5.5CVSS5.3AI score0.00147EPSS
Exploits0References1
CVE
CVE
added 2025/09/16 4:11 p.m.19 views

CVE-2022-50348

CVE-2022-50348 affects the Linux kernel’s NFS server (nfsd). The vulnerability is a memory leak in an error-path: if memdup_user() fails, memory allocated earlier is not freed, causing a leak. The connected sources confirm the issue and state that it has been resolved in the kernel, but do not pr...

5.5CVSS6.1AI score0.00147EPSS
Exploits0References6Affected Software1
OSV
OSV
added 2025/09/16 4:11 p.m.1 views

CVE-2022-50348 nfsd: Fix a memory leak in an error handling path

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix a memory leak in an error handling path If this memdupuser call fails, the memory allocated in a previous call a few lines above should be freed. Otherwise it leaks...

5.5CVSS5.4AI score0.00147EPSS
Exploits0References9
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50165

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - wifi: wil6210: debugfs: fix uninitialized variable use in wilwritefilewmi Commit 7a4836560a61 changes simplewritetobuffer with memdupuser but it forgets to chan...

5.5CVSS6.4AI score0.00198EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/08/09 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50169

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - wifi: wil6210: debugfs: fix info leak in wilwritefilewmi The simplewritetobuffer function will succeed if even a single byte is initialized. However, we need to...

7.1CVSS6.5AI score0.00209EPSS
Exploits0References2
NVD
NVD
added 2025/07/09 11:15 a.m.2 views

CVE-2025-38257

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Prevent overflow in size calculation for memdupuser Number of apqn target list entries contained in 'nrapqns' variable is determined by userspace via an ioctl call so the result of the product in calculation of size...

7.8CVSS0.00147EPSS
Exploits0References7
Cvelist
Cvelist
added 2025/07/09 10:42 a.m.7 views

CVE-2025-38257 s390/pkey: Prevent overflow in size calculation for memdup_user()

In the Linux kernel, the following vulnerability has been resolved: s390/pkey: Prevent overflow in size calculation for memdupuser Number of apqn target list entries contained in 'nrapqns' variable is determined by userspace via an ioctl call so the result of the product in calculation of size...

0.00147EPSS
Exploits0References6
Rows per page
Query Builder