The vulnerability description explicitly mentions HTML injection through the username field in email messages. The Insinuator.net analysis specifically calls out that manipulated usernames are included unescaped in emergency access invite emails. The CWE-79 classification confirms this is a web page generation sanitization issue. While exact function names aren't shown in provided sources, the email template file is the logical location where username interpolation would occur without proper escaping in vulnerable versions. The high confidence comes from multiple sources aligning on the template injection vector and the security bulletin's explicit mention of email message vulnerability.