Replies: 1 comment
|
Thanks for your comments. Running BBS in a Docker or dedicated VM is probably the best bet. But there are a few fragments left over from previous versions that might be able to be eliminated. It's going to take a little time to test. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
After Standard Installation there are such permissions for www-data user
sudo -l -U www-data/usr/bin/envseem dangerous as it allows to run an arbitrary command. For example, start shell and read unprotected OS files.Can BBS work without
/usr/bin/envpermission?As for the root NOPASSWD, can I remove permissions and launch these scripts run manually? They could also pose a security risk if, for example, the BBS repository were to be compromised.
It seems that the best way to address these security concerns without adding additional maintenance is to run BBS in Docker on a dedicated machine.
All reactions