thezakman / unix-privesc-check

Automatically exported from code.google.com/p/unix-privesc-check

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add privileged_* security checks to assess scripts

GoogleCodeExporter opened this issue · comments

Add privileged_* security checks to assess scripts:
* Check for straight OS command injections
* Check for race condition bugs (e.g. symlink attack)
* ...

Original issue reported on code.google.com by bernardo.damele on 1 Nov 2012 at 1:07

Original comment by bernardo.damele on 5 Nov 2012 at 10:26

  • Changed state: Started
r329 is relevant.

Original comment by bernardo.damele on 5 Nov 2012 at 10:29

With regards to race conditions, r333 now also consider scripts.

Original comment by bernardo.damele on 5 Nov 2012 at 10:33

This issue was closed by revision r334.

Original comment by bernardo.damele on 5 Nov 2012 at 10:34

  • Changed state: Fixed