VYPR
High severity7.8NVD Advisory· Published May 2, 2025· Updated Aug 4, 2026

CVE-2023-53047

CVE-2023-53047

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().

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

7
  • Linux/Kernel6 versions
    cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*+ 5 more
    • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*range: >=5.6,<5.10.177
    • cpe:2.3:o:linux:linux_kernel:6.3:rc1:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:6.3:rc2:*:*:*:*:*:*
    • cpe:2.3:o:linux:linux_kernel:6.3:rc3:*:*:*:*:*:*
    • (no CPE)
    • (no CPE)range: 5.6
  • osv-coords
    Range: >= 5.6.0, < 5.10.177

Patches

Vulnerability mechanics

References

5

News mentions

0

No linked articles in our index yet.