
SChalla484906 (Community Member) asked a question.

SChalla484906 (Community Member) asked a question.
Ask the Community
Get answers, share a use case, discuss your favorite features, or get input from the community.
By clicking “Accept All Cookies”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts.
.png)
These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information.
These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance.
These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising.
I have the following code in which API is taking file name as input.
I tried validating its extension, Its path and some special characters (".."). Why is the error still showing after all these checks. What am i missing?
@SChalla484906 (Community Member) ,
Please refer following article - that describes useful approaches to deal with CWE-73.
https://www.veracode.com/security/dotnet/cwe-73
If this is useful, mark this as best answer.
Thanks for the response.
I have gone through the above link earlier and tried those validations but couldn't succeed. Please find the attached screenshot.
There is a comment from other thread which i have quoted below(https://community.veracode.com/s/question/0D53n00007siYf0CAE/systemiofiledeletepath-getting-external-control-of-file-name-or-path-cwe-id-73-directory-traversal-please-let-me-know-how-to-fix-it) .
"Please note that the only remediation Veracode Static Analysis accepts for CWE 73 is a hardcoded path or validation against a strict allow-list. This means that, once proper validation is in place, you may need to propose a mitigation (https://help.veracode.com/r/improve_mitigation) and contact your security team for mitigation review."
Does it mean veracode static analysis doenst consider other validations?
Yes, in this scenario we need to apply mitigation in order to close the task.
Hi @HemantShah (Community Member) ,
I am following this link https://help.veracode.com/r/t_annotate_net to write custom cleanser.
Please clarify my below doubts
Hi @SChalla484906 (Community Member) ,
Please refer the custom cleanser administration in following link.
https://help.veracode.com/r/c_cleanser_admin