Correct me if I’m wrong but as far as I can tell Kirby is not affected. According to this document a malicious email address looks like this: "Attacker \" -Param2 -Param3"@test.com. Kirby’s Email class uses v::email to validate the email addresses before the email is sent. The validation function in turn uses filter_var with FILTER_VALIDATE_EMAIL. If I try this:
Kirby does not ship with PHPMailer. Users can install PHPMailer themselves as a plugin or as part of a plugin, but this is indeed not related to Kirby directly.