PoC Exploit for Nginx packaging on Debian-based distros [video]
legalhackers.com
PoC Exploit for Nginx packaging on Debian-based distros [video]
1–10 of 10 posts
Re: PoC Exploit for Nginx packaging on Debian-based distros [video]
#2Re: PoC Exploit for Nginx packaging on Debian-based distros [video]
#3Re: PoC Exploit for Nginx packaging on Debian-based distros [video]
#4of course as said that won't apply to shared hosting (with shell) and client machines.
Re: PoC Exploit for Nginx packaging on Debian-based distros [video]
#5Re: PoC Exploit for Nginx packaging on Debian-based distros [video]
#6Re: PoC Exploit for Nginx packaging on Debian-based distros [video]
#7Re: PoC Exploit for Nginx packaging on Debian-based distros [video]
#8I just looked at my current Debian Jessie system and it is not as described. That is /var/log/nginx is not owned by www-data, it is owned by root. It was freshly installed not to long ago and was only configured with my ansible setup. So I'm pretty sure that was the default.
Re: PoC Exploit for Nginx packaging on Debian-based distros [video]
#9An LSM such as SELinux, Tomoyo or AppArmor could mitigate this.
On debian you just need to enable it via a kernel param and install tomoyo-tools to get going.
Re: PoC Exploit for Nginx packaging on Debian-based distros [video]
#10An LSM such as SELinux, Tomoyo or AppArmor could mitigate this.
I was just researching these a little while ago and hadn't heard of Tomoyo. Turns out it is included in the mainline kernel and is pretty simple to use. http://tomoyo.osdn.jp/ On debian you just need to enable it via a kernel param and install tomoyo-tools to get going.