Sunday 30 August 2020

CSRF Referer Header Strip

Intro

Most of the web applications I see are kinda binary when it comes to CSRF protection; either they have one implemented using CSRF tokens (and more-or-less covering the different functions of the web application) or there is no protection at all. Usually, it is the latter case. However, from time to time I see application checking the Referer HTTP header.

A couple months ago I had to deal with an application that was checking the Referer as a CSRF prevention mechanism, but when this header was stripped from the request, the CSRF PoC worked. BTW it is common practice to accept empty Referer, mainly to avoid breaking functionality.

The OWASP Cross-Site Request Forgery (CSRF) Prevention Cheat Sheet tells us that this defense approach is a baaad omen, but finding a universal and simple solution on the Internetz to strip the Referer header took somewhat more time than I expected, so I decided that the stuff that I found might be useful for others too.

Solutions for Referer header strip

Most of the techniques I have found were way too complicated for my taste. For example, when I start reading a blog post from Egor Homakov to find a solution to a problem, I know that I am going to:
  1. learn something very cool;
  2. have a serious headache from all the new info at the end.
This blog post from him is a bit lighter and covers some useful theoretical background, so make sure you read that first before you continue reading this post. He shows a few nice tricks to strip the Referer, but I was wondering; maybe there is an easier way?

Rich Lundeen (aka WebstersProdigy) made an excellent blog post on stripping the Referer header (again, make sure you read that one first before you continue). The HTTPS to HTTP trick is probably the most well-known one, general and easy enough, but it quickly fails the moment you have an application that only runs over HTTPS (this was my case).

The data method is not browser independent but the about:blank trick works well for some simple requests. Unfortunately, in my case the request I had to attack with CSRF was too complex and I wanted to use XMLHttpRequest. He mentions that in theory, there is anonymous flag for CORS, but he could not get it work. I also tried it, but... it did not work for me either.

Krzysztof Kotowicz also wrote a blog post on Referer strip, coming to similar conclusions as Rich Lundeen, mostly using the data method.

Finally, I bumped into Johannes Ullrich's ISC diary on Referer header and that led to me W3C's Referrer Policy. So just to make a dumb little PoC and show that relying on Referer is a not a good idea, you can simply use the "referrer" meta tag (yes, that is two "r"-s there).

The PoC would look something like this:
<html>
<meta name="referrer" content="never">
<body>
<form action="https://vistimsite.com/function" method="POST">
<input type="hidden" name="param1" value="1" />
<input type="hidden" name="param2" value="2" />
...
</form>
<script>
document.forms[0].submit();
</script>
</body>
</html>

Conclusion

As you can see, there is quite a lot of ways to strip the Referer HTTP header from the request, so it really should not be considered a good defense against CSRF. My preferred way to make is PoC is with the meta tag, but hey, if you got any better solution for this, use the comment field down there and let me know! :)

More information


  1. Hacker Techniques Tools And Incident Handling
  2. Hacking Tools For Windows 7
  3. Hack Tools For Games
  4. Growth Hacker Tools
  5. Hacking Tools For Windows Free Download
  6. World No 1 Hacker Software
  7. Hack Tools
  8. Pentest Tools Github
  9. Github Hacking Tools
  10. Hack Tools For Ubuntu
  11. Hacking Tools Online
  12. Hack Tools For Pc
  13. Hacker Tools For Mac
  14. Pentest Tools Github
  15. Ethical Hacker Tools
  16. Android Hack Tools Github
  17. Hacker Tools List
  18. Hack Tools For Ubuntu
  19. Pentest Tools Tcp Port Scanner
  20. Hacking Tools Mac
  21. Hackers Toolbox
  22. Hacker Tools
  23. Pentest Reporting Tools
  24. Hacking Tools Windows
  25. Hacking Tools For Beginners
  26. Hacker
  27. Hacker Tools Github
  28. Hacker Tools For Mac
  29. Pentest Tools Review
  30. Hacker Tools Free
  31. How To Make Hacking Tools
  32. Hacking Tools For Mac
  33. Pentest Tools Kali Linux
  34. Hacker Tools For Ios
  35. Hacking Tools Hardware
  36. Pentest Tools Download
  37. Hacker Tools Windows
  38. Pentest Tools Bluekeep
  39. Hacker Tools Github
  40. Hack App
  41. Hacker
  42. Pentest Tools Website Vulnerability
  43. Hacker Tools Software
  44. Hacking Tools Github
  45. Hack Rom Tools
  46. Hack And Tools
  47. Hak5 Tools
  48. Hack Tools For Ubuntu
  49. Hacker Tools Github
  50. Hacking Tools Windows 10
  51. Hack Tools
  52. Hack Tools Mac
  53. Pentest Tools Apk
  54. Pentest Tools Tcp Port Scanner
  55. Hacker Hardware Tools
  56. Hacking Tools Free Download
  57. Hacking Tools Windows 10
  58. Hacker Tools For Mac
  59. Pentest Tools Nmap
  60. Pentest Tools Android
  61. Easy Hack Tools
  62. Termux Hacking Tools 2019
  63. Hack Tools 2019
  64. Pentest Tools Framework
  65. Hacking Tools Software
  66. Hacking Tools Hardware
  67. Hacker Tools Apk
  68. Beginner Hacker Tools
  69. Pentest Tools
  70. Hacking Tools For Windows
  71. Hackrf Tools
  72. Hacking Tools Download
  73. Hacking Tools For Windows
  74. Pentest Tools Find Subdomains
  75. Hak5 Tools
  76. Pentest Tools Open Source
  77. Nsa Hack Tools Download
  78. Pentest Tools Bluekeep
  79. Pentest Tools Android
  80. Pentest Tools Find Subdomains
  81. Hacking Tools Hardware
  82. New Hack Tools
  83. Github Hacking Tools
  84. Hacking Tools For Games
  85. Pentest Tools Alternative
  86. Pentest Tools Download
  87. Top Pentest Tools
  88. Pentest Box Tools Download
  89. Pentest Tools Open Source
  90. How To Install Pentest Tools In Ubuntu
  91. Pentest Tools Kali Linux
  92. Pentest Tools Bluekeep
  93. Hacker Tools Windows
  94. Hacking Tools Mac
  95. Pentest Tools For Mac
  96. Github Hacking Tools
  97. Hacking Apps
  98. Hacking App
  99. Best Hacking Tools 2020
  100. Hack Tool Apk No Root
  101. New Hack Tools
  102. Hacker Tools Free Download
  103. Hacking Tools Github
  104. Hacker Tools Apk
  105. Pentest Tools Bluekeep
  106. Hacker Tools
  107. Top Pentest Tools
  108. Hacker Tools Online
  109. Hack And Tools
  110. Hacking Tools Pc
  111. What Are Hacking Tools
  112. Beginner Hacker Tools
  113. Pentest Tools Open Source
  114. Pentest Tools For Windows
  115. Pentest Tools Website
  116. Pentest Tools Linux
  117. Hack Tools Github
  118. Hacker Tools List
  119. Hack Rom Tools
  120. Pentest Tools Port Scanner
  121. Hak5 Tools

No comments: