The vulnerability stems from improper handling of compressed JWE tokens in authentication flow. Key functions involved in JWT/JWE processing were identified through: 1) The advisory's focus on JWT-based authentication components 2) CWE-400's resource consumption pattern 3) Microsoft's guidance to update specific authentication packages 4) The attack vector requiring token decompression. These functions handle critical decompression operations without proper size validation, allowing small malicious inputs to cause massive memory allocations. The high confidence comes from the direct correlation between these functions' responsibilities and the described vulnerability mechanism.