intel / numatop

NumaTOP is an observation tool for runtime memory locality characterization and analysis of processes and threads running on a NUMA system.
BSD 3-Clause "New" or "Revised" License
197 stars 47 forks source link

using mount and umount can be potentially exploited #60

Closed ColinIanKing closed 2 months ago

ColinIanKing commented 4 years ago

The calls to mount and umount are assuming the correct tools are in the $PATH and not any other dubiously behaving commands added the $PATH. It may be more sensible to remove the exec of these and replace them with the mount/umount system call alternatives.