today | current | recent | random ... categories | search ... who ... syndication

Tuesday, October 09 2001

Two words : chmod 0777

<snip>

What does that mean, exactly? I'm not fluent in file permissions; is this considered bad security juju or what?

It means that the directories/files are world writable. In a web context it means that the magic web-server user (usually "http" or "www") has permissions to write all that stuff in a www/blog form to disk (read : index.html)

It also means that any other user on the same server can affect said files. Since most installs of Apache explicitly disallow HTTP "PUT" (read:write) statements, there is some illusory protection from random people all over the Internet, proper, writing to the unprotected directory.

On the other hand, if your webhost offers shell access it would be pretty easy for a bad person, with a login, to snoop out[1] one or more [ insert insecure weblog application here ] directories. From there, they could do something like install a PHP upload form and, bang, your weblog has turned into an instant warez node[2]. Or it may suddenly be "protected" by an .htaccess file you didn't write. That kind of thing.

...

[Y]ou can solve most of these problems if your webhost filters cgi-scripts through a "cgiwrapper" that suids to user 'you'. Since you have write permissions on your own directories, you don't have to extend the privilege to the web-server or anyone else. I haven't done a survey, but I suspect that any ISP/webhost worth it's salt uses a wrapper, which makes install docs that say "0777" all the more frustrating.

[1] Due to the nature and history of Unix systems, many of the auditing tools are readily available and you can find out a whole lot despite the best efforts of security-minded sysadmins...

[2] This is probably unlikely, since PHP is usually built with limits on file uploads but you get the idea.

</snip>

see also : W3C World Wide Web Security FAQ - CGI (Server) Scripts and Practical UNIX & Internet Security, UNIX Security Checklist

refers to

meta

I've always thought Damien Hirst was a bit of a twit

but this interview pretty much cements it for me. He does, however, coin the very memorable phrase And Bacon's got the guts to fuck in hell. I have no idea what it is supposed to mean but it has a nice ring to it. Something feisty, to greet the day with!

meta

B. K. Oxley : Arguments.pm

"I had an epiphany to use subroutine attributes for argument type checking, and to try and make it clean and simple to use. It is not there yet, but I hope to get it there. If nothing else, it is a new, fun area of Perl for me to explore."

refers to

meta

Marc Jason Dominus : EZDBI.pm

Installs Perl functions mimicking common SQL functions. I'm not sure I like the interface (I am a sucker for "->"s and not really looking forward to dots, but I digress...) though it looks interesting and MJD always writes exceptionally clever code.

refers to

meta

The dict-ified dictionary.com word of the day is gustatory

| source : web1913 | Gustatory \Gusta*to*ry\, a. Pertaining to, or subservient to, the sense of taste; as, the gustatory nerve which supplies the front of the tongue. | source : wn | gustatory adj : of or relating to gustation [syn: {gustative}, {gustatorial}]

refers to

meta

 
 
Monday, October 08 2001 ←  → Wednesday, October 10 2001