Slashdot Mirror


Cracking the BlackBerry with a $100 Key

Hit Reply writes "Eweek is running the contents of a Symantec white paper that details how easy it is for a hacker to manipulate BlackBerry applications. Using a developer key that can be purchased by anyone for $100, an attacker can launch e-mail worms, SMS interception and backdoor attacks, and compromise the integrity of contacts, events and to-do items. The white paper has been yanked from Symantec's Web site." From the article: "Signed applications can send e-mail and read incoming e-mail. A malicious application could be used to allow third parties to send messages from the infected BlackBerry and also read all received messages. A malicious application could also use e-mail as a command and control channel to receive instructions to send and receive e-mails; send and receive SMS messages; add, delete and modify contacts and PIM data; read dialed phone numbers; initiate phone calls; and open TCP/IP connections."

12 of 94 comments (clear)

  1. Heh. by SatanicPuppy · · Score: 4, Insightful

    I see Symantec is still sensitive to the charge that they create worms, etc, to drum up business for themselves.

    Personally it doesn't bother me in the least that a security company is interested in, well, security. Having them actually detail vulnerabilities and produce papers like this would at least be a useful function for them.

    Of course, so would producing a worthwhile product that doesn't devour processor cycles, hog system resources, and create system instability upon removal.

    --
    ad logicam Claiming a proposition is false because it was presented as the conclusion of a fallacious argument.
    1. Re:Heh. by gclef · · Score: 4, Informative

      I'm more amused by the fact that Symantec seems to think that repeating 4-month-old DefCon presentations and claiming them as thier own is somehow "newsworthy" or "dangerous."

  2. So what? by Jason+Pollock · · Score: 4, Insightful

    So you can get a signature really cheap. The device owner still has to install the application on their Blackberry.

  3. repeat 5x: by circletimessquare · · Score: 4, Funny

    how many crackberries could a cracker crack if a cracker could crack crackberries?

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  4. Wow major FUD by electrosoccertux · · Score: 3, Insightful

    I can send malicious emails and execute malicious programs in my friend's Linux box with a free "developer key". Just type "su" in the terminal and then enter this "developer key" (absolutely free) and its all yours.

    I should mention that yes, indeed, these situations are almost identical. A root password *can* be changed, to whatever you want, even without knowledge of what previous password was, quite easily.

    1. Re:Wow major FUD by Jeffrey+Baker · · Score: 5, Informative
      WTF are you talking about? A developer key does not give you "access to every blackberry out there." The key is used to sign your application, and then the Blackberry runtime will give your application access to protected APIs. The user (or IT department, depending on policy) must intentionally install your software. There's no way to accidentally install software on your Blackberry.

      Also it's not trivial to get additional keys. The Blackberry signing certificate program is managed by humans and they catch on pretty quickly. If you even use the signing keys from more than one computer, their signature server will become upset and you'll probably get a phone call from RIM operations.

  5. In other news by Van+Cutter+Romney · · Score: 5, Funny

    In other news, NTP just sued Blackberry, citing that the vulnerability was actually patented by them.

    --
    Help a man when he is in trouble and he will remember you when he is in trouble again.
  6. Huh? by Jeffrey+Baker · · Score: 5, Insightful

    This is a pretty stupid white paper. The whole point of the key is that you can easily tell which key is being used by the offending applications, and then revoke that key. And it costs the attacker $100 per attack. It's a good system which balances the needs of the network, the users, and developers.

  7. Re:But what if... by inotocracy · · Score: 4, Interesting

    I believe they already are, encryption keys are regenerated monthly on my blackberry, I always assumed that they were for this exact purpose.

  8. Nobody's that stupid... by TheGrinningFool · · Score: 3, Funny

    ... I mean come on, nobody's stupid enough to install random software on their machine without knowing what it does. Oh, wait...

  9. Re:will it be used maliciously? by Nimloth · · Score: 3, Informative

    If you understand the concept of end-to-end encryption, you'll realize that data is encrypted from device to device. The Blackberry Enterprise Server has the encryption key, the RIM servers don't.

  10. It's even harder to write a blackberry worm... by MishaGray · · Score: 4, Insightful

    I'm just a beginner bb developer, but I think it's even HARDER than is sounds to write Blackberry worm.

    Even if you DO write a program that reads/sends email or connects to the internet.
    And then pay the money and SIGN your malicious app--
    and then somehow get somebody to INSTALL it..

    Well on the BB releases I use - you will also get WARNINGS when you execute the program.
    When the program first tries to access your email folder - it will pop up a warning asking you "do you want to allow this program to acesss your email folder?"

    First time the application tries to open a TCP/IP connection to the outside world - same thing: "The application is attempting to open a conneciton to X.X.X.X - do you wish to allow it?". You can type "Allow" or "Deny" or "Allow always".

    So BE WARNED: A person can a malicous program, that is signed with his name on it (RIM takes your info before they give you the keys), which you MIGHT install and then you MIGHT accidentally give it access to your emails, and address book, and access to internet. If all those things happen - then it would be bad!