1. EdY's Avatar
    Hi folks,

    Just wanted to find out if anyone has looked into this?

    I use BGShell to get into what looks like a BASH shell command-line prompt on my BlackBerry.... Does this suffer the same vulnerability? I know we are QNX based and with access to the shell being unlikely from a remote attack being possible, or perhaps a Rogue app could access the shell scripting functions and get super-user access.
    09-26-14 12:49 PM
  2. EdY's Avatar
    By the way I tried the test linked on this page:

    Bash shell 'Shellshock' flaw opens OS X, Linux, more to attack, called 'bigger than Heartbleed'

    How to tell if you're vulnerable


    To test if your version of Bash is vulnerable to this issue, Red Hat says to run this command:

    $ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"

    If the system responds with the following, then you're running a vulnerable version of Bash and you should apply any available updates immediately:

    vulnerable

    this is a test

    "The patch used to fix this issue ensures that no code is allowed after the end of a Bash function," Red Hat reports. So rather than spitting out "Vulnerable," a protected version of Bash will spit out the following when you run the aforementioned command:

    $ env x='() { :;}; echo vulnerable' bash -c "echo this is a test" bash: warning: x: ignoring function definition attempt bash: error importing function definition for `x' this is a test
    09-26-14 12:53 PM

Similar Threads

  1. First 24 Hours --The Oddities
    By kfehling in forum BlackBerry Passport
    Replies: 54
    Last Post: 10-09-14, 07:53 PM
  2. Chen vs Heins: Best BlackBerry presentation?
    By JottyT in forum General BlackBerry News, Discussion & Rumors
    Replies: 20
    Last Post: 09-27-14, 02:16 AM
  3. Anyone else tired of seeing WSJ picture of BlackBerry Pass "the cheese" Port?
    By Master of Surgery in forum General BlackBerry News, Discussion & Rumors
    Replies: 9
    Last Post: 09-26-14, 01:15 PM
  4. How can I download the Text Now app?
    By CrackBerry Question in forum Ask a Question
    Replies: 1
    Last Post: 09-26-14, 12:42 PM
  5. Chen vs Heins: Best BlackBerry presentation?
    By JottyT in forum BlackBerry Passport
    Replies: 0
    Last Post: 09-26-14, 12:08 PM
LINK TO POST COPIED TO CLIPBOARD