Lucene search
K

560 matches found

OSV
OSV
added 2024/05/17 2:15 p.m.1 views

DEBIAN-CVE-2024-35796

In the Linux kernel, the following vulnerability has been resolved: net: lltemac: platformgetresource replaced by wrong function The function platformgetresource was replaced with devmplatformioremapresourcebyname and is called using 0 as name. This eventually ends up in platformgetresourcebyname...

5.5CVSS5.7AI score0.00014EPSS
Exploits0References1
OSV
OSV
added 2024/05/17 2:15 p.m.1 views

DEBIAN-CVE-2023-52663

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: amd: Fix memory leak in amdsofacpprobe Driver uses kasprintf to initialize fwcode,databin members of struct acpdevdata, but kfree is never called to deallocate the memory, which results in a memory leak. Fix the issue ...

5.5CVSS5.7AI score0.00018EPSS
Exploits0References1
UbuntuCve
UbuntuCve
added 2024/05/17 2:15 p.m.17 views

CVE-2024-35816

In the Linux kernel, the following vulnerability has been resolved: firewire: ohci: prevent leak of left-over IRQ on unbind Commit 5a95f1ded28691e6 "firewire: ohci: use devres for requested IRQ" also removed the call to freeirq in pciremove, leading to a leftover irq of devmrequestirq at...

5.5CVSS5.9AI score0.0001EPSS
Exploits0References5
OSV
OSV
added 2024/05/17 2:15 p.m.2 views

UBUNTU-CVE-2023-52663

In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: amd: Fix memory leak in amdsofacpprobe Driver uses kasprintf to initialize fwcode,databin members of struct acpdevdata, but kfree is never called to deallocate the memory, which results in a memory leak. Fix the issue ...

5.5CVSS6.2AI score0.00018EPSS
Exploits0References12
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.20 views

CVE-2024-26866 spi: lpspi: Avoid potential use-after-free in probe()

In the Linux kernel, the following vulnerability has been resolved: spi: lpspi: Avoid potential use-after-free in probe fsllpspiprobe is allocating/disposing memory manually with spiallochost/spialloctarget, but uses devmspiregistercontroller. In case of error after the latter call the memory wil...

6.6AI score0.00018EPSS
Exploits0References4
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.18 views

CVE-2024-26866 spi: lpspi: Avoid potential use-after-free in probe()

In the Linux kernel, the following vulnerability has been resolved: spi: lpspi: Avoid potential use-after-free in probe fsllpspiprobe is allocating/disposing memory manually with spiallochost/spialloctarget, but uses devmspiregistercontroller. In case of error after the latter call the memory wil...

6.6AI score0.00018EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2024/04/11 12:0 a.m.2 views

PT-2024-29760

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Linux kernel versions prior to 6.6.43 Description The issue in the Linux kernel is related to the use of mutex initialization in the LEDs driver. The driver registers LEDs using devm led classdev...

5.5CVSS5.5AI score0.00026EPSS
Exploits0
OSV
OSV
added 2024/04/03 5:15 p.m.1 views

DEBIAN-CVE-2024-26771

In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: edma: Add some null pointer checks to the edmaprobe devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointer...

5.5CVSS5.2AI score0.00019EPSS
Exploits0References1
OSV
OSV
added 2024/04/03 5:15 p.m.1 views

DEBIAN-CVE-2024-26770

In the Linux kernel, the following vulnerability has been resolved: HID: nvidia-shield: Add missing null pointer checks to LED initialization devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointe...

5.5CVSS4.9AI score0.00053EPSS
Exploits0References1
OSV
OSV
added 2024/04/03 5:15 p.m.1 views

UBUNTU-CVE-2024-26770

In the Linux kernel, the following vulnerability has been resolved: HID: nvidia-shield: Add missing null pointer checks to LED initialization devmkasprintf returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the allocation was successful by checking the pointe...

5.5CVSS5.7AI score0.00053EPSS
Exploits0References6
RedhatCVE
RedhatCVE
added 2024/03/18 2:2 p.m.26 views

CVE-2023-52617

