Tag

Directory Traversal Scan issue

All blogs tagged with Directory Traversal Scan issue

1
Articles
9,047
Total Views

Showing 1 of 1 articles

23
Oct
2023
How to fix CWE-23 Path Traversal vulnerability (Snyk)
9,047 views

Hello guys, in this article we will see how to fix CWE-23 Path Traversal vulnerability Unsanitized input from an HTTP parameter flows into global::System.IO.Directory.CreateDirectory, where it is used as a path. This may result in a Path Traversal vulnerability and allow an attacker to create arbitrary directories when we scan our code with snyk.

Translate Page