{"dataType":"CVE_RECORD","dataVersion":"5.2","cveMetadata":{"cveId":"CVE-2026-53273","assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","state":"PUBLISHED","assignerShortName":"Linux","dateReserved":"2026-06-09T07:44:35.395Z","datePublished":"2026-06-25T08:39:57.811Z","dateUpdated":"2026-06-28T06:41:16.151Z"},"containers":{"cna":{"providerMetadata":{"orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux","dateUpdated":"2026-06-28T06:41:16.151Z"},"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\ntee: optee: prevent use-after-free when the client exits before the supplicant\n\nCommit 70b0d6b0a199 (\"tee: optee: Fix supplicant wait loop\") made the\nclient wait as killable so it can be interrupted during shutdown or\nafter a supplicant crash. This changes the original lifetime expectations:\nthe client task can now terminate while the supplicant is still processing\nits request.\n\nIf the client exits first it removes the request from its queue and\nkfree()s it, while the request ID remains in supp->idr. A subsequent\nlookup on the supplicant path then dereferences freed memory, leading to\na use-after-free.\n\nSerialise access to the request with supp->mutex:\n\n  * Hold supp->mutex in optee_supp_recv() and optee_supp_send() while\n    looking up and touching the request.\n  * Let optee_supp_thrd_req() notice that the client has terminated and\n    signal optee_supp_send() accordingly.\n\nWith these changes the request cannot be freed while the supplicant still\nhas a reference, eliminating the race."}],"metrics":[{"cvssV3_1":{"version":"3.1","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H","baseScore":7.8,"baseSeverity":"HIGH"}}],"affected":[{"product":"Linux","vendor":"Linux","defaultStatus":"unaffected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["drivers/tee/optee/supp.c"],"versions":[{"version":"0180cf0373f84fff61b16f8c062553a13dd7cfca","lessThan":"416259cb5bffecaaae5f76539deb535a8c1b2c34","status":"affected","versionType":"git"},{"version":"c0a9a948159153be145f9471435695373904ee6d","lessThan":"724d0caffd4204b46f78efe22f18f8338031c6e1","status":"affected","versionType":"git"},{"version":"ec18520f5edc20a00c34a8c9fdd6507c355e880f","lessThan":"ae847ab29ded2d7cece4d5970f0edefa4137bf2f","status":"affected","versionType":"git"},{"version":"d61cc1a435e6894bfb0dd3370c6f765d2d12825d","lessThan":"9a0dc9279d0907b198f205a693aedf696b08145d","status":"affected","versionType":"git"},{"version":"fd9d2d6124c293e40797a080adf8a9c237efd8b8","lessThan":"d366a01475f927402c96a3fe78bfc06b924fc87d","status":"affected","versionType":"git"},{"version":"70b0d6b0a199c5a3ee6c72f5e61681ed6f759612","lessThan":"d5b57bb314d79e99bebb58a53588fa11dd4dbf69","status":"affected","versionType":"git"},{"version":"70b0d6b0a199c5a3ee6c72f5e61681ed6f759612","lessThan":"373152c94e57e9592b68c100e224fbd943cfd608","status":"affected","versionType":"git"},{"version":"70b0d6b0a199c5a3ee6c72f5e61681ed6f759612","lessThan":"387a926ee166814611acecb960207fe2f3c4fd3e","status":"affected","versionType":"git"},{"version":"3eb4911364c764572e9db4ab900a57689a54e8ce","status":"affected","versionType":"git"},{"version":"21234efe2a8474a6d2d01ea9573319de7858ce44","status":"affected","versionType":"git"},{"version":"5.10.235","lessThan":"5.10.259","status":"affected","versionType":"semver"},{"version":"5.15.179","lessThan":"5.15.210","status":"affected","versionType":"semver"},{"version":"6.1.130","lessThan":"6.1.176","status":"affected","versionType":"semver"},{"version":"6.6.80","lessThan":"6.6.143","status":"affected","versionType":"semver"},{"version":"6.12.17","lessThan":"6.12.94","status":"affected","versionType":"semver"},{"version":"5.4.291","lessThan":"5.5","status":"affected","versionType":"semver"},{"version":"6.13.5","lessThan":"6.14","status":"affected","versionType":"semver"}]},{"product":"Linux","vendor":"Linux","defaultStatus":"affected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["drivers/tee/optee/supp.c"],"versions":[{"version":"6.14","status":"affected"},{"version":"0","lessThan":"6.14","status":"unaffected","versionType":"semver"},{"version":"5.10.259","lessThanOrEqual":"5.10.*","status":"unaffected","versionType":"semver"},{"version":"5.15.210","lessThanOrEqual":"5.15.*","status":"unaffected","versionType":"semver"},{"version":"6.1.176","lessThanOrEqual":"6.1.*","status":"unaffected","versionType":"semver"},{"version":"6.6.143","lessThanOrEqual":"6.6.*","status":"unaffected","versionType":"semver"},{"version":"6.12.94","lessThanOrEqual":"6.12.*","status":"unaffected","versionType":"semver"},{"version":"6.18.36","lessThanOrEqual":"6.18.*","status":"unaffected","versionType":"semver"},{"version":"7.0.13","lessThanOrEqual":"7.0.*","status":"unaffected","versionType":"semver"},{"version":"7.1","lessThanOrEqual":"*","status":"unaffected","versionType":"original_commit_for_fix"}]}],"cpeApplicability":[{"nodes":[{"operator":"OR","negate":false,"cpeMatch":[{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"5.10.235","versionEndExcluding":"5.10.259"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"5.15.179","versionEndExcluding":"5.15.210"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.1.130","versionEndExcluding":"6.1.176"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.6.80","versionEndExcluding":"6.6.143"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.12.17","versionEndExcluding":"6.12.94"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.14","versionEndExcluding":"6.18.36"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.14","versionEndExcluding":"7.0.13"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.14","versionEndExcluding":"7.1"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"5.4.291"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.13.5"}]}]}],"references":[{"url":"https://git.kernel.org/stable/c/416259cb5bffecaaae5f76539deb535a8c1b2c34"},{"url":"https://git.kernel.org/stable/c/724d0caffd4204b46f78efe22f18f8338031c6e1"},{"url":"https://git.kernel.org/stable/c/ae847ab29ded2d7cece4d5970f0edefa4137bf2f"},{"url":"https://git.kernel.org/stable/c/9a0dc9279d0907b198f205a693aedf696b08145d"},{"url":"https://git.kernel.org/stable/c/d366a01475f927402c96a3fe78bfc06b924fc87d"},{"url":"https://git.kernel.org/stable/c/d5b57bb314d79e99bebb58a53588fa11dd4dbf69"},{"url":"https://git.kernel.org/stable/c/373152c94e57e9592b68c100e224fbd943cfd608"},{"url":"https://git.kernel.org/stable/c/387a926ee166814611acecb960207fe2f3c4fd3e"}],"title":"tee: optee: prevent use-after-free when the client exits before the supplicant","x_generator":{"engine":"bippy-1.2.0"}}}}