CVE-2026-45201
Received Received - Intake

Improper GPU Page Allocation in Linux Kernel

Vulnerability report for CVE-2026-45201, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-21

Last updated on: 2026-08-21

Assigner: imaginationtech

Description

Software installed and run as a non-privileged user may conduct improper GPU system calls to pass invalid log2 page size when allocating physical pages leading to OOB read and/or write due to improper validation of the said value. Such crafted log2 page size could lead to 4K pages being treated as higher order pages and allowing read and/or write access to the memory beyond 4K threshold.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-21
Last Modified
2026-08-21
Generated
2026-08-21
AI Q&A
2026-08-21
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-1284 The product receives input that is expected to specify a quantity (such as size or length), but it does not validate or incorrectly validates that the quantity has the required properties.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves software running as a non-privileged user making improper GPU system calls. It passes an invalid log2 page size when allocating physical pages, leading to out-of-bounds (OOB) read and/or write due to lack of validation. This could cause 4K pages to be treated as higher-order pages, allowing access to memory beyond the 4K threshold.

Detection Guidance

This vulnerability involves improper GPU system calls due to invalid log2 page size validation. Detection requires inspecting GPU driver behavior and system call logs for anomalous memory access patterns. Check for OOB read/write events in system logs or GPU driver diagnostics. Use commands like 'dmesg' or 'journalctl' to review kernel logs for GPU-related errors. Monitor for crashes or memory corruption in applications using GPU acceleration.

Impact Analysis

An attacker with local access could exploit this to read or write memory outside intended boundaries, potentially escalating privileges, crashing the system, or leaking sensitive data. Systems using vulnerable GPU software may be at risk.

Compliance Impact

This vulnerability could lead to unauthorized memory access, potentially exposing sensitive data. This may violate GDPR's data protection principles and HIPAA's security requirements for safeguarding protected health information.

Mitigation Strategies

Update the affected software to the latest patched version as soon as it becomes available. Restrict GPU access to trusted users only and monitor for unusual GPU-related activities or memory access patterns.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-45201. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart