ExecutableStacks

Differences between revisions 8 and 9
Revision 8 as of 2009-08-03 16:10:34
Size: 1910
Editor: 89
Comment:
Revision 9 as of 2009-08-03 17:00:50
Size: 1911
Editor: 89
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
  * check an ELF binary: "readelf -l $BIN | grep GNU_STACK" shows with "E" flag.   * check an ELF binary: "readelf -lW $BIN | grep GNU_STACK" shows with "E" flag.

There are still some programs that have executable stack regions.

Main/Restricted Packages

Originally generated from the ELF files with executable stacks in Karmic main.

Fixed

  • zip
  • bogl

Nested Functions

Uses Nested Functions which compiler generates as trampolines on the stack.

Stack Trampolines

  • klibc (setjmp implementation)
  • kexec-tools (statically linked against klibc)

Shipped Precompiled Binary

  • fglrx-installer
  • nvidia-graphics-drivers-173
  • nvidia-graphics-drivers-180
  • nvidia-graphics-drivers-71
  • nvidia-graphics-drivers-96

Unclassified

  • icon
  • john
  • link-grammar
  • mbr
  • memtest86+
  • mono
  • openjdk-6

Fedora Patches

SecurityTeam/Roadmap/ExecutableStacks (last edited 2017-08-22 14:25:31 by jdstrand)