Exposed .svn Directories

Published: 2013-12-28
Last Updated: 2013-12-30 03:25:21 UTC
by Johannes Ullrich (Version: 1)
1 comment(s)

For the last few years, we have been using subversion to manage our source code and move code live. One thing we overlooked was the fact that the .svn directories were exposed on our web server. Thanks to Ehraz and Umraz Ahmed ( #securityexe and #umrazahmed on twitter) for reporting this problem to us.

As a solution, we made a couple of configuration changes:

- prevented access to the directories via a "<Directory>" directive,
- added respective rules to our web application firewall.

 

------
Johannes B. Ullrich, Ph.D.
SANS Technology Institute
Twitter

Keywords: svn
1 comment(s)

Comments

Hi,

You shouldn't be doing SVN UP on your public webserver; you should be doing SVN EXPORT <revision #>.

That will 'download' all the files, without all the .svn stuff.

Bob

Diary Archives