CVE-2026-93061
Last modified
CVE-2026-93061 is a vulnerability of currently unknown severity. 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.
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 6236451d83a720072053855fa63d51934024a707, < d7a560dc912756fd8b39b28b10818d931e863d2d; >= 6236451d83a720072053855fa63d51934024a707, < 41517c46002afd717f0f2d0975c740dd610f87fe; >= 6236451d83a720072053855fa63d51934024a707, < ebab3a25a0403bcbc0c40ef77d69d23270e45547; >= 6236451d83a720072053855fa63d51934024a707, < 4f9f0afdbdf513a49065207ff6b7e1d15051175a; >= 6236451d83a720072053855fa63d51934024a707, < 819dd96a6571f2b12496b080e5187ba3fa897232; >= 6236451d83a720072053855fa63d51934024a707, < 9ad7a6ccc7b839247663d57d3dbb4481dec492de; >= 6236451d83a720072053855fa63d51934024a707, < b00290d1dc23a5ef9a0d3103aad1fe2274e86569; >= 6236451d83a720072053855fa63d51934024a707, < bc17ac285fb708f22a8fa2c0ed32eceb1d37e6d6 |
| Linux | Linux | 3.10 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93061?
How severe is CVE-2026-93061?
How do I fix CVE-2026-93061?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-93056In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93057In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93058In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93059In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9306A security vulnerability has been detected in QuantumNous ne…3.7
- CVE-2026-93060In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93062In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93063In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-93064In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93065In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93066In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93067In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93061?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
