CVE-2026-80903
Last modified
CVE-2026-80903 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix sync entry leak on OA config emit failure xe_oa_emit_oa_config() releases the sync entries and the syncs array only on its success path. When it fails before the point of no return (fence allocation, config buffer allocation or batch submission), it returns without touching stream->syncs. The stream open path handles such failures in the caller, but xe_oa_config_locked() propagates the error without any cleanup, so the syncs array and the fence references held by the parsed entries are leaked.
Description
In the Linux kernel, the following vulnerability has been resolved: drm/xe/oa: Fix sync entry leak on OA config emit failure xe_oa_emit_oa_config() releases the sync entries and the syncs array only on its success path. When it fails before the point of no return (fence allocation, config buffer allocation or batch submission), it returns without touching stream->syncs. The stream open path handles such failures in the caller, but xe_oa_config_locked() propagates the error without any cleanup, so the syncs array and the fence references held by the parsed entries are leaked. The next config ioctl overwrites stream->syncs, making the memory unreachable for good. Clean up the parsed syncs when xe_oa_emit_oa_config() fails, matching the cleanup done by the stream open error path. (cherry picked from commit 8af97b3da2cfce04e6b457c6eb17ed3c1daf912b)
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f0ab9cd205d852a9024b73c71c8d8b217a04e8f0, < fcf7943b0a38568c547d7b5702de1d8190480616; >= 9920c8b88c5cf2e44f4ff508dd3c0c96e4364db0, < 948f346fe36e1d02353c3d61b1f6b66c6af91996; >= 9920c8b88c5cf2e44f4ff508dd3c0c96e4364db0, < 027150e24e173a5dffe7f5ab3a6600618f634da2; >= 9920c8b88c5cf2e44f4ff508dd3c0c96e4364db0, < 8d33c4987cd162527375a3905017ae129ba7c3fe; >= 6.12.18, < 6.12.105 |
| Linux | Linux | 6.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80903?
How severe is CVE-2026-80903?
How do I fix CVE-2026-80903?
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-80898In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80899In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8090Use-after-free in the DOM: Networking component. This vulner…7.3
- CVE-2026-80900In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80901In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80902In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80904In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80905In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80906In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80907In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80908In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80909In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80903?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
