SMTP command injection in lettre
Description
Reviewed
Jun 1, 2021
Published to the GitHub Advisory Database
Jul 12, 2021
Published by the National Vulnerability Database
Aug 8, 2021
Last updated
Feb 3, 2023
Impact
Affected versions of lettre allowed SMTP command injection through an attacker's controlled message body. The module for escaping lines starting with a period wouldn't catch a period that was placed after a double CRLF sequence, allowing the attacker to end the current message and write arbitrary SMTP commands after it.
Fix
The flaw is fixed by correctly handling consecutive CRLF sequences.
References
References