<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Security-Holes in Attachments</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Security-Holes in Attachments]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 15:05:04 +0000</pubDate>
  <lastBuildDate>Thu, 25 Nov 2004 16:29:29 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=12701</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Security-Holes in Attachments : @-boRg-:You missunderstood....I...]]></title>
   <link>https://forums.webwiz.net/securityholes-in-attachments_topic12701_post70329.html#70329</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18425">BoNo</a><br /><strong>Subject:</strong> 12701<br /><strong>Posted:</strong> 25&nbsp;November&nbsp;2004 at 4:29pm<br /><br />@<SPAN =bold>-boRg-:<BR>You missunderstood....I didn't want to put the attachments INSIDE the database, I only want put a "reference" to the real path+filename to the file and give the downloading user an ID, which is handled by a download.asp-script, streaming the file as "filename.ext" without the path where it cames from. This would give me the feature to store the files in an area, where a "normal" user never would gain access to <font color=red>(as proposed by Gullanian)</font> over the web.<BR>This would also give the forum the possibility to check the permissions for downloading this file (tlbAttachmend holds Att_ID, Thread_ID and the RealPathToFile) by Thread_ID.<BR>The link would&nbsp;show like&nbsp;<strong>href="download.asp?ATID=4"</strong> which then checks the permissions for the Thread_ID stored in conjunction with this attachment.<BR><BR>My only problem is about the "garbaged files" when cancelling a posting after uploading.</SPAN>]]>
   </description>
   <pubDate>Thu, 25 Nov 2004 16:29:29 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/securityholes-in-attachments_topic12701_post70329.html#70329</guid>
  </item> 
  <item>
   <title><![CDATA[Security-Holes in Attachments : How about the option of uploading...]]></title>
   <link>https://forums.webwiz.net/securityholes-in-attachments_topic12701_post70321.html#70321</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1100">Gullanian</a><br /><strong>Subject:</strong> 12701<br /><strong>Posted:</strong> 25&nbsp;November&nbsp;2004 at 2:46pm<br /><br />How about the option of uploading into a private folder and streaming the file to users that have legitimate access to the file?]]>
   </description>
   <pubDate>Thu, 25 Nov 2004 14:46:07 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/securityholes-in-attachments_topic12701_post70321.html#70321</guid>
  </item> 
  <item>
   <title><![CDATA[Security-Holes in Attachments : Not so much a security hole, just...]]></title>
   <link>https://forums.webwiz.net/securityholes-in-attachments_topic12701_post70319.html#70319</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 12701<br /><strong>Posted:</strong> 25&nbsp;November&nbsp;2004 at 2:40pm<br /><br />Not so much a security hole, just something that you have to accept when using ASP.<br><br>If you upload something to a publicly accessible server you just have to accept that it is just that, 'publicly  accessible'.<br><br>The only way to prevent this is to place a password on the directory the file is uploaded to.<br><br>As most people don't have access to the server they can not do this,and even if they can unless they have access to the server, orcomponents installed the forums permissions wouldn't be able to grantthem access to that folder.<br><br>If you do as you suggest and place the attachments in the database,this would be a huge performance hit, especially if using Access as thedatabase size would become very large and full of attachements.<br><br>As far as the attachment not deleting when you hit cancel, this againcan not be overcome with ASP alone and is more to do with the uploadcomponent and the way in which the stateless HTTP protocol works.<br><br>The attachment and image upload feature is only there as peoplerequested it, but I would recommend NOT to use if security is apriority as it does mean you have to set write permissions etc. on thefolder where the files are uploaded, as well as a number of othersecurity issues.<br>]]>
   </description>
   <pubDate>Thu, 25 Nov 2004 14:40:55 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/securityholes-in-attachments_topic12701_post70319.html#70319</guid>
  </item> 
  <item>
   <title><![CDATA[Security-Holes in Attachments : Hi there,regardless of the used...]]></title>
   <link>https://forums.webwiz.net/securityholes-in-attachments_topic12701_post70317.html#70317</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=18425">BoNo</a><br /><strong>Subject:</strong> 12701<br /><strong>Posted:</strong> 25&nbsp;November&nbsp;2004 at 1:52pm<br /><br />Hi there,<BR><BR>regardless of the used upload-method there is a security hole in file-attachments. If I know the download link for a file submitted in a forum I have no regular access (i.g. permissions for me = none) I can download the file without any problems. Because the link is fully shown in the browsers url-bar when downloading (also in i.e. Excel), I have a good chance to get files from other members if I know the filename (maybe an user had access and now his account is deleted, if he knows the links he will have full access to the attachments).<BR><BR>In second, if I upload a file or image and then cancel the posting, the uploaded file remains on the server (garbage). <BR><BR>I'm currently working on my own "workaround" to solve the security issue, using a new table "tblAttachments". If someone has an allready done solution I would be happy to get a message.<BR><BR>]]>
   </description>
   <pubDate>Thu, 25 Nov 2004 13:52:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/securityholes-in-attachments_topic12701_post70317.html#70317</guid>
  </item> 
 </channel>
</rss>