
BArun177061 (Community Member) asked a question.

BArun177061 (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.
Hi @BArun177061 (Community Member) ,
Veracode Static Analysis will report CWE-502: Deserialization of Untrusted Data on lines of code that allow dynamic data in JNDI starting contexts ( InitialContext ).
The concern is that an attacker might abuse this to point to their own endpoint and potentially get remote code execution capabilities.
You can read more on this here: https://www.veracode.com/blog/research/exploiting-jndi-injections-java .
To remediate this we recommend ensuring that no dynamic data is used in the construction of the starting context, alternatively you can use a strict allow list in a way that Veracode Static Analysis can detect, for more details please see: https://community.veracode.com/s/article/Using-an-Allow-list-in-a-Way-Static-Analysis-can-Detect .
Alternatively, if you have other controls on the input that Veracode Static Analysis cannot automatically detect, you can document that using a mitigation proposal and request a review from your companies mitigation approver. For more information please see: https://community.veracode.com/s/knowledgeitem/mitigations-part-1-what-is-a-mitigation-MCKTIDIWZQ3RBENLRUYP4KSZW3SQ .
Thank you,
Boy Baukema