Lucene search
+L

163 matches found

UbuntuCve
UbuntuCve
added 2025/12/16 3:15 p.m.6 views

CVE-2025-68249

In the Linux kernel, the following vulnerability has been resolved: most: usb: hdmprobe: Fix calling putdevice before device initialization The early error path in hdmprobe can jump to errfreemdev before &mdev-dev has been initialized with deviceinitialize. Calling putdevice&mdev-dev there trigge...

5.7AI score0.00171EPSS
SaveExploits0References38
Cvelist
Cvelist
added 2025/12/16 2:32 p.m.38 views

CVE-2025-68249 most: usb: hdm_probe: Fix calling put_device() before device initialization

In the Linux kernel, the following vulnerability has been resolved: most: usb: hdmprobe: Fix calling putdevice before device initialization The early error path in hdmprobe can jump to errfreemdev before &mdev-dev has been initialized with deviceinitialize. Calling putdevice&mdev-dev there trigge...

0.00171EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/12/16 12:0 a.m.7 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 call to putdevice in most:usb:hdmprobe before device initialization, which may result in a kernel warning...

6.1AI score0.00171EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
added 2025/12/10 12:38 a.m.13 views

SUSE CVE-2022-50672

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynq-ipi: fix error handling while deviceregister fails If deviceregister fails, it has two issues: 1. The name allocated by devsetname is leaked. 2. The parent of device is not NULL, deviceunregister is called in...

5.5CVSS6.4AI score0.00218EPSS
SaveExploits0References7
OSV
OSV
added 2025/12/09 4:17 p.m.2 views

DEBIAN-CVE-2022-50672

In the Linux kernel, the following vulnerability has been resolved: mailbox: zynq-ipi: fix error handling while deviceregister fails If deviceregister fails, it has two issues: 1. The name allocated by devsetname is leaked. 2. The parent of device is not NULL, deviceunregister is called in...

5.3AI score0.00218EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2025/11/12 12:0 a.m.2 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990781 advisory. In the Linux kernel, the following vulnerability has been resolved: mISDN: fix misuse of putdevice in mISDNregisterdevice We should not release reference by putdevic...

5.5CVSS6.1AI score0.00189EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/11/06 12:0 a.m.3 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990502 advisory. In the Linux kernel, the following vulnerability has been resolved: ata: pataocteoncf: Fix refcount leak in octeoncfprobe offinddevicebynode takes reference, we shou...

5.5CVSS5.7AI score0.0027EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/14 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2022-50547

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - media: solo6x10: fix possible memory leak in solosysfsinit If deviceregister returns error in solosysfsinit, the name allocated by devsetname need be freed. As...

5.5CVSS5.6AI score0.0019EPSS
SaveExploits0References2
NVD
NVD
added 2025/10/07 4:15 p.m.8 views

CVE-2022-50547

In the Linux kernel, the following vulnerability has been resolved: media: solo6x10: fix possible memory leak in solosysfsinit If deviceregister returns error in solosysfsinit, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up th...

5.5CVSS0.0019EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 3:21 p.m.8 views

EUVD-2025-32810

In the Linux kernel, the following vulnerability has been resolved: media: solo6x10: fix possible memory leak in solosysfsinit If deviceregister returns error in solosysfsinit, the name allocated by devsetname need be freed. As comment of deviceregister says, it should use putdevice to give up th...

6AI score0.0019EPSS
SaveExploits0References10
CVE
CVE
added 2025/10/07 3:21 p.m.24 views

CVE-2022-50547

The CVE affects the Linux kernel, specifically the solo6x10 driver’s solo_sysfs_init() path. When device_register() errors during initialization, memory allocated by dev_set_name() was not freed, leading to a memory leak. The fix, implemented in the upstream kernel and reflected in related adviso...

5.5CVSS6.1AI score0.0019EPSS
SaveExploits0References9Affected Software1
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.4 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987224 advisory. In the Linux kernel, the following vulnerability has been resolved: scsi: core: Fix error handling of scsihostalloc After device is initialized via deviceinitialize,...

5.5CVSS6.1AI score0.00236EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/10/04 3:16 p.m.16 views

CVE-2022-50481 cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlguestinitafu|adapter If deviceregister fails in cxlregisterafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-dere...

0.00149EPSS
SaveExploits0References9
OSV
OSV
added 2025/10/04 3:16 p.m.9 views

CVE-2022-50481 cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()

In the Linux kernel, the following vulnerability has been resolved: cxl: fix possible null-ptr-deref in cxlguestinitafu|adapter If deviceregister fails in cxlregisterafu|adapter, the device is not added, deviceunregister can not be called in the error path, otherwise it will cause a null-ptr-dere...

6.4AI score
SaveExploits0References12
EUVD
EUVD
added 2025/10/03 8:7 p.m.15 views

EUVD-2025-12952

Malicious code in bioql PyPI...

7.1AI score0.00189EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2023-59802

Malicious code in bioql PyPI...

6.3AI score0.00146EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2025-12945

Malicious code in bioql PyPI...

7.1AI score0.00189EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.9 views

EUVD-2022-54749

Malicious code in bioql PyPI...

5.5CVSS6AI score0.00256EPSS
SaveExploits0References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.11 views

EUVD-2022-54743

Malicious code in bioql PyPI...

5.5CVSS6AI score0.00257EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2022-55010

Malicious code in bioql PyPI...

5.5CVSS6AI score0.0027EPSS
SaveExploits0References10
Rows per page
Query Builder