Lucene search
+L

22 matches found

Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/09/17 12:00 a.m.•1 views

CVE-2026-93061: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Avoid stack over-read in debug output helpers host1xdebugoutput and host1xdebugcont used vsnprintf, which returns the length the formatted string would have reached with an unbounded buffer. That return value was...

6AI score0.0022EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
•added 2026/08/25 1:23 a.m.•7 views

SUSE CVE-2026-68427

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix use-after-free in host1xboclearcachedmappings host1xbounpin drops the last reference to the mapping and frees it, so we can't dereference mapping afterwards. The cache itself outlives the mapping, so use the cach...

7.8CVSS6.7AI score0.00171EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/15 12:00 a.m.•0 views

CVE-2026-72245: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix device reference leak in host1xdeviceparsedt error path After deviceinitialize, the embedded struct device in struct host1xdevice should be released through the device core with putdevice. In host1xdeviceadd, if...

5.6AI score0.00231EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/15 12:00 a.m.•1 views

CVE-2026-74380: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix iommumapsgtable return value check Commit "iommu: return full error code from iommumapsgatomic" changed iommumapsgtable to return an ssizet and negative values in error cases, rather than a sizet and a zero. pinj...

8.8CVSS5.8AI score0.00176EPSS
SaveExploits0References1
NVD
NVD
•added 2026/08/10 1:20 p.m.•16 views

CVE-2026-68427

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix use-after-free in host1xboclearcachedmappings host1xbounpin drops the last reference to the mapping and frees it, so we can't dereference mapping afterwards. The cache itself outlives the mapping, so use the cach...

7.8CVSS0.00171EPSS
SaveExploits0References6
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/10 12:00 a.m.•1 views

CVE-2026-68427: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix use-after-free in host1xboclearcachedmappings host1xbounpin drops the last reference to the mapping and frees it, so we can't dereference mapping afterwards. The cache itself outlives the mapping, so use the cach...

7.8CVSS6.9AI score0.00171EPSS
SaveExploits0References1
SUSE Linux
SUSE Linux
•added 2026/01/28 2:37 p.m.•13 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 kernel was updated to fix various security issues The following security issues were fixed: CVE-2022-50630: mm: hugetlb: fix UAF in hugetlbhandleuserfault bsc1254785. CVE-2022-50700: wifi: ath10k: Delay the unmapping of the buffer bsc1255576. CVE-2023-53254:...

8.5CVSS7.1AI score0.00954EPSS
SaveExploits2References1694
OSV
OSV
•added 2026/01/22 9:15 p.m.•106 views

SUSE-SU-2026:0263-1 Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 RT kernel was updated to fix various security issues The following security issues were fixed: - CVE-2022-50630: mm: hugetlb: fix UAF in hugetlbhandleuserfault bsc1254785. - CVE-2022-50700: wifi: ath10k: Delay the unmapping of the buffer bsc1255576. -...

9.8CVSS7.3AI score0.00954EPSS
SaveExploits2References832
EUVD
EUVD
•added 2025/12/24 12:30 p.m.•22 views

EUVD-2025-205065

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix race in syncpt alloc/free Fix race condition between host1xsyncptalloc and host1xsyncptput by using krefputmutex instead of krefput + manual mutex locking. This ensures no thread can acquire the syncptmutex after...

5.9AI score0.00193EPSS
SaveExploits0References5
attackerkb
attackerkb
•added 2025/12/24 10:33 a.m.•19 views

CVE-2025-68732

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix race in syncpt alloc/free Fix race condition between host1xsyncptalloc and host1xsyncptput by using krefputmutex instead of krefput + manual mutex locking. This ensures no thread can acquire the syncptmutex after...

5.2AI score0.00193EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
•added 2025/10/03 8:07 p.m.•13 views

EUVD-2025-5972

Malicious code in bioql PyPI...

5.5CVSS7AI score0.00201EPSS
SaveExploits0References4
CVE
CVE
•added 2025/10/01 11:46 a.m.•44 views

CVE-2023-53514

CVE-2023-53514 concerns the Linux kernel gpu: host1x memory leak of device names. Root cause: device names allocated by dev_set_name() were not freed because the kobject refcount set in device_initialize() wasn’t decreased to 0; cleanup relied on put_device() and device_del() semantics, but freei...

5.5CVSS6AI score0.00145EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
•added 2025/10/01 11:46 a.m.•21 views

CVE-2023-53514 gpu: host1x: Fix memory leak of device names

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix memory leak of device names The device names allocated by devsetname need be freed before module unloading, but they can not be freed because the kobject's refcount which was set in deviceinitialize has not be...

0.00145EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2025/10/01 12:00 a.m.•10 views

PT-2025-40221

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A memory leak exists in the Linux kernel related to device names allocated by dev set name. The device names are not freed before module unloading because the kobject's reference count,...

6.1AI score0.00145EPSS
SaveExploits0References7
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2025/10/01 12:00 a.m.•1 views

CVE-2023-53514: Missing Release of Memory after Effective Lifetime

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix memory leak of device names The device names allocated by devsetname need be freed before module unloading, but they can not be freed because the kobject's refcount which was set in deviceinitialize has not be...

5.5CVSS5.7AI score0.00145EPSS
SaveExploits0References1
AstraLinux
AstraLinux
•added 2025/06/16 11:28 a.m.•5 views

Astra Linux – Vulnerability in Linux 6.12

In the Linux kernel, the following vulnerabilities have been resolved: gpu: host1x: Fixed an issue involving uninitialized mutexes The commit c8347f915e67 “gpu: host1x: Fixed a boot-related regression for Tegra” caused an issue involving uninitialized mutexes, which led to the following warning...

5.5CVSS6.3AI score0.00201EPSS
SaveExploits0References3
NVD
NVD
•added 2025/02/27 8:16 p.m.•23 views

CVE-2025-21824

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a use of uninitialized mutex commit c8347f915e67 "gpu: host1x: Fix boot regression for Tegra" caused a use of uninitialized mutex leading to below warning when CONFIGDEBUGMUTEXES and CONFIGDEBUGLOCKALLOC are...

5.5CVSS0.00201EPSS
SaveExploits0References3
OSV
OSV
•added 2025/02/27 8:16 p.m.•4 views

DEBIAN-CVE-2025-21824

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a use of uninitialized mutex commit c8347f915e67 "gpu: host1x: Fix boot regression for Tegra" caused a use of uninitialized mutex leading to below warning when CONFIGDEBUGMUTEXES and CONFIGDEBUGLOCKALLOC are...

5.5CVSS5.6AI score0.00201EPSS
SaveExploits0References1
OSV
OSV
•added 2025/02/27 8:16 p.m.•24 views

UBUNTU-CVE-2025-21824

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a use of uninitialized mutex commit c8347f915e67 "gpu: host1x: Fix boot regression for Tegra" caused a use of uninitialized mutex leading to below warning when CONFIGDEBUGMUTEXES and CONFIGDEBUGLOCKALLOC are...

5.5CVSS6.5AI score0.00201EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
•added 2025/02/27 8:06 p.m.•2 views

CVE-2025-21824 gpu: host1x: Fix a use of uninitialized mutex

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fix a use of uninitialized mutex commit c8347f915e67 "gpu: host1x: Fix boot regression for Tegra" caused a use of uninitialized mutex leading to below warning when CONFIGDEBUGMUTEXES and CONFIGDEBUGLOCKALLOC are...

6.1AI score0.00201EPSS
SaveExploits0References3
Rows per page
Query Builder