Lucene search
K

33 matches found

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

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

In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix a possible memory leak in iiosysfsTrigInit The devsetname function allocates memory for the device name. This memory needs to be freed when deviceadd fails. After calling putdevice, the reference held by...

5.5CVSS6.3AI score0.00063EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.3 views

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

In the Linux kernel, the following vulnerability has been resolved: i2c: dev: check return value when calling devsetname If devsetname fails, the devname is null, check the return value of devsetname to avoid the null-ptr-deref...

5.5CVSS6.3AI score0.0001EPSS
Exploits0References1
Tenable Nessus
Tenable Nessus
added 2026/04/21 12:0 a.m.4 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-013223)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-013223 advisory. In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries: fix possible memory leak in ibmebusbusinit If deviceregister returns error in...

5.8AI score0.00034EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2026/03/03 12:0 a.m.2 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005803 advisory. In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix possible memory leak if deviceadd fails If deviceadd returns error, the name...

5.5CVSS5.9AI score0.00021EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/06 12:0 a.m.1 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2025-990451)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990451 advisory. In the Linux kernel, the following vulnerability has been resolved: iio: trigger: sysfs: fix possible memory leak in iiosysfstriginit devsetname allocates memory for...

5.5CVSS6.1AI score0.00063EPSS
Exploits0References4
NVD
NVD
added 2025/10/04 4:15 p.m.3 views

CVE-2022-50477

In the Linux kernel, the following vulnerability has been resolved: rtc: class: Fix potential memleak in devmrtcallocatedevice devmrtcallocatedevice will alloc a rtcdevice first, and then run devsetname. If devsetname failed, the rtcdevice will memleak. Move devmaddactionorreset in front of...

5.5CVSS0.00013EPSS
Exploits0References3
OSV
OSV
added 2025/10/04 4:15 p.m.1 views

UBUNTU-CVE-2023-53568

In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: don't leak memory if devsetname fails When devsetname fails, zcdncreate doesn't free the newly allocated resources. Do it...

5.5CVSS5.8AI score0.00017EPSS
Exploits0References9
OSV
OSV
added 2025/10/04 4:15 p.m.1 views

UBUNTU-CVE-2022-50477

In the Linux kernel, the following vulnerability has been resolved: rtc: class: Fix potential memleak in devmrtcallocatedevice devmrtcallocatedevice will alloc a rtcdevice first, and then run devsetname. If devsetname failed, the rtcdevice will memleak. Move devmaddactionorreset in front of...

5.5CVSS5.7AI score0.00013EPSS
Exploits0References6
CNNVD
CNNVD
added 2025/10/04 12:0 a.m.2 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 the failure to free newly allocated resources when devsetname fails, which could lead to a memory leak...

5.9AI score0.00017EPSS
Exploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.0 views

EUVD-2022-55157

Malicious code in bioql PyPI...

5.5CVSS7AI score0.0001EPSS
Exploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.1 views

EUVD-2023-59802

Malicious code in bioql PyPI...

6.3AI score0.00021EPSS
Exploits0References9
OSV
OSV
added 2025/10/01 12:15 p.m.1 views

UBUNTU-CVE-2023-53514

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix memory leak of device names The device names allocated by devsetname need be freed before module unloading, but they can not be freed because the kobject's refcount which was set in deviceinitialize has not be...

5.5CVSS5.9AI score0.00017EPSS
Exploits0References7
OSV
OSV
added 2025/10/01 11:46 a.m.1 views

CVE-2023-53514 gpu: host1x: Fix memory leak of device names

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix memory leak of device names The device names allocated by devsetname need be freed before module unloading, but they can not be freed because the kobject's refcount which was set in deviceinitialize has not be...

5.5CVSS6.4AI score0.00017EPSS
Exploits0References7
CNNVD
CNNVD
added 2025/10/01 12:0 a.m.2 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 Linux kernel that stems from not freeing memory allocated by devsetname, which could lead to a memory leak...

5.7AI score0.00014EPSS
Exploits0References9
CNNVD
CNNVD
added 2025/09/18 12:0 a.m.0 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 Linux kernel that stems from not freeing memory allocated by devsetname, which could lead to a memory leak...

5.5CVSS5.9AI score0.00017EPSS
Exploits0References9
SUSE CVE
SUSE CVE
added 2025/09/15 11:29 p.m.1 views

SUSE CVE-2022-50278

In the Linux kernel, the following vulnerability has been resolved: PNP: fix name memory leak in pnpallocdev After commit 1fa5ae857bb1 "driver core: get rid of struct device's busid string array", the name of device is allocated dynamically, move devsetname after pnpaddid to avoid memory leak...

5.5CVSS6.5AI score0.0002EPSS
Exploits0References8
CNNVD
CNNVD
added 2025/09/15 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 Linux kernel that stems from failure to free memory allocated by devsetname when deviceadd fails, which could lead to a memory leak...

5.5CVSS5.9AI score0.00021EPSS
Exploits0References8
CVE
CVE
added 2025/05/01 2:9 p.m.75 views

CVE-2022-49793

CVE-2022-49793 is tied to Linux kernel code fixing a memory leak in iio_sysfs_trig_init within iio: trigger: sysfs. The issue arises from dev_set_name() allocating memory for the trigger name and not freeing it if device_add() fails; the fix ensures the allocated memory is released by freeing the...

5.5CVSS6.8AI score0.00063EPSS
Exploits0References8Affected Software1
SUSE CVE
SUSE CVE
added 2025/03/28 3:39 a.m.1 views

SUSE CVE-2023-52929

In the Linux kernel, the following vulnerability has been resolved: nvmem: core: fix cleanup after devsetname If devsetname fails, we leak nvmem-wpgpio as the cleanup does not put this. While a minimal fix for this would be to add the gpiodput call, we can do better if we split deviceregister, an...

5.5CVSS6.6AI score0.00044EPSS
Exploits0References3
CVE
CVE
added 2025/03/27 4:37 p.m.50 views

CVE-2023-52929

The CVE-2023-52929 entry concerns a Linux kernel nvmem core cleanup bug: if dev_set_name() fails, nvmem->wp_gpio remains leaked because the cleanup path doesn’t release it. The described fix prefers reworking initialization and cleanup by splitting device_register() and reusing the nvmem_relea...

5.5CVSS6.7AI score0.00044EPSS
Exploits0References4Affected Software1
Rows per page
Query Builder