Closed
Description
$ pwn checksec ./node/node-v12.16.3-linux-x64/bin/node
[*] '/home/pdxjohnny/Downloads/node/node-v12.16.3-linux-x64/bin/node'
Arch: amd64-64-little
RELRO: Full RELRO
Stack: Canary found
NX: NX enabled
PIE: No PIE (0x400000) # <---- ASLR disabled
I see there was some discussion on this back in 2016, but I couldn't really follow, it also looks like -pie
still exists in some of the build files. Just wanted to report in case it's off by mistake.