Quantcast
Channel: SQL Server Reporting Services, Power View 포럼
Viewing all articles
Browse latest Browse all 24955

ReportServer method in vti_bin appears to document entire site collection map to any authenticated user

$
0
0

SharePoint 2010 CU 12/2011

SSRS 2008R2

If I log in as a lowest of low priv user, and navigate to /vti_bin/reportserver, I see a complete list of site collections in the application.

I'm testing the ramifications of putting the following in web.config, but wondered if there's something fundamentally wrong here. Does SSRS not security-trim based on current user? Are there other methods or services we should be concerned about?

  <location path="vti_bin/reportserver">
    <system.web>
      <authorization>
        <deny users="*" />
      </authorization>
    </system.web>
  </location>
  <location path="_vti_bin/reportserver">
    <system.web>
      <authorization>
        <deny users="*" />
      </authorization>
    </system.web>
  </location>
  <location path="_layouts/_vti_bin/reportserver">
    <system.web>
      <authorization>
        <deny users="*" />
      </authorization>
    </system.web>
  </location>


Viewing all articles
Browse latest Browse all 24955

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>