Index of /ports_www/rubygem-cgi_multipart_eof_fix
Name Last modified Size
Parent Directory -
Makefile 08-Dec-2010 22:18 520
distinfo 08-Dec-2010 22:18 171
pkg-descr 09-Dec-2010 05:31 678
Fixes an exploitable bug in CGI multipart parsing which affects Ruby <= 1.8.5.
When multipart boundary attributes contain non-halting regular
expression strings, the boundary searcher in the CGI module does not properly
escape the parameter and will execute arbitrary regular expressions.
This fix adds escaping for the user data.
* Affected application servers: standalone CGI, Mongrel, WEBrick
* Unaffected: FastCGI, Ruby 1.8.6 (all servers)
* Unknown: mod_ruby
This fix will not modify versions of Ruby greater than 1.8.5, and is
cumulative with previous CGI multipart vulnerability fixes.
WWW: http://blog.evanweaver.com/pages/code#cgi_multipart_eof_fix