Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Linux Linux — tee: amdtee: fix race condition in amdtee_open_session
AV AC PR UI S C I A CVSS EPSS %ile KEV
L H L N U N N H 4.7 .0014 3.8 —
AFFECTED
Product Versions Fixed
Linux 757cc3e9ff1d72d014096399d6e2bf03974d9da1 – —
Linux 5.6 – 5.10.177
TIMELINE
Apr 16 Reserved by Linux
May 2 Published (CNA: Linux)
Aug 4 RESCORED — CVE-2023-53047 (Linux). CVSS 7.8 → 4.7 (NVD).
Description
In the Linux kernel, the following vulnerability has been resolved:
tee: amdtee: fix race condition in amdtee_open_session
There is a potential race condition in amdtee_open_session that may
lead to use-after-free. For instance, in amdtee_open_session() after
sess->sess_mask is set, and before setting:
sess->session_info[i] = session_info;
if amdtee_close_session() closes this same session, then 'sess' data
structure will be released, causing kernel panic when 'sess' is
accessed within amdtee_open_session().
The solution is to set the bit sess->sess_mask as the last step in
amdtee_open_session().
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| April 16, 2025 | Reserved | Reserved by Linux |
| May 2, 2025 | Published | Published (CNA: Linux) |
| August 4, 2026 | RESCORED | RESCORED — CVE-2023-53047 (Linux). CVSS 7.8 → 4.7 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | 757cc3e9ff1d72d014096399d6e2bf03974d9da1 | — |
| Linux | Linux | — | 5.6 | 5.10.177 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2023-53047 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.