security - format string vulnerability in C# or JAVA -


i have found format string vulnerability in c++ c++ old language.i want know format string vulnerability still exist in modern languages c# or java

format string vulnerability:-

format string problems classic c/c++ issue rare due ease of discovery. reason format string vulnerabilities can exploited due %n operator. %n operator write number of characters, have been printed format string therefore far, memory pointed argument.

however, languages such c# , java produce managed code not susceptible memory address overwrites clr/jvm manage process memory rather being responsibility of developer. can mean buffer overflow vulnerability lot less (but can happen depending on 3rd party components being called or vulnerabilities in languages themselves).

so answer no managed languages such c# , java.


Comments

Popular posts from this blog

c++ - How to add Crypto++ library to Qt project -

jQuery Mobile app not scrolling in Firefox -

How to use vim as editor in Matlab GUI -