Hi,
I'm new to ZAP and also SDL. I tested my application (
ASP.NET MVC) with ZAP. It found a High level issue with few URLs - "Path Traversal (CWE 22, WASC ID 33)".
How can I see what exactly ZAP tried or what exactly works? I mean, how can I replicate the problem and see the issue so that I know what to fix. I couldn't figure out how there could be a path traversal possible other than
ASP.NET MVC letting you use "../" in path and it is interpreted as previous folder but user cannot escape beyond the web folder. But this would be problem for all URLs not just the few URLs ZAP reported to have problem. And there is no "file system" access in these URLs so I'm not using values from URL to locate file in file system so the problem must be with
ASP.NET or IIS but I have no clue.
Any help is appreciated. Thanks for your help.