Tag

CWE 23

All blogs tagged with CWE 23

1
Articles
9,023
Total Views

Showing 1 of 1 articles

23
Oct
2023
How to fix CWE-23 Path Traversal vulnerability (Snyk)
9,023 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