Powered by TypePad
Programming Blogs - Blog Catalog Blog Directory

View blog authority

« Comments on "Mythbusting: Secure Code is Less Expensive to Develop" | Main | Command Injection in .NET: 82% Proven that is 98% Impossible »

May 05, 2009

TrackBack

TrackBack URL for this entry:
http://www.typepad.com/services/trackback/6a00d83455143b69e201157070c8ec970b

Listed below are links to weblogs that reference Command Injection In Java: 80% Proven that it is 100% Impossible (Sometimes):

Comments

Jordan

One quick way to verify Java isn't vulnerable is to see which native functions it's using. On Linux, use strace -f java [...]/Main on your test app and look for exec or system. Yup, we see execve -- safe calls.

Jordan

Whoops, I realized I should clarify/correct that. system() will still use the exec syscall, but it will pass the string to the shell to execute rather than execute directly.

Verify your Comment

Previewing your Comment

This is only a preview. Your comment has not yet been posted.

Working...
Your comment could not be posted. Error type:
Your comment has been posted. Post another comment

The letters and numbers you entered did not match the image. Please try again.

As a final step before posting your comment, enter the letters and numbers you see in the image below. This prevents automated programs from posting comments.

Having trouble reading this image? View an alternate.

Working...

Post a comment