CVE-2026-53273
Last modified
CVE-2026-53273 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: tee: optee: prevent use-after-free when the client exits before the supplicant Commit 70b0d6b0a199 ("tee: optee: Fix supplicant wait loop") made the client wait as killable so it can be interrupted during shutdown or after a supplicant crash. This changes the original lifetime expectations: the client task can now terminate while the supplicant is still processing its request. If the client exits first it removes the request from its queue and kfree()s it, while the request ID remains in supp->idr. EPSS estimates a 0.13% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: tee: optee: prevent use-after-free when the client exits before the supplicant Commit 70b0d6b0a199 ("tee: optee: Fix supplicant wait loop") made the client wait as killable so it can be interrupted during shutdown or after a supplicant crash. This changes the original lifetime expectations: the client task can now terminate while the supplicant is still processing its request. If the client exits first it removes the request from its queue and kfree()s it, while the request ID remains in supp->idr. A subsequent lookup on the supplicant path then dereferences freed memory, leading to a use-after-free. Serialise access to the request with supp->mutex: * Hold supp->mutex in optee_supp_recv() and optee_supp_send() while looking up and touching the request. * Let optee_supp_thrd_req() notice that the client has terminated and signal optee_supp_send() accordingly. With these changes the request cannot be freed while the supplicant still has a reference, eliminating the race.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.4.291, < 5.5 | — |
| Linux | Linux Kernel | >= 5.10.235, < 5.10.259 | — |
| Linux | Linux Kernel | >= 5.15.179, < 5.15.210 | — |
| Linux | Linux Kernel | >= 6.1.130, < 6.1.176 | — |
| Linux | Linux Kernel | >= 6.6.80, < 6.6.143 | — |
| Linux | Linux Kernel | >= 6.12.17, < 6.12.94 | — |
| Linux | Linux Kernel | >= 6.13.5, < 6.14 | — |
| Linux | Linux Kernel | >= 6.14.1, < 6.18.36 | — |
| Linux | Linux Kernel | >= 6.19, < 7.0.13 | — |
| Linux | Linux Kernel | 6.14 | — |
| Linux | Linux Kernel | 7.1 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53273?
How severe is CVE-2026-53273?
How do I fix CVE-2026-53273?
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-53268In the Linux kernel, the following vulnerability has been re…8.2
- CVE-2026-53269In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-5327A security flaw has been discovered in efforthye fast-filesy…6.3
- CVE-2026-53270In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53271In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53272In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53274In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53275In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-53276In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53277In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-53278In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53279In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-53273?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
