Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It is likely a scala program running, no buffer overflows to be found. In a modern language, you have to be very careless to allow RCE.


buffer overflow is not the only way to get a RCE.

String manipulation and 'eval' (which gives access to system APIs) is a common culprit


Using eval is gratuitous carelessness. At least a buffer overflow can be a mistake.


Is anything like eval commonly used in Scala? That language is static as all get-out.


I've started seeing (and occasionally using) util-eval as a configuration language for Scala, but it's generally pretty rare.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: