[Full-disclosure] bugs in IJG jpeg6b & libjpeg-turbo

2013-11-12 Thread Michal Zalewski
Dearly beloved, So, for one reason or another, the IJG jpeg library has gained some notoriety as one of the most robust pieces of complex, security-critical C code. Despite countless fuzzing efforts, I don't recall any reports of serious vulnerabilities at least since the release of jpeg6b in 1998

[Full-disclosure] bugs for sale

2010-01-10 Thread bughunter
i am selling 2 high impact bugs with exploits. serious inquiries only. u.s. citizen. ___ Full-Disclosure - We believe in it. Charter: http://lists.grok.org.uk/full-disclosure-charter.html Hosted and sponsored by Secunia - http://secunia.com/

[Full-disclosure] bugs

2006-08-06 Thread Thomas Pollet
Hi,I have found ie crashing when refreshing an iframe containing an xml file with xsl stylesheet (takes a while to crash).I used this html:-
function refresh() {
  frames[0].window.location.reload();
  setTimeout("refresh();", 20);
}

refresh();<