Lucene search
K

46 matches found

SUSE CVE
SUSE CVE
added 2025/12/17 12:26 a.m.2 views

SUSE CVE-2025-68170

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Do not kfree devres managed rdev Since the allocation of the drivers main structure was changed to devmdrmdevalloc rdev is managed by devres and we shouldn't be calling kfree on it. This fixes things exploding if the...

5.5CVSS6.5AI score0.00166EPSS
Exploits0References10
OSV
OSV
added 2025/12/16 2:15 p.m.2 views

UBUNTU-CVE-2025-68181

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Remove calls to drmputdev Since the allocation of the drivers main structure was changed to devmdrmdevalloc drmputdev'ing to trigger it to be free'd should be done by devres. However, drmputdev is still in the probe...

5.7AI score0.00166EPSS
Exploits0References11
NVD
NVD
added 2025/11/12 11:15 a.m.6 views

CVE-2025-40144

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

0.00032EPSS
Exploits0
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.3 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-989218 advisory. 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...

7.8CVSS6.2AI score0.00245EPSS
Exploits0References3
Tenable Nessus
Tenable Nessus
added 2025/11/05 12:0 a.m.2 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-990012 advisory. In the Linux kernel, the following vulnerability has been resolved: memory: fslifc: fix leak of private memory on probe failure On probe error the driver should free...

5.5CVSS6.1AI score0.00245EPSS
Exploits0References4
Tenable Nessus
Tenable Nessus
added 2025/10/07 12:0 a.m.2 views

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

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2025-987140 advisory. In the Linux kernel, the following vulnerability has been resolved: memory: fslifc: fix leak of private memory on probe failure On probe error the driver should free...

5.5CVSS6.1AI score0.00245EPSS
Exploits0References4
Positive Technologies
Positive Technologies
added 2025/10/04 12:0 a.m.4 views

PT-2025-40676

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel’s drm/mediatek subsystem, specifically within the mtk drm crtc component. The devm kcalloc function may return NULL, and the code does not adequately...

7.8CVSS7AI score0.21314EPSS
Exploits0References437
EUVD
EUVD
added 2025/10/03 8:7 p.m.4 views

EUVD-2023-59831

Malicious code in bioql PyPI...

6.3AI score0.00133EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/09/16 12:0 a.m.5 views

PT-2025-37889

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains a flaw in the drm/msm/dpu subsystem where a failure of devm kzalloc could lead to a null pointer dereference in the dpu writeback init function. Specifically,...

6AI score0.00134EPSS
Exploits0References6
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.3 views

PT-2025-37610

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The Linux kernel contains an issue where the return value of the devm kcalloc function is not checked. This can lead to a NULL pointer dereference if devm kcalloc returns NULL...

6.1AI score0.00145EPSS
Exploits0References7
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.3 views

PT-2025-37694

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A use-after-free issue was resolved in the Linux kernel related to the nvidia-shield HID device. The vulnerability occurred because the input device name was freed during device...

6.1AI score0.00133EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2025/02/26 2:12 a.m.1 views

CVE-2022-49448 soc: bcm: Check for NULL return of devm_kzalloc()

In the Linux kernel, the following vulnerability has been resolved: soc: bcm: Check for NULL return of devmkzalloc As the potential failure of allocation, devmkzalloc may return NULL. Then the 'pd-pmb' and the follow lines of code may bring null pointer dereference. Therefore, it is better to che...

6.5AI score0.00239EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/12/28 3:50 a.m.2 views

SUSE CVE-2024-53204

In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtkusb3phyprobe In rtkusb3phyprobe devmkzalloc may return NULL but this returned value is not checked...

5.5CVSS7.7AI score0.00212EPSS
Exploits0References3
SUSE CVE
SUSE CVE
added 2024/08/23 2:53 a.m.1 views

SUSE CVE-2022-48907

In the Linux kernel, the following vulnerability has been resolved: auxdisplay: lcd2s: Fix memory leak in -remove Once allocated the struct lcd2sdata is never freed. Fix the memory leak by switching to devmkzalloc...

3.3CVSS6.5AI score0.0021EPSS
Exploits0References8
RedhatCVE
RedhatCVE
added 2024/06/12 12:9 a.m.20 views

CVE-2021-47314

In the Linux kernel, the following vulnerability has been resolved: memory: fslifc: fix leak of private memory on probe failure On probe error the driver should free the memory allocated for private structure. Fix this by using resource-managed allocation...

5.1CVSS7.1AI score0.00245EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2024/05/23 3:4 a.m.3 views

SUSE CVE-2021-47314

In the Linux kernel, the following vulnerability has been resolved: memory: fslifc: fix leak of private memory on probe failure On probe error the driver should free the memory allocated for private structure. Fix this by using resource-managed allocation...

3.3CVSS6.5AI score0.00245EPSS
Exploits0References10
NVD
NVD
added 2024/05/21 3:15 p.m.22 views

CVE-2021-47314

In the Linux kernel, the following vulnerability has been resolved: memory: fslifc: fix leak of private memory on probe failure On probe error the driver should free the memory allocated for private structure. Fix this by using resource-managed allocation...

5.5CVSS6.6AI score0.00245EPSS
Exploits0References9
OSV
OSV
added 2024/05/21 3:15 p.m.17 views

CVE-2021-47314

In the Linux kernel, the following vulnerability has been resolved: memory: fslifc: fix leak of private memory on probe failure On probe error the driver should free the memory allocated for private structure. Fix this by using resource-managed allocation...

5.5CVSS6.9AI score
Exploits0References9
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.16 views

CVE-2021-47314

In the Linux kernel, the following vulnerability has been resolved: memory: fslifc: fix leak of private memory on probe failure On probe error the driver should free the memory allocated for private structure. Fix this by using resource-managed allocation...

5.5CVSS5.9AI score0.00245EPSS
Exploits0References11
OSV
OSV
added 2024/05/21 3:15 p.m.0 views

UBUNTU-CVE-2021-47314

In the Linux kernel, the following vulnerability has been resolved: memory: fslifc: fix leak of private memory on probe failure On probe error the driver should free the memory allocated for private structure. Fix this by using resource-managed allocation...

5.5CVSS5.8AI score0.00245EPSS
Exploits0References12
Rows per page
Query Builder