Lucene search
K

26 matches found

Positive Technologies
Positive Technologies
added 2026/05/27 12:0 a.m.4 views

PT-2026-43792

In the Linux kernel, the following vulnerability has been resolved: thermal/of: Fix reference leak in thermal of cm lookup In thermal of cm lookup, tr np is obtained via of parse phandle, but never released. Use the freedevice node cleanup attribute to automatically release the node and fix the...

5.8AI score0.00023EPSS
Exploits0References5
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.0 views

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

In the Linux kernel, the following vulnerability has been resolved: xhci: Fix null pointer dereference when host dies Make sure xhcifreedev and xhcikillendpointurbs do not race and cause null pointer dereference when host suddenly dies. Usb core may call xhcifreedev which frees the xhci-devssloti...

4.7CVSS5.9AI score0.00007EPSS
Exploits0References2
AstraLinux
AstraLinux
added 2026/05/03 11:59 p.m.2 views

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

In the Linux kernel, the following vulnerability has been resolved: octeonep: fixed a potential memory leak in octepdevicesetup. When errors such as unsupporteddev and mbox init occur, the variables oct-conf and iounmap oct-mmioi.hwaddr were not freed properly. This could lead to a memory leak. T...

5.5CVSS5.8AI score0.00074EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2025/12/31 1:18 p.m.2 views

CVE-2022-50848

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

5.8AI score0.0004EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/12/31 12:31 a.m.1 views

SUSE CVE-2022-50848

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

5.5CVSS6.5AI score0.0004EPSS
Exploits0References7
UbuntuCve
UbuntuCve
added 2025/12/30 1:15 p.m.3 views

CVE-2022-50848

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dioinit If deviceregister returns error, the 'dev' and name needs be freed. Add a release function, and then call putdevice in the error path, so the name is freed in kobjectcleanup and t...

5.9AI score0.0004EPSS
Exploits0References11
Tenable Nessus
Tenable Nessus
added 2025/10/27 12:0 a.m.2 views

Siemens SIMATIC Devices NULL Pointer Dereference (CVE-2024-50153)

In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Fix null-ptr-deref in targetallocdevice There is a null-ptr-deref issue reported by KASAN: BUG: KASAN: null-ptr-deref in targetallocdevice+0xbc4/0xbe0 targetcoremod ... kasanreport+0xb9/0xf0...

5.5CVSS6.3AI score0.0001EPSS
Exploits0References2
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.1 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-986698 advisory. In the Linux kernel, the following vulnerability has been resolved: xhci: Fix null pointer dereference when host dies Make sure xhcifreedev and xhcikillendpointurbs ...

4.7CVSS5.9AI score0.00007EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2025/10/01 11:32 p.m.1 views

SUSE CVE-2022-50431

In the Linux kernel, the following vulnerability has been resolved: ALSA: aoa: i2sbus: fix possible memory leak in i2sbusadddev devsetname in soundbusaddone allocates memory for name, it need be freed when ofdeviceregister fails, call soundbusdevput to give up the reference that hold in...

3.3CVSS6.5AI score0.00014EPSS
Exploits0References9
Positive Technologies
Positive Technologies
added 2025/10/01 12:0 a.m.2 views

PT-2025-40147

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak could occur during module exit in the MIPS virtual processor environment vpe-mt. After a specific commit 1fa5ae857bb1, device names are dynamically allocated and require...

6.2AI score0.00016EPSS
Exploits0References11
Cvelist
Cvelist
added 2025/06/18 11:0 a.m.8 views

CVE-2022-49951 firmware_loader: Fix use-after-free during unregister

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: Fix use-after-free during unregister In the following code within firmwareuploadunregister, the call to deviceunregister could result in the devrelease function freeing the fwuploadpriv structure before it is...

0.00078EPSS
Exploits0References2
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.2 views

kernel: scsi: target: core: Fix null-ptr-deref in target_alloc_device()

In the Linux kernel, the following vulnerability has been resolved: scsi: target: core: Fix null-ptr-deref in targetallocdevice There is a null-ptr-deref issue reported by KASAN: BUG: KASAN: null-ptr-deref in targetallocdevice+0xbc4/0xbe0 targetcoremod ... kasanreport+0xb9/0xf0...

5.5CVSS6.8AI score0.0001EPSS
Exploits0References5
OSV
OSV
added 2025/05/01 3:16 p.m.0 views

UBUNTU-CVE-2022-49874

In the Linux kernel, the following vulnerability has been resolved: HID: hyperv: fix possible memory leak in mousevscprobe If hidadddevice returns error, it should call hiddestroydevice to free hiddev which is allocated in hidallocatedevice...

5.5CVSS6.1AI score0.0005EPSS
Exploits0References11
ATTACKERKB
ATTACKERKB
added 2025/04/18 7:15 a.m.3 views

CVE-2025-39930

In the Linux kernel, the following vulnerability has been resolved: ASoC: simple-card-utils: Don't use freedevicenode at graphutilparsedai commit 419d1918105e "ASoC: simple-card-utils: use freedevicenode for device node" uses freedevicenode for dlc-ofnode, but we need to keep it while driver is i...

5.5CVSS5.6AI score0.00036EPSS
Exploits0References5Affected Software1
OSV
OSV
added 2025/04/18 7:15 a.m.0 views

UBUNTU-CVE-2025-39930

In the Linux kernel, the following vulnerability has been resolved: ASoC: simple-card-utils: Don't use freedevicenode at graphutilparsedai commit 419d1918105e "ASoC: simple-card-utils: use freedevicenode for device node" uses freedevicenode for dlc-ofnode, but we need to keep it while driver is i...

5.5CVSS5.9AI score0.00036EPSS
Exploits0References8
OSV
OSV
added 2025/02/26 7:1 a.m.0 views

UBUNTU-CVE-2022-49508

In the Linux kernel, the following vulnerability has been resolved: HID: elan: Fix potential double free in elaninputconfigured 'input' is a managed resource allocated with devminputallocatedevice, so there is no need to call inputfreedevice explicitly or there will be a double free. According to...

7.8CVSS6.2AI score0.00021EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2025/01/20 3:48 a.m.1 views

SUSE CVE-2024-57904

In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91: call inputfreedevice on allocated iiodev Current implementation of at91tsregister calls inputfreedeivce on st-tsinput, however, the err label can be reached before the allocated iiodev is stored to st-tsinput. Thu...

5.5CVSS7.7AI score0.00013EPSS
Exploits0References13
NVD
NVD
added 2025/01/19 12:15 p.m.8 views

CVE-2024-57904

In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91: call inputfreedevice on allocated iiodev Current implementation of at91tsregister calls inputfreedeivce on st-tsinput, however, the err label can be reached before the allocated iiodev is stored to st-tsinput. Thu...

7.8CVSS0.00013EPSS
Exploits0References9
OSV
OSV
added 2025/01/19 12:15 p.m.1 views

UBUNTU-CVE-2024-57904

In the Linux kernel, the following vulnerability has been resolved: iio: adc: at91: call inputfreedevice on allocated iiodev Current implementation of at91tsregister calls inputfreedeivce on st-tsinput, however, the err label can be reached before the allocated iiodev is stored to st-tsinput. Thu...

7.8CVSS6.2AI score0.00013EPSS
Exploits0References45
CNNVD
CNNVD
added 2025/01/19 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 the at91tsregister function that under certain circumstances may call inputfreedevice when iiodev is not...

7.8CVSS6.5AI score0.00013EPSS
Exploits0References6
Rows per page
Query Builder