Description |
- |
A heap buffer underflow in smtp_ungetc() has been found in Exim before version 4.94.2. If exploitable, it would allow an unauthenticated remote attacker to execute arbitrary commands as the "exim" user (if TLS and either TLS-on-connect or X_PIPE_CONNECT are enabled). |
+ |
Exim 4 before 4.94.2 allows buffer underwrite that may result in unauthenticated remote attackers executing arbitrary commands, because smtp_ungetc was only intended to push back characters, but can actually push back non-character error codes such as EOF. |
|