CVE-2026-93061

Source
https://cve.org/CVERecord?id=CVE-2026-93061
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93061.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-93061
Downstream
Published
2026-09-17T16:10:47Z
Modified
2026-09-18T03:48:44Z
Summary
gpu: host1x: Avoid stack over-read in debug output helpers
Details

In the Linux kernel, the following vulnerability has been resolved:

gpu: host1x: Avoid stack over-read in debug output helpers

host1x_debug_output() and host1x_debug_cont() used vsnprintf(), which returns the length the formatted string would have reached with an unbounded buffer. That return value was passed straight to o->fn as the number of bytes to emit.

This could cause a read past end of the output buffer if a call to host1x_debug_* produced a string longer than 256 bytes. This only affected the debugfs files as the printk debug sink ignores the number of bytes. In practice, this is very unlikely to occur.

Fix by switching to vscnprintf(), which returns the number of bytes actually written.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/93xxx/CVE-2026-93061.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
6236451d83a720072053855fa63d51934024a707
Fixed
d7a560dc912756fd8b39b28b10818d931e863d2d
Fixed
41517c46002afd717f0f2d0975c740dd610f87fe
Fixed
ebab3a25a0403bcbc0c40ef77d69d23270e45547
Fixed
4f9f0afdbdf513a49065207ff6b7e1d15051175a
Fixed
819dd96a6571f2b12496b080e5187ba3fa897232
Fixed
9ad7a6ccc7b839247663d57d3dbb4481dec492de
Fixed
b00290d1dc23a5ef9a0d3103aad1fe2274e86569
Fixed
bc17ac285fb708f22a8fa2c0ed32eceb1d37e6d6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93061.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.10.0
Fixed
5.10.270
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.221
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-93061.json"