
Summary: The Linux binaries nordvpn and nordvpnd don't have PIE/ASLR enabled. A such feature is used to harden programs against the exploitation of memory corruption bugs and should be enabled. The use of ASLR has long been debated among the Golang community. However, it seems that it's becoming the default choice now. Steps To Reproduce: $ rabin2 -I /usr/bin/nordvpn | grep pic pic false $ rabin2 -I /usr/sbin/nordvpnd | grep pic pic false Supporting Material/References: https://insanitybit.github.io/2016/12/28/golang-and-rustlang-memory-safety https://github.com/golang/go/issues/35192 https://fedoraproject.org/wiki/Changes/golang-buildmode-pie Impact Any memory corruption bug (e.g. buffer overflow) can easily lead to a working exploit when ASLR is not...
SOCIAL SHARE CARD GENERATOR