Lucene search
+L

58 matches found

RedhatCVE
RedhatCVE
added yesterday4 views

CVE-2026-68427

A flaw was found in the gpu: host1x component of the Linux kernel. The host1xbounpin function incorrectly dereferences a memory mapping after it has been freed, leading to a use-after-free vulnerability. This issue could allow a local attacker to cause memory corruption, potentially leading to a...

7CVSS5.7AI score0.00163EPSS
SaveExploits0References4
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-55613

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...

5.3AI score0.00163EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago17 views

CVE-2026-68427

The CVE concerns a Linux kernel gpu/host1x use-after-free in host1x_bo_clear_cached_mappings. __host1x_bo_unpin() drops the last reference to the mapping and frees it, so dereferencing after free is unsafe; the cache may outlive the mapping, so the fix uses the cache local variable. A patch addre...

5.3AI score0.00163EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2 days ago7 views

Astra Linux – Vulnerability found in Linux 6.12, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: GPU: host1x – Fixed a race condition in syncptalloc and syncptfree. A race condition occurred between host1xsyncptalloc and host1xsyncptput, which was addressed by using krefputmutex instead of krefput plus manual mutex locking...

5.2AI score0.00168EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2 days ago2 views

Linux Distros Unpatched Vulnerability : CVE-2026-68427

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - gpu: host1x: Fix use-after-free in host1xboclearcachedmappings host1xbounpin drops the last reference to the mapping and frees it, so we can't dereference mappi...

5.5AI score0.00163EPSS
SaveExploits0References3
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.3 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x: Fixed a memory leak in 'host1xremove'. A missing call to 'host1xchannellistfree' was added in the remove function, just as already done in the error handling path of the probe function...

5.5CVSS6.2AI score0.00248EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2026/05/20 5:53 a.m.5 views

Astra Linux – Vulnerability in Linux 5.10

In the Linux kernel, the following vulnerability has been resolved: gpu: host1x – Fixed memory leak related to device names. The device names allocated by devsetname need to be freed before module unloading. However, this cannot be done because the reference count of the kobject, set during...

5.5CVSS5.2AI score0.00135EPSS
SaveExploits0References2
SUSE Linux
SUSE Linux
added 2026/01/28 2:37 p.m.9 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.0094EPSS
SaveExploits2References1694
OSV
OSV
added 2026/01/22 9:15 p.m.13 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.0094EPSS
SaveExploits2References832
Microsoft CVE
Microsoft CVE
added 2025/12/25 9:3 a.m.14 views

gpu: host1x: Fix race in syncpt alloc/free

...

5.5CVSS5.4AI score0.00168EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/12/25 12:23 a.m.5 views

SUSE 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...

7CVSS6.4AI score0.00168EPSS
SaveExploits0References26
EUVD
EUVD
added 2025/12/24 12:30 p.m.18 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.00168EPSS
SaveExploits0References5
OSV
OSV
added 2025/12/24 11:16 a.m.21 views

AZL-73072 CVE-2025-68732 affecting package kernel for versions less than 6.6.121.1-1

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.8AI score0.00168EPSS
SaveExploits0References1
NVD
NVD
added 2025/12/24 11:16 a.m.12 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...

0.00168EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2025/12/24 11:16 a.m.14 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.7AI score0.00168EPSS
SaveExploits0References35
OSV
OSV
added 2025/12/24 11:16 a.m.6 views

UBUNTU-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.8AI score0.00168EPSS
SaveExploits0References36
ATTACKERKB
ATTACKERKB
added 2025/12/24 10:33 a.m.12 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.00168EPSS
SaveExploits0References8Affected Software1
CVE
CVE
added 2025/12/24 10:33 a.m.36 views

CVE-2025-68732

The CVE-2025-68732 entry refers to a Linux kernel vulnerability fixed in the gpu: host1x subsystem. The root cause was a race between host1x_syncpt_alloc() and host1x_syncpt_put(), mitigated by switching to kref_put_mutex() so the refcount drop to zero cannot race with syncpt_release acquiring th...

6AI score0.00168EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2025/12/24 10:33 a.m.43 views

CVE-2025-68732 gpu: host1x: Fix race in syncpt alloc/free

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...

0.00168EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/12/24 12:0 a.m.17 views

PT-2025-52925

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A race condition existed between the host1x syncpt alloc and host1x syncpt put functions. The issue was addressed by utilizing kref put mutex instead of kref put combined with manual mut...

6.1AI score0.00168EPSS
SaveExploits0
Rows per page
Query Builder