524 matches found
buffer overflow in libsecure (NSA Security-enhanced Linux)
Recently the U.S. National Security Agency released a distribution called Security-enhanced Linux see http://www.nsa.gov/selinux/. This includes a modified version of the kernel and some utilities that provide a new mandatory access control architecture for Linux. The most recent version that...
[pkc] remote heap buffer overflow in oops
pkc001.txt --- Packet Knights Advisory 001 --- http://www.pkcrew.org Author : |CyRaX| [email protected] Application : Oops proxy server 1.4.22 1.4.6 and maybe prior Type: heap buffer overflow --- The problem --- Function listparser in ftputils.c : line is the line sent by the ftp server in result ...
fts.find.du.bsd.txt
Date: Wed, 12 May 1999 14:32:42 +0400 From: Stas Kisel To: [email protected] Subject: fts, du, find Hi. I use FreeBSD-2.2.8 and FreeBSD-2.2.7 and I know that these versions are no longer supported, but: 1. There are many people still using 2.2 2. This bug probably applies to FreeBSD-3.1 and ev...
AIX 4.2 - '/usr/dt/bin/dtterm' Local Buffer Overflow
include include include char prog100="/usr/dt/bin/dtterm"; char prog230="dtterm"; extern int execv; char createvarchar name,char value char c; int l; l=strlenname+strlenvalue+4; if ! c=mallocl perror"error allocating";exit2;; strcpyc,name; strcatc,"="; strcatc,value; putenvc; return c; /The...