lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 8 Jan 2007 18:32:06 -0000
From: rudeyak@...oo.com
To: bugtraq@...urityfocus.com
Subject: Re: Re: Re: [WEB SECURITY] Universal XSS with PDF files: highly
 dangerous

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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