We have an application running on a Win 10 IoT Core raspberry pi using restup. But it was flagged with a vulnerability from a scan from IT.
Basically if you send something like this from Postman. It returns the contents of the C:\windows\win.ini file.
GET:
192.168.100.37:80/../../../../../../../../../../windows/win.ini
Is there any way to prevent it from going beyond the root of the application? I didn't see anything in the documentation that indicated such an option. I'm not sure if it allows writes/POSTs to those folders but IT is on my case about blocking this vulnerability.
We have an application running on a Win 10 IoT Core raspberry pi using restup. But it was flagged with a vulnerability from a scan from IT.
Basically if you send something like this from Postman. It returns the contents of the C:\windows\win.ini file.
GET:
192.168.100.37:80/../../../../../../../../../../windows/win.ini
Is there any way to prevent it from going beyond the root of the application? I didn't see anything in the documentation that indicated such an option. I'm not sure if it allows writes/POSTs to those folders but IT is on my case about blocking this vulnerability.