Sitecore has determined that a specially-crafted URL may allow website visitors to download files under the web root of the site when the name of the file is already known to the visitor. Affected files do not include .config, .aspx or .cs files. The issue does not allow for directory browsing.
This issue is fixed in:
Installation Instructions for Fix #424428:
<processor type="Sitecore.Pipelines.PreprocessRequest.IIS404Handler, Sitecore.Kernel" />with this line
<processor type="Sitecore.Support.Pipelines.PreprocessRequest.IIS404Handler, Sitecore.Support.424428" />
<param desc="Blocked extensions that do not stream files (comma separated)"></param>and add the "dll" extension
<param desc="Blocked extensions that do not stream files (comma separated)">dll</param>