Ruby on Rails Security Project

Exploring the Security of Rails and friends.

Ruby on Rails Security Project header image 4

Entries from April 2008

ImageMagick security advisory

April 20th, 2008 · No Comments

A security advisory has been released for libpng, the "official PNG reference library". Libpng is used by ImageMagick, "a software suite to create, edit, and compose bitmap images". Some Rails applications use it to convert, resize or to create thumbnails. The original security advisory was issued by oCERT:
Applications using libpng that install […]

[Read more →]

Tags: General · Rails

My talk at the RubyFools Conference

April 10th, 2008 · No Comments

Here are my slides for my talk at the RubyFools Conference in Copenhagen, home of Rails. It was about advanced Rails security topics, including:

Injection in different contexts
Whitelists vs. Blacklists
Cross-Site Reference Forgery (CSRF)
Intranet and Admin security
Session fixation
Login security
User management
CookieStore
Working with files
The idea of negative CAPTCHAs

Slides at Slideshare 
Link to the slides
 (You can even recommend me)
Bookmark to

[Read more →]

Tags: Rails · WebAppSec · XSS and Rails

[WebAppSec] The idea of negative CAPTCHAs

April 4th, 2008 · 5 Comments

Spam and automatic submitters really are a problem. One idea to defend this are CAPTCHAs. CAPTCHAs are noisy images and the user (usually) has to recognize the text in the image and enter it in a field. Although some weak algorithms are already broken, this is a good way to keep junk content away. But […]

[Read more →]

Tags: WebAppSec