Lucene search
+L

240 matches found

NVD
NVD
added 2025/12/06 10:15 p.m.11 views

CVE-2025-40276

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Flush shmem writes before mapping buffers CPU-uncached The shmem layer zeroes out the new pages using cached mappings, and if we don't CPU-flush we might leave dirty cachelines behind, leading to potential data leaks...

7.3CVSS0.00134EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/06 10:15 p.m.14 views

UBUNTU-CVE-2025-40276

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Flush shmem writes before mapping buffers CPU-uncached The shmem layer zeroes out the new pages using cached mappings, and if we don't CPU-flush we might leave dirty cachelines behind, leading to potential data leaks...

7.3CVSS5.8AI score0.00134EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2025/12/06 9:50 p.m.31 views

CVE-2025-40276 drm/panthor: Flush shmem writes before mapping buffers CPU-uncached

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Flush shmem writes before mapping buffers CPU-uncached The shmem layer zeroes out the new pages using cached mappings, and if we don't CPU-flush we might leave dirty cachelines behind, leading to potential data leaks...

7.3CVSS0.00134EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/12/06 9:50 p.m.13 views

CVE-2025-40276

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Flush shmem writes before mapping buffers CPU-uncached The shmem layer zeroes out the new pages using cached mappings, and if we don't CPU-flush we might leave dirty cachelines behind, leading to potential data leaks...

7.3CVSS5.5AI score0.00134EPSS
SaveExploits0
OSV
OSV
added 2025/12/06 9:50 p.m.7 views

CVE-2025-40276 drm/panthor: Flush shmem writes before mapping buffers CPU-uncached

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Flush shmem writes before mapping buffers CPU-uncached The shmem layer zeroes out the new pages using cached mappings, and if we don't CPU-flush we might leave dirty cachelines behind, leading to potential data leaks...

7.3CVSS6.7AI score
SaveExploits0References6
CVE
CVE
added 2025/12/06 9:50 p.m.43 views

CVE-2025-40276

CVE-2025-40276 affects the Linux kernel Panthor DRM driver (drivers/gpu/drm/panthor/panthor_gem.c). The vulnerability arises from flushing shmem writes before mapping buffers; shmem currently zeroes new pages using cached mappings and, without a CPU flush, can leave dirty cachelines behind. This ...

7.3CVSS6.5AI score0.00134EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/12/06 12:00 a.m.11 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 drm panthor not properly flushing shmem writes, which could lead to a data leak...

6AI score0.00134EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2025/12/06 12:00 a.m.17 views

PT-2025-49377

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description The Linux kernel contains a flaw within the drm/panthor subsystem related to shared memory shmem handling. Specifically, the shmem layer zeroes out new pages using cached mappings. Witho...

5.6AI score0.00677EPSS
SaveExploits4References393
RedhatCVE
RedhatCVE
added 2025/12/05 4:21 p.m.10 views

CVE-2025-40225

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix kernel panic on partial unmap of a GPU VA region This commit address a kernel panic issue that can happen if Userspace tries to partially unmap a GPU virtual region aka drmgpuva. The VMBIND interface allows parti...

5.5AI score0.00236EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/12/05 12:26 a.m.8 views

SUSE CVE-2025-40225

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix kernel panic on partial unmap of a GPU VA region This commit address a kernel panic issue that can happen if Userspace tries to partially unmap a GPU virtual region aka drmgpuva. The VMBIND interface allows parti...

5.5CVSS6.2AI score0.00236EPSS
SaveExploits0References10
NVD
NVD
added 2025/12/04 4:16 p.m.13 views

CVE-2025-40225

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix kernel panic on partial unmap of a GPU VA region This commit address a kernel panic issue that can happen if Userspace tries to partially unmap a GPU virtual region aka drmgpuva. The VMBIND interface allows parti...

0.00236EPSS
SaveExploits0References3
OSV
OSV
added 2025/12/04 4:16 p.m.14 views

UBUNTU-CVE-2025-40225

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix kernel panic on partial unmap of a GPU VA region This commit address a kernel panic issue that can happen if Userspace tries to partially unmap a GPU virtual region aka drmgpuva. The VMBIND interface allows parti...

5.7AI score0.00236EPSS
SaveExploits0References11
OSV
OSV
added 2025/12/04 3:31 p.m.9 views

CVE-2025-40225 drm/panthor: Fix kernel panic on partial unmap of a GPU VA region

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix kernel panic on partial unmap of a GPU VA region This commit address a kernel panic issue that can happen if Userspace tries to partially unmap a GPU virtual region aka drmgpuva. The VMBIND interface allows parti...

6AI score
SaveExploits0References6
Debian CVE
Debian CVE
added 2025/12/04 3:31 p.m.20 views

CVE-2025-40225

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix kernel panic on partial unmap of a GPU VA region This commit address a kernel panic issue that can happen if Userspace tries to partially unmap a GPU virtual region aka drmgpuva. The VMBIND interface allows parti...

5.2AI score0.00236EPSS
SaveExploits0
CVE
CVE
added 2025/12/04 3:31 p.m.26 views

CVE-2025-40225

CVE-2025-40225 affects the Linux kernel panthor DRM/GPU virtualization path. The issue occurs when userspace partially unmaps a GPU virtual address region (drm_gpuva) via VM_BIND, which can trigger a NULL pointer dereference in the panthor_gpuva_sm_step_remap path and cause a kernel panic. The ro...

5.8AI score0.00236EPSS
SaveExploits0References3
EUVD
EUVD
added 2025/12/04 3:31 p.m.14 views

EUVD-2025-201234

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix kernel panic on partial unmap of a GPU VA region This commit address a kernel panic issue that can happen if Userspace tries to partially unmap a GPU virtual region aka drmgpuva. The VMBIND interface allows parti...

5.6AI score0.00236EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/12/04 3:31 p.m.33 views

CVE-2025-40225 drm/panthor: Fix kernel panic on partial unmap of a GPU VA region

In the Linux kernel, the following vulnerability has been resolved: drm/panthor: Fix kernel panic on partial unmap of a GPU VA region This commit address a kernel panic issue that can happen if Userspace tries to partially unmap a GPU virtual region aka drmgpuva. The VMBIND interface allows parti...

0.00236EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/12/04 12:00 a.m.16 views

PT-2025-49052

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw exists in the Linux kernel's Panthor driver related to GPU virtual address GPUVA region unmapping. Specifically, a kernel panic can occur when userspace attempts to partially unma...

5.4AI score0.00677EPSS
SaveExploits4References394
Positive Technologies
Positive Technologies
added 2025/11/03 12:00 a.m.7 views

PT-2025-53014

Name of the Vulnerable Software and Affected Versions Linux Kernel affected versions not specified Description The Linux kernel’s Panthor DRM driver contains a use-after-free issue. The panthor fw unplug function frees firmware memory sections, but pending firmware events may still be processing ...

7.7CVSS6.4AI score0.00139EPSS
SaveExploits0
EUVD
EUVD
added 2025/10/03 8:07 p.m.14 views

EUVD-2025-27925

Malicious code in bioql PyPI...

6.4AI score0.00153EPSS
SaveExploits0References2
Rows per page
Query Builder