Here I present a useless vulnerability that I found while drinking my coffee one Saturday morning. It seams that Internet Explorer can be forced to open file:// resources from http:// URLs. Weirdly, this exploit works only from localhost so in theory it does not posses any risk at all. However, I am not sure if this condition is met because I am doing something wrong.

If you have time investigating the matter, please report your findings. I personally don’t have much time digging into this issue. However, if someone makes this POC work from every http:// then obviously that will be quite concerning.

When unaware user clicks on a link build as shown in the provided POC, a confirmation box opens. Although it is obvious what is going on if you are familiar with these types of exploits, it might not be the case with normal users. The impact level of this issue is close to zero. Why did I waste my time reporting this? Well, I spend 20 minutes finding the issue, which is not that much. Moreover, this issue could become quite nasty.

I have a slight suspicion that the exploit does not work on GNUCITIZEN because I am not allowing directory listing inside the folder which serves the POC. It will be very nice if someone can verify this.