A flaw was found in the Linux Kernel that may result in a stdevrelease crash after a surprise hot remove...

4.4CVSS5.7AI score0.00013EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2024/03/18 10:19 a.m.24 views

CVE-2023-52617 PCI: switchtec: Fix stdev_release() crash after surprise hot remove

In the Linux kernel, the following vulnerability has been resolved: PCI: switchtec: Fix stdevrelease crash after surprise hot remove A PCI device hot removal may occur while stdev-cdev is held open. The call to stdevrelease then happens during close or exit, at a point way past switchtecpciremove...

6.7AI score0.00013EPSS
Exploits0References7
NVD
NVD
added 2024/02/29 11:15 p.m.13 views

CVE-2021-46959

In the Linux kernel, the following vulnerability has been resolved: spi: Fix use-after-free with devmspialloc We can't rely on the contents of the devres list during spiunregistercontroller, as the list is already torn down at the time we perform devresfind for devmspireleasecontroller. This caus...

7.8CVSS6.5AI score0.00012EPSS
Exploits0References9
OSV
OSV
added 2024/02/29 11:15 p.m.2 views

DEBIAN-CVE-2021-46959

In the Linux kernel, the following vulnerability has been resolved: spi: Fix use-after-free with devmspialloc We can't rely on the contents of the devres list during spiunregistercontroller, as the list is already torn down at the time we perform devresfind for devmspireleasecontroller. This caus...

7.8CVSS5.9AI score0.00012EPSS
Exploits0References1
OSV
OSV
added 2024/02/29 11:15 p.m.0 views

UBUNTU-CVE-2021-46959

In the Linux kernel, the following vulnerability has been resolved: spi: Fix use-after-free with devmspialloc We can't rely on the contents of the devres list during spiunregistercontroller, as the list is already torn down at the time we perform devresfind for devmspireleasecontroller. This caus...

7.8CVSS6.3AI score0.00012EPSS
Exploits0References7
OSV
OSV
added 2024/02/29 11:15 p.m.0 views

UBUNTU-CVE-2021-47063

In the Linux kernel, the following vulnerability has been resolved: drm: bridge/panel: Cleanup connector on bridge detach If we don't call drmconnectorcleanup manually in panelbridgedetach, the connector will be cleaned up with the other DRM objects in the call to drmmodeconfigcleanup. However,...

7.8CVSS6.2AI score0.00017EPSS
Exploits0References8
Debian CVE
Debian CVE
added 2024/02/29 10:31 p.m.21 views

CVE-2021-46959

In the Linux kernel, the following vulnerability has been resolved: spi: Fix use-after-free with devmspialloc We can't rely on the contents of the devres list during spiunregistercontroller, as the list is already torn down at the time we perform devresfind for devmspireleasecontroller. This caus...

7.8CVSS7.2AI score0.00012EPSS
Exploits0
CNNVD
CNNVD
added 2024/02/29 12:0 a.m.1 views

Linux kernel security vulnerabilities

The Linux kernel is the kernel used by the Linux Foundation's open source operating system Linux. A security vulnerability exists in the Linux kernel, which stems from a post-release reuse issue with devmspialloc...

7.8CVSS8AI score0.00012EPSS
Exploits0References12
Debian CVE
Debian CVE
added 2024/02/28 8:13 a.m.16 views

CVE-2021-47043

In the Linux kernel, the following vulnerability has been resolved: media: venus: core: Fix some resource leaks in the error path of 'venusprobe' If an error occurs after a successful 'oficcget' call, it must be undone. Use 'devmoficcget' instead of 'oficcget' to avoid the leak. Update the remove...

5.5CVSS4.8AI score0.00029EPSS
Exploits0
SUSE CVE
SUSE CVE
added 2024/02/28 3:42 a.m.0 views

SUSE CVE-2023-52465

In the Linux kernel, the following vulnerability has been resolved: power: supply: Fix null pointer dereference in smb2probe devmkasprintf and devmkzalloc return a pointer to dynamically allocated memory which can be NULL upon failure...

5.5CVSS6.6AI score0.00015EPSS
Exploits0References3
Rows per page
Query Builder