Lucene search
+L

260 matches found

osv
osv
added 2025/10/04 4:15 p.m.5 views

UBUNTU-CVE-2023-53612

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Simplify platform device handling Coretemp's platform driver is unconventional. All the real work is done globally by the initcall and CPU hotplug notifiers, while the "driver" effectively just wraps an allocation...

5.5CVSS5.9AI score0.00136EPSS
Exploits0References9
osv
osv
added 2025/10/04 3:44 p.m.7 views

CVE-2023-53612 hwmon: (coretemp) Simplify platform device handling

In the Linux kernel, the following vulnerability has been resolved: hwmon: coretemp Simplify platform device handling Coretemp's platform driver is unconventional. All the real work is done globally by the initcall and CPU hotplug notifiers, while the "driver" effectively just wraps an allocation...

5.5CVSS6.5AI score0.00136EPSS
Exploits0References9
cnnvd
cnnvd
added 2025/10/04 12:0 a.m.5 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 improper handling of platform devices and could lead to null pointer dereferencing...

5.6AI score0.00136EPSS
Exploits0References7
ptsecurity
ptsecurity
added 2025/10/04 12:0 a.m.4 views

PT-2025-40775

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The coretemp platform driver in the Linux kernel has a design flaw related to platform device handling. The driver's unconventional approach of dynamically creating and destroying platfo...

6.2AI score0.00136EPSS
Exploits0References9
euvd
euvd
added 2025/10/03 8:7 p.m.4 views

EUVD-2025-13001

Malicious code in bioql PyPI...

7.1AI score0.00184EPSS
Exploits0References7
euvd
euvd
added 2025/10/03 8:7 p.m.4 views

EUVD-2025-31882

Malicious code in bioql PyPI...

6.4AI score0.00139EPSS
Exploits0References8
euvd
euvd
added 2025/10/03 8:7 p.m.4 views

EUVD-2022-55574

Malicious code in bioql PyPI...

6.3AI score0.00145EPSS
Exploits0References6
euvd
euvd
added 2025/10/03 8:7 p.m.7 views

EUVD-2022-54943

Malicious code in bioql PyPI...

5.5CVSS5.6AI score0.00245EPSS
Exploits0References5
euvd
euvd
added 2025/10/03 8:7 p.m.5 views

EUVD-2022-55154

Malicious code in bioql PyPI...

5.5CVSS6AI score0.00252EPSS
Exploits0References5
euvd
euvd
added 2025/10/03 8:7 p.m.8 views

EUVD-2022-55622

Malicious code in bioql PyPI...

6.3AI score0.00145EPSS
Exploits0References6
osv
osv
added 2025/10/01 12:15 p.m.11 views

UBUNTU-CVE-2023-53515

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vmdev vmdev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocating the vmdev struct with devres totally breaks this...

7.8CVSS5.9AI score0.00139EPSS
Exploits0References10
cve
cve
added 2025/10/01 11:46 a.m.26 views

CVE-2023-53515

CVE-2023-53515 affects the Linux kernel virtio-mmio subsystem. The issue stems from allocating vm_dev with devres, which breaks the vm_dev lifecycle tied to a struct device; when the platform_device is removed, the memory is freed before vm_dev release, causing a use-after-free when the release c...

7.8CVSS6AI score0.00139EPSS
Exploits0References7Affected Software1
osv
osv
added 2025/10/01 11:46 a.m.3 views

CVE-2023-53515 virtio-mmio: don't break lifecycle of vm_dev

In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vmdev vmdev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocating the vmdev struct with devres totally breaks this...

7.8CVSS6.3AI score0.00139EPSS
Exploits0References10
cve
cve
added 2025/09/18 4:4 p.m.32 views

CVE-2023-53425

CVE-2023-53425 affects the Linux kernel’s Mediatek VPU driver (media: platform: mediatek: vpu). The issue is a NULL pointer dereference when pdev is NULL, which could occur during vpu firmware loading in mtk_vpu.c (vpu_load_firmware). The vulnerability is mitigated by a fix that prevents derefere...

5.5CVSS6.2AI score0.00136EPSS
Exploits0References8Affected Software1
osv
osv
added 2025/09/18 4:4 p.m.3 views

CVE-2023-53425 media: platform: mediatek: vpu: fix NULL ptr dereference

In the Linux kernel, the following vulnerability has been resolved: media: platform: mediatek: vpu: fix NULL ptr dereference If pdev is NULL, then it is still dereferenced. This fixes this smatch warning: drivers/media/platform/mediatek/vpu/mtkvpu.c:570 vpuloadfirmware warn: address of NULL point...

5.5CVSS5AI score0.00136EPSS
Exploits0References11
cnnvd
cnnvd
added 2025/09/18 12:0 a.m.4 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 an unchecked pdev pointer that could lead to a null pointer dereference...

5.5CVSS5.8AI score0.00136EPSS
Exploits0References9
susecve
susecve
added 2025/09/16 11:33 p.m.2 views

SUSE CVE-2022-50340

In the Linux kernel, the following vulnerability has been resolved: media: vimc: Fix wrong function called when vimcinit fails In vimcinit, when platformdriverregister&vimcpdrv fails, platformdriverunregister&vimcpdrv is wrongly called rather than platformdeviceunregister&vimcpdev, which causes...

5.5CVSS6.4AI score0.00145EPSS
Exploits0References7
osv
osv
added 2025/09/16 5:15 p.m.3 views

DEBIAN-CVE-2022-50340

In the Linux kernel, the following vulnerability has been resolved: media: vimc: Fix wrong function called when vimcinit fails In vimcinit, when platformdriverregister&vimcpdrv fails, platformdriverunregister&vimcpdrv is wrongly called rather than platformdeviceunregister&vimcpdev, which causes...

5.5CVSS5.3AI score0.00145EPSS
Exploits0References1
vulnrichment
vulnrichment
added 2025/09/16 4:11 p.m.1 views

CVE-2022-50340 media: vimc: Fix wrong function called when vimc_init() fails

In the Linux kernel, the following vulnerability has been resolved: media: vimc: Fix wrong function called when vimcinit fails In vimcinit, when platformdriverregister&vimcpdrv fails, platformdriverunregister&vimcpdrv is wrongly called rather than platformdeviceunregister&vimcpdev, which causes...

6AI score0.00145EPSS
Exploits0References5
cvelist
cvelist
added 2025/09/16 4:11 p.m.7 views

CVE-2022-50340 media: vimc: Fix wrong function called when vimc_init() fails

In the Linux kernel, the following vulnerability has been resolved: media: vimc: Fix wrong function called when vimcinit fails In vimcinit, when platformdriverregister&vimcpdrv fails, platformdriverunregister&vimcpdrv is wrongly called rather than platformdeviceunregister&vimcpdev, which causes...

0.00145EPSS
Exploits0References5
Rows per page
Query Builder