Fuzzing.in Logo FUZZING.IN
Back to Blog
Uncategorized

CVE-2013-1488

Author Hardik Shah
April 22, 2013
1 min read
bug fix is simple, remove the print code.
@@ -516,7 +516,7 @@ public class DriverManager {
*/
try{
while(driversIterator.hasNext()) {
- println(" Loading done by the java.util.ServiceLoader : "+driversIterator.next());
+ driversIterator.next();
}
} catch(Throwable t) {
// Do nothing
if you want to read more about this vulnerability then original researcher has posted details here:
http://www.contextis.co.uk/research/blog/java-pwn2own/
good peace of work!
Previous CVE-2013-0809 Analysis
Next Sulley_l2 how to install on backtrack5

Related Posts