|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Re: Re: [WEB SECURITY] Universal XSS with PDF files: highly dangerous
rudeyak
yahoo.com
Date: Mon Jan 08 2007 - 12:32:06 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
A correction to my previous post: since THE_REQUEST looks like "GET /foo/bar/baz.pdf HTTP/1.0", the regex used needs to match the space between "pdf" and "HTTP", so this mod works better:
RewriteCond %{THE_REQUEST} .*\.pdf[^\wA-Za-z0-9._?&%-]
Again, YMMV depending on what characters you expect to be valid trailing ".pdf" in your application.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]