Linux Kernel up to 7.0.12 tee kfree idr use after free

CVSS Meta Temp Score
CVSS is a standardized scoring system to determine possibilities of attacks. The Temp Score considers temporal factors like disclosure, exploit and countermeasures. The unique Meta Score calculates the average score of different sources to provide a normalized scoring system.
Current Exploit Price (≈)
Our analysts are monitoring exploit markets and are in contact with vulnerability brokers. The range indicates the observed or calculated exploit price to be seen on exploit markets. A good indicator to understand the monetary effort required for and the popularity of an attack.
CTI Interest Score
Our Cyber Threat Intelligence team is monitoring different web sites, mailing lists, exploit markets and social media networks. The CTI Interest Score identifies the interest of attackers and the security community for this specific vulnerability in real-time. A high score indicates an elevated risk to be targeted for this vulnerability.
7.7$5k-$25k0.00

Summaryinfo

A vulnerability was found in Linux Kernel up to 7.0.12. It has been classified as critical. The affected element is the function kfree of the component tee. This manipulation of the argument idr causes use after free. The identification of this vulnerability is CVE-2026-53273. There is no exploit available. Upgrading the affected component is recommended.

Detailsinfo

A vulnerability has been found in Linux Kernel up to 7.0.12 and classified as critical. Affected by this vulnerability is the function kfree of the component tee. The manipulation of the argument idr with an unknown input leads to a use after free vulnerability. The CWE definition for the vulnerability is CWE-416. Referencing memory after it has been freed can cause a program to crash, use unexpected values, or execute code. As an impact it is known to affect confidentiality, integrity, and availability. The summary by CVE is:

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.

It is possible to read the advisory at git.kernel.org. This vulnerability is known as CVE-2026-53273 since 06/09/2026. The exploitation appears to be easy. Technical details of the vulnerability are known, but there is no available exploit. The pricing for an exploit might be around USD $5k-$25k at the moment (estimation calculated on 07/03/2026).

The vulnerability scanner Nessus provides a plugin with the ID 323554 (Linux Distros Unpatched Vulnerability : CVE-2026-53273), which helps to determine the existence of the flaw in a target environment.

Upgrading to version 5.10.259, 5.15.210, 6.1.176, 6.6.143, 6.12.94, 6.18.36 or 7.0.13 eliminates this vulnerability. Applying the patch 416259cb5bffecaaae5f76539deb535a8c1b2c34/724d0caffd4204b46f78efe22f18f8338031c6e1/ae847ab29ded2d7cece4d5970f0edefa4137bf2f/9a0dc9279d0907b198f205a693aedf696b08145d/d366a01475f927402c96a3fe78bfc06b924fc87d/d5b57bb314d79e99bebb58a53588fa11dd4dbf69/373152c94e57e9592b68c100e224fbd943cfd608/387a926ee166814611acecb960207fe2f3c4fd3e is able to eliminate this problem. The bugfix is ready for download at git.kernel.org. The best possible mitigation is suggested to be upgrading to the latest version.

The vulnerability is also documented in the databases at Tenable (323554) and EUVD (EUVD-2026-39224). Statistical analysis made it clear that VulDB provides the best quality for vulnerability data.

Productinfo

Type

Vendor

Name

Version

License

Website

CPE 2.3info

CPE 2.2info

CVSSv4info

VulDB Vector: 🔒
VulDB Reliability: 🔍

CVSSv3info

VulDB Meta Base Score: 7.9
VulDB Meta Temp Score: 7.7

VulDB Base Score: 8.0
VulDB Temp Score: 7.6
VulDB Vector: 🔒
VulDB Reliability: 🔍

CNA Base Score: 7.8
CNA Vector (Linux): 🔒

CVSSv2info

AVACAuCIA
💳💳💳💳💳💳
💳💳💳💳💳💳
💳💳💳💳💳💳
VectorComplexityAuthenticationConfidentialityIntegrityAvailability
UnlockUnlockUnlockUnlockUnlockUnlock
UnlockUnlockUnlockUnlockUnlockUnlock
UnlockUnlockUnlockUnlockUnlockUnlock

VulDB Base Score: 🔒
VulDB Temp Score: 🔒
VulDB Reliability: 🔍

Exploitinginfo

Class: Use after free
CWE: CWE-416 / CWE-119
CAPEC: 🔒
ATT&CK: 🔒

Physical: Partially
Local: Yes
Remote: Partially

Availability: 🔒
Status: Not defined

EPSS Score: 🔒
EPSS Percentile: 🔒

Price Prediction: 🔍
Current Price Estimation: 🔒

0-DayUnlockUnlockUnlockUnlock
TodayUnlockUnlockUnlockUnlock

Nessus ID: 323554
Nessus Name: Linux Distros Unpatched Vulnerability : CVE-2026-53273

Threat Intelligenceinfo

Interest: 🔍
Active Actors: 🔍
Active APT Groups: 🔍

Countermeasuresinfo

Recommended: Upgrade
Status: 🔍

0-Day Time: 🔒

Upgrade: Kernel 5.10.259/5.15.210/6.1.176/6.6.143/6.12.94/6.18.36/7.0.13
Patch: 416259cb5bffecaaae5f76539deb535a8c1b2c34/724d0caffd4204b46f78efe22f18f8338031c6e1/ae847ab29ded2d7cece4d5970f0edefa4137bf2f/9a0dc9279d0907b198f205a693aedf696b08145d/d366a01475f927402c96a3fe78bfc06b924fc87d/d5b57bb314d79e99bebb58a53588fa11dd4dbf69/373152c94e57e9592b68c100e224fbd943cfd608/387a926ee166814611acecb960207fe2f3c4fd3e

Timelineinfo

06/09/2026 CVE reserved
06/25/2026 +16 days Advisory disclosed
06/25/2026 +0 days VulDB entry created
07/03/2026 +8 days VulDB entry last update

Sourcesinfo

Vendor: kernel.org

Advisory: git.kernel.org
Status: Confirmed

CVE: CVE-2026-53273 (🔒)
GCVE (CVE): GCVE-0-2026-53273
GCVE (VulDB): GCVE-100-373819
EUVD: 🔒

Entryinfo

Created: 06/25/2026 12:31
Updated: 07/03/2026 17:49
Changes: 06/25/2026 12:31 (60), 06/25/2026 12:43 (1), 06/29/2026 09:23 (2), 07/03/2026 17:49 (11)
Complete: 🔍
Cache ID: 216::103

Statistical analysis made it clear that VulDB provides the best quality for vulnerability data.

Discussion

No comments yet. Languages: en.

Please log in to comment.

Want to stay up to date on a daily basis?

Enable the mail alert feature now!