Logo
componentpostfix
Name
postfix
Version
3.8.2-r2
Type
library
Description
-
Licenses
-
PURL
-
CPE
cpe:2.3:a:postfix:postfix:3.8.2:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
3.8.2-r2

Patches#


#
Title
Author
Resolve
1
Patch #1
Unknown
2
Patch #2
Unknown
3
Patch #3
Unknown
4
correct signature of closefrom() API
Khem Raj <raj.khem@gmail.com>
5
Patch #5
Unknown
6
Patch #6
Unknown
7
Patch #7
Unknown
8
Patch #8
Unknown
9
Patch #9
Unknown
10
Patch #10
Unknown

Vulnerabilities#


Name
Analysis
Description
Exploitable
Postfix before 3.8.16, 3.9 before 3.9.10, and 3.10 before 3.10.9 sometimes allows a buffer over-read and process crash via an enhanced status code that lacks text after the third number.
Exploitable
Postfix through 3.8.5 allows SMTP smuggling unless configured with smtpd_data_restrictions=reject_unauth_pipelining and smtpd_discard_ehlo_keywords=chunking (or certain other options that exist in recent versions). Remote attackers can use a published exploitation technique to inject e-mail messages with a spoofed MAIL FROM address, allowing bypass of an SPF protection mechanism. This occurs because Postfix supports <LF>.<CR><LF> but some other popular e-mail servers do not. To prevent attack variants (by always disallowing <LF> without <CR>), a different solution is required, such as the smtpd_forbid_bare_newline=yes option with a Postfix minimum version of 3.5.23, 3.6.13, 3.7.9, 3.8.4, or 3.9.