|
WebApp Sec
mailing list archives
RE: Controlling access to pdf/doc files
From: "Mark Mcdonald" <m.mcdonald () cgl com au>
Date: Wed, 25 Feb 2004 16:12:47 +0800
Hi,
If you're using IIS, you could easily write an ISAPI filter (DLL) and implement it at the site (or directory, as
required) level to check the authentication, and set the filter to PDF, DOC and any other file extensions you want
filtered.
I have not attempted to do this, nor am I aware of anyone else implenting it, but I can't see any reason why it
wouldn't work.
Mark
Mark McDonald | CGL
is | web developer
-----Original Message-----
From: Sangita Pakala [mailto:sangita.pakala () paladion net]
Sent: Tuesday, February 24, 2004 11:22 PM
To: webappsec () securityfocus com
Subject: Controlling access to pdf/doc files
Hi,
Could I have the list's thoughts on an answer we are preparing for the
next version of the AppSec FAQ at OWASP.
Question - How can I ensure my application allows only authenticated
users access to files like *.pdf or *.doc?
Issue - Suppose a web site, say a bank site, displays the user's account
statement as a .doc file. What if someone tries to access this file by
typing its full URL into the address bar? How does the application check
whether the user trying to access the file is the authenticated user and
that the session has not expired?
Solution - One solution is to have a random number for the name of the
file or the folder containing it. This random number could even be
related to the session token of the user. This file/folder should then
be deleted as soon as the user's session has expired.
Are there better methods available to address this issue? Can the web
server run a server side program to verify the session token before
serving the final GET request for the file?
Thanks,
Sangita.
OWASP AppSec FAQ
http://www.owasp.org/documentation/appsecfaq
Paladion Networks
http://www.paladion.net
By Date
By Thread
Current thread:
- RE: Controlling access to pdf/doc files, (continued)
RE: Controlling access to pdf/doc files Zuech, Richard (Feb 26)
RE: Controlling access to pdf/doc files Mark Mcdonald (Feb 26)
RE: Controlling access to pdf/doc files Harper.Matthew (Feb 26)
RE: Controlling access to pdf/doc files Noah Gray (Feb 26)
Re: Controlling access to pdf/doc files siput (Feb 28)
|