1249121586_kappfinder

A list of some public bugs discovered during testing/fuzzing/source reviewing/using

Some bugs found with using bugle
fssdispadmin buffer overflow
There is a buffer overflow vulnerability in fssdispadmin at line 70
CODE : (void) strcpy(cmdpath, argv[0]);
BUG : if argv[0] larger than 256 chars a BOF condidition will occure
*This bug has been reported to opensolaris team.
Nireport Buffer overflow (Mac OS X 10.4.7 (Darwin 8.7)
There is a buffer overflow vulnerability in nineport at line 178
CODE : char myname[128]; …… if (slash == NULL) strcpy(myname, argv[0]);
BUG : if argv[0] larger than 128 chars a BOF condidition will occure
/usr/sbin/nireport runs as the user executing it and is not granted any additional privileges by default.
*This bug has been reported to Apple's security team.

Some simple bugs found using bugle and autobugle

    • fssdispadmin buffer overflow

There is a buffer overflow vulnerability in fssdispadmin at line 70
CODE : (void) strcpy(cmdpath, argv[0]);
BUG : if argv[0] larger than 256 chars a BOF condidition will occur
*This bug has been reported to opensolaris team.

    • Nireport Buffer overflow (Mac OS X 10.4.7 (Darwin 8.7)

There is a buffer overflow vulnerability in nineport at line 178
CODE : char myname[128]; ..... if (slash == NULL) strcpy(myname, argv[0]);
BUG : if argv[0] larger than 128 chars a BOF condidition will occure /usr/sbin/nireport runs as the user executing it and is not granted any additional privileges by default.
*This bug has been reported to Apple's security team.


Some exhaustion buggies (most likely not exploitable) :

Both of these are recursion bugs and are triggered by the character '?' and '#'

  • OBJECT Internet Explorer Remote Crash - BID 10167
  • IFRAME Internet Explorer crash - BID 10073