Home > Drupal > Is InformationWeek right? Are most all Drupal sites insecure?

Is InformationWeek right? Are most all Drupal sites insecure?

August 21st, 2008
yellow cloud of beautyImage by sophiea via Flickr

Personally, I think it’s just spreading FUD; but Information Week is reporting that “Just over a week ago, security researcher Mike Perry presented information at the DEFCON security conference about a vulnerability that affects many SSL-secured Web sites, including Amazon, Facebook, Gmail, addons.mozilla.org, most Drupal sites, and many online merchants and banks. ”

I have no idea why Drupal would be mentioned by name in this manner, especially if it’s a problem with cookies and the SSL protocol.

Are there any Drupal core devs who would like to comment on this security issue? I’d love the write a follow-up blog post with the full story!

Reblog this post [with Zemanta]
No TweetBacks yet. (Be the first to Tweet this post)

Drupal , ,

  1. August 21st, 2008 at 21:22 | #1

    We’re way ahead of you! :-)

    http://drupal.org/node/170310 addresses the SSL-based session cookie issue. Dries committed it 3 days ago to Drupal 7 and Drupal 6. And Drupal 5 will be patched shortly.

    Here’s the comments I wrote for the patch:

    “To prevent session cookies from being hijacked, a user can configure the SSL version of their website to only transfer session cookies via SSL by using PHP’s session.cookie_secure setting. The browser will then use two separate session cookies for the HTTPS and HTTP versions of the site.” And the HTTPS session cookie will be protected from hijacking.

    You’ll still need to configure HP’s session.cookie_secure setting on the SSL version of the website, as Drupal doesn’t enforce that.

  2. August 22nd, 2008 at 04:41 | #2

    There’s a patch that just landed in core that addresses this particular issue in Drupal:

    http://drupal.org/node/170310

    Mike Perry probably mentioned Drupal since that’s what his website is running.

  1. August 22nd, 2008 at 07:13 | #1
  2. August 22nd, 2008 at 11:03 | #2