Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Checkmarx Path_Traversal Vulnerability-ASP pages

How to fix the path traversal vulnerability in the below ASP (Active Server Page) code.

docType = "system"

schema = Request.Form("schema")
paymentInitiative = Request.Form("pi")
paymentProcessorName = Request.Form("paymentProcessorName")

I am getting the following error message like "This element's value then flows through the code and is eventually used in a file path for local disk access in GetXMLString" when i scan the code in checkmarx.

Comments