Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
WS-2026-0068
Published:September 07, 2026
Updated:September 10, 2026
Postfix SMTP server null pointer read denial of service. With smtputf8_enable = yes (the default) and strict_smtputf8 = yes (not the default), a VRFY command carrying a non-ASCII address without the SMTPUTF8 parameter called mail_reset() in vrfy_cmd(), resetting MAIL FROM state without resetting RCPT TO state. A crafted remote SMTP client could then send DATA and crash the Postfix SMTP server process with a null pointer read. Fixed by removing the mail_reset() call from vrfy_cmd() in src/smtpd/smtpd.c.
Affected Packages
https://github.com/vdukhovni/postfix.git (GITHUB):
Affected version(s) >=v3.8.0 <v3.8.21
Fix Suggestion:
Update to version v3.8.21
https://github.com/vdukhovni/postfix.git (GITHUB):
Affected version(s) >=v3.10.0 <v3.10.14
Fix Suggestion:
Update to version v3.10.14
https://github.com/vdukhovni/postfix.git (GITHUB):
Affected version(s) >=v3.11.0 <v3.11.7
Fix Suggestion:
Update to version v3.11.7
https://github.com/vdukhovni/postfix.git (GITHUB):
Affected version(s) >=v3.7.0 <v3.7.23
Fix Suggestion:
Update to version v3.7.23
https://github.com/vdukhovni/postfix.git (GITHUB):
Affected version(s) >=v3.6.0 <v3.6.21
Fix Suggestion:
Update to version v3.6.21
https://github.com/vdukhovni/postfix.git (GITHUB):
Affected version(s) >=v3.9.0 <v3.9.15
Fix Suggestion:
Update to version v3.9.15
https://github.com/vdukhovni/postfix.git (GITHUB):
Affected version(s) >=v3.0.0 <v3.5.28
Fix Suggestion:
Update to version v3.5.28
Do you need more information?
Contact Us
CVSS v4
Base Score:
8.2
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
HIGH
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.9
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
NONE
Integrity
NONE
Availability
HIGH
Weakness Type (CWE)
NULL Pointer Dereference