Vulnerability Description
Postal is an open source SMTP server. Postal versions less than 3.0.0 are vulnerable to SMTP Smuggling attacks which may allow incoming e-mails to be spoofed. This, in conjunction with a cooperative outgoing SMTP service, would allow for an incoming e-mail to be received by Postal addressed from a server that a user has 'authorised' to send mail on their behalf but were not the genuine author of the e-mail. Postal is not affected for sending outgoing e-mails as email is re-encoded with `<CR><LF>` line endings when transmitted over SMTP. This issue has been addressed and users should upgrade to Postal v3.0.0 or higher. Once upgraded, Postal will only accept End of DATA sequences which are explicitly `<CR><LF>.<CR><LF>`. If a non-compliant sequence is detected it will be logged to the SMTP server log. There are no workarounds for this issue.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Postalserver | Postal | < 3.0.0 |
Related Weaknesses (CWE)
References
- https://github.com/postalserver/postal/commit/0140dc4Patch
- https://github.com/postalserver/postal/security/advisories/GHSA-j42r-6c99-hqf2Vendor Advisory
- https://sec-consult.com/blog/detail/smtp-smuggling-spoofing-e-mails-worldwideTechnical Description
- https://www.postfix.org/smtp-smuggling.htmlExploit
- https://github.com/postalserver/postal/commit/0140dc4Patch
- https://github.com/postalserver/postal/security/advisories/GHSA-j42r-6c99-hqf2Vendor Advisory
- https://sec-consult.com/blog/detail/smtp-smuggling-spoofing-e-mails-worldwideTechnical Description
- https://www.postfix.org/smtp-smuggling.htmlExploit
FAQ
What is CVE-2024-27938?
CVE-2024-27938 is a vulnerability with a CVSS score of 5.3 (MEDIUM). Postal is an open source SMTP server. Postal versions less than 3.0.0 are vulnerable to SMTP Smuggling attacks which may allow incoming e-mails to be spoofed. This, in conjunction with a cooperative o...
How severe is CVE-2024-27938?
CVE-2024-27938 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-27938?
Check the references section above for vendor advisories and patch information. Affected products include: Postalserver Postal.