Potentially Vulnerable Software

Any software that gets information from external sources.

  • Sockets, PIPEs and other IPC.

  • Files

  • Program arguments.

  • Environment variables.

Software developed in languages with direct memory access.

  • Mostly C and C++ (or at least with most devastating impact).

  • But also: Go when using “unsafe”, PHP, Python, Java, etc...

Last updated