cve/2024/CVE-2024-51997.md
2025-09-29 16:08:36 +00:00

18 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### [CVE-2024-51997](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-51997)
![](https://img.shields.io/static/v1?label=Product&message=trustee&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3C%200.8.2%20&color=brighgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-287%3A%20Improper%20Authentication&color=brighgreen)
### Description
Trustee is a set of tools and components for attesting confidential guests and providing secrets to them. The ART (**Attestation Results Token**) token, generated by AS, could be manipulated by MITM attacker, but the verifier (CoCo Verification Demander like KBS) could still verify it successfully. In the payload of ART token, the jwk could be replaced by attacker with his own pub key. Then attacker can use his own corresponding private key to sign the crafted ART token. Based on current code implementation (v0.8.0), such replacement and modification can not be detected. This issue has been addressed in version 0.8.2 and all users are advised to upgrade. There are no known workarounds for this vulnerability.
### POC
#### Reference
- https://github.com/confidential-containers/trustee/security/advisories/GHSA-7jc6-j236-vvjw
#### Github
No PoCs found on GitHub currently.