|
|
|
|
|
by kragen
344 days ago
|
|
What kind of problems? Like, if the administrator put something inside that directory (Unix doesn't have folders) that the web server shouldn't execute? That kind of problems? I've literally never had that problem in my life and I've had web pages for 30 years. |
|
Path traversal bugs allowing written files to land in the cgi-bin used to be a huge exploit vector. Interestingly, some software actually relied on being able to write executable files into the document root, so the simple answer of making the permissions more limited is actually not a silver bullet.
If you've never seen or heard of this, ¯\_(ツ)_/¯
> Unix doesn't have folders
Great and very important point. Someone should go fix all of these bugs:
https://github.com/search?q=repo%3Atorvalds%2Flinux%20folder...