Original ExistDifferently.com Weblog of David, a Christian Network and Systems Manager, with topics ranging from Apologetics to Worldview, and some crypto, open source, programming, opinion, and daily life thrown in between.

Sun, 2007-03-04 (Mar 04)

WordPress 2.1.1 Dangerous, upgrade!

The official WordPress development blog is reporting that WordPress version 2.1.1 was compromised by a malicious hacker and anyone who downloaded that version in the past several days needs to upgrade immediately to version 2.1.2. Many more details at that link; I checked the two files they mentioned (feed.php and theme.php in the wp-includes folder) and I got one of the infected versions! If you do a “diff” and compare an infected file with one from the 2.1.2 download the infected line becomes obvious. The vulnerability, as far as I can tell, allows an attacker to easily execute any command on the system that’s allowed by the user PHP is running as by using a specially (but easily) crafted query string.

I’m still running 2.0.3 here as I write this, but I’m going to upgrade to 2.0.9 soon; I can’t run the 2.1.* series yet because I don’t have MySQL 4+ installed on my server yet.

Thanks to a post from security blogger Martin McKeay that was my first warning!

Tue, 2004-12-21 (Dec 21)

Coding “In the Flow”

Filed under: Programming,Tech (General) — David @ 02:03

Quite an awesome article, which I recognize well (even though I don’t get to do much coding by day at the moment), was posted called “‘Cringe from crossing a concentrating coder'”:http://liw.iki.fi/liw/texts/flow.en (linked from ForeverGeek’s “Coding Concentration”:http://forevergeek.com/geek_resources/coder_concentration.php post).

If you can’t tell, I like examining the reasons and methodologies behind what causes both me and others to do the things we do, the way we do them. Fascinating stuff. The article above is very good introspection along the lines it covers. I’d comment more, but it seems to speak for itself.

After some further reading, another link at the same site is pretty funny as well: “‘Important programming truths'”:http://liw.iki.fi/liw/texts/programming-truths.html

Powered by WordPress