Slashdot Mirror


Researchers Hack Philips Hue Smart Bulbs Using a Drone (pcworld.com)

schwit1 quotes a report from PCWorld: "Researchers were able to take control of some Philips Hue lights using a drone. Based on an exploit for the ZigBee Light Link Touchlink system, white hat hackers were able to remotely control the Hue lights via drone and cause them to blink S-O-S in Morse code. The drone carried out the attack from more than a thousand feet away. Using the exploit, the researchers were able to bypass any prohibitions against remote access of the networked light bulbs, and then install malicious firmware. At that point the researchers were able to block further wireless updates, which apparently made the infection irreversible. 'There is no other method of reprogramming these [infected] devices without full disassemble (which is not feasible). Any old stock would also need to be recalled, as any devices with vulnerable firmware can be infected as soon as power is applied,' according to the researchers. The researchers notified Philips of the vulnerability. The company then delivered a patch for it in October." It wasn't long ago that claiming "Drones are controlling my lightbulbs!" would have gotten you locked up for your own protection.

50 comments

  1. eventually, someone gets hurt by turkeydance · · Score: 1

    then someone gets sued. then some lawyers make bonus.

  2. Networked light bulbs are useless and stupid by Anonymous Coward · · Score: 1

    Not everything needs to be on the damn fucking internet.....unplug motherfuckers...

    1. Re:Networked light bulbs are useless and stupid by Anonymous Coward · · Score: 0

      The engineering is so much simpler if every light bulb connects to and gets instructions from the Philips central server, which your appy smartphone can also contact to control them. Trying to do proper peer-to-peer is hard apparently... seems more likely that coders with any aptitude aren't going to be enthused about making light bulb control systems, so I guess they're left with the dregs who implement whatever is simplest without any thought about security or the unhappy path. Welcome to the IoT.

    2. Re:Networked light bulbs are useless and stupid by alvinrod · · Score: 2

      These particular bulbs are capable of changing color, so there needs to be someway of controlling them that doesn't necessitate replacing the light fixture itself or running more cabling all over the place. That means they need to use some kind of wireless technology and it's easiest just to use something standard that's well documented and already has legal approval.

      I suppose you could argue that the technology itself is pointless, but that could probably be said about plenty of things you consider necessary or vital as well, so there's not much point in going down that route since it's largely personal opinion or arbitrary. I suppose that this should be a lesson to hardware manufacturers that they need to consider security, or at least have some kind of physical hardware reset.

    3. Re:Networked light bulbs are useless and stupid by aaarrrgggh · · Score: 1

      Well... I have a few Hue bulbs, and while the IP is properly fire walled from the Internet, the issue here is zigbee, which you can't exactly firewall as an end user. The same issues were true for X10, Insteon, and every other power line and wireless system. Sure, you aren't going to be able to hack my DMX, well... unless you have physical access...

    4. Re:Networked light bulbs are useless and stupid by Anonymous Coward · · Score: 0

      Old fashioned dimmers required a dimmer switch. Making a dimmer switch that could use some sort of powerline comms to send 3 integers (RGB) from switch to bulb to control hue and brightness would be utterly trivial. No new cabling required, just install a new dimmer switch and the bulb and you're done.

    5. Re:Networked light bulbs are useless and stupid by Khyber · · Score: 3, Informative

      This. I work in lighting, specifically LED. Making an analog RGB control is dead fucking simple and we've got wiring that already exists to handle such a thing.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    6. Re:Networked light bulbs are useless and stupid by geekmux · · Score: 1

      These particular bulbs are capable of changing color, so there needs to be...

      ...some justification as to why we "need" color changing light bulbs, other than data mining from the app controlling it?

      Yes, I agree.

    7. Re:Networked light bulbs are useless and stupid by djrobxx · · Score: 2

      Old fashioned dimmers required a dimmer switch. Making a dimmer switch that could use some sort of powerline comms to send 3 integers (RGB) from switch to bulb to control hue and brightness would be utterly trivial. No new cabling required, just install a new dimmer switch and the bulb and you're done.

      Have you ever used X10 / Insteon? PLC sounds good until you try to use it. Half the house is on different phases so you have trouble getting everything on the network. Then you also get issues with power strips consuming the signals, things generating interference, etc.

      I'm really not a big fan of wireless either, but in practice Z-wave works a lot better.

    8. Re:Networked light bulbs are useless and stupid by JaredOfEuropa · · Score: 1

      Hue uses a hub, which you can isolate from the internet if you want to. The hub is paired directly with the app or with other home automation hubs. And that is the way to keep such setups moderately safe.

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    9. Re:Networked light bulbs are useless and stupid by JaredOfEuropa · · Score: 1

      The bulbs themselves are not on the Internet directly, but on a Zigbee network, connecting to a Hue hub. The hub may or may not be connected to the internet (it doesn't need to be).

      What I understand from the article is that the attack doesn't use the internet or exploit the WLAN, but subverts the Zigbee network. You need to be fairly close to hook into that, hence the use of a drone. Wardriving would work just as well. I'm not sure how vulnerable Zigbee networks are in general, but it must be pretty weak; I've messed with software designed to "steal" bulbs off a network (in order to add non-Hue bulbs to a Hue network)

      The competing Z-wave standard will have similar issues: it is fairly easy for a device to trick itself into the network, and Z-Wave also supports wireless firmware updates (though very few actual devices implement it). At least the newer Z-Wave chips support encrypted links that make this stuff a lot harder... I guess the designers who came up with the first iteration thought that obscurity and the need for proximity were enough of a deterrent.

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    10. Re:Networked light bulbs are useless and stupid by JaredOfEuropa · · Score: 1

      You'd still need to run that wiring. The great thing about Hue is that it's a drop-in replacement for regular bulbs, no further installation is required.

      --
      If construction was anything like programming, an incorrectly fitted lock would bring down the entire building...
    11. Re:Networked light bulbs are useless and stupid by Anonymous Coward · · Score: 0

      Google powerline adaptor. This is more what I was thinking of in the above post. You would need to replace the switch with a dimmer switch that could communicate over the existing power cable going from the dimmer to the bulb. All the dimmer switch needs to do is send 3 integers to the bulb (and presumably switch the power on/off like any other dimmer switch). This is fully backwards/forwards compatible.

      Alternatives (off the top of my head): RS485 piggyback on power line from dimmer to bulb (simple filters plus cheap hardware) or some sort of tone-based Comms system (trickier but still not exactly rocket science). RS485 would be my favoured option (cheap hardware, easy to implement, minimum layers of abstraction). Tone-based is probably a bit old-tech, and powerline adaptors seem like overkill.

  3. wireless automation is bad. by Gravis+Zero · · Score: 1, Insightful

    I'm a big fan of automation but wireless automation, especially the IoT blight is a horrible idea. If your primary defense is obscurity then accepting a broadcast from anywhere is a recipe for disaster. Wired automation is intrinsically safer because it requires physical access though I do not believe that should be it's only defense.

    --
    Anons need not reply. Questions end with a question mark.
    1. Re: wireless automation is bad. by Zero__Kelvin · · Score: 1

      No. Wired is not more secure in any measurable way, and once one has proximity it is likely to be *far less* secure because so many people believe this myth. Why would I encrypt? It isn't wireless! (God invented the VPN for a reason)

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    2. Re: wireless automation is bad. by Khyber · · Score: 1, Insightful

      "No. Wired is not more secure in any measurable way,"

      Bullshit, son. It's a little thing called PHYSICAL ACCESS REQUIRED.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    3. Re: wireless automation is bad. by Zero__Kelvin · · Score: 2

      You clearly have no idea what I said. You should look up words you don't understand before responding. The point is that physical access is usually not that much harder to get that access from within range. Typically the use case is some in the building connecting wirelessly and some doing wired. Your security landscape model falsely focuses on external actors (exclusively at that from what I can tell) when internal attack vectors are the most commonly exploited.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    4. Re: wireless automation is bad. by Kjella · · Score: 1

      The point is that physical access is usually not that much harder to get that access from within range.

      Many offices are like that yes, where the access badge is just to keep random peeps from loitering for things to steal and anyone with semi-legitimate reason has access. Not every place is like that though, but disregarding that if you're talking about colored LEDs I'm mostly thinking home applications. And it's a lot harder to get access to my apartment than to get within range of my wifi. But who am I kidding, we'll probably hook it up to the IoT so it can be managed from the cloud. That puts the whole world "in range"...

      --
      Live today, because you never know what tomorrow brings
    5. Re: wireless automation is bad. by Zero__Kelvin · · Score: 1

      No, it absolutely does NOT mean that there is access to everything just because it is connected to the internet. Perhaps you've heard of online banking?

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    6. Re: wireless automation is bad. by stealth_finger · · Score: 1

      The point is that physical access is usually not that much harder to get that access from within range. Typically the use case is some in the building connecting wirelessly and some doing wired. .

      That's his point. Physical access you have to be at one place, which usually has people in it. Your guy can sit anywhere and get in, he could literally be on the other side of the world and still access your shit. Security isn't all about encryption and 128 bit random passwords. Range is a big factor.

      --
      Wanna buy a shirt?
      https://www.redbubble.com/people/stealthfinger/shop?asc=u
    7. Re: wireless automation is bad. by Khyber · · Score: 1

      "You clearly have no idea what I said"

      You clearly don't work in a facility where EVERYTHING NEEDS TO BE LOCKED DOWN. By the way, guess what most offices have over their AC unit controls? A LOCK BOX. Guess what's dead simple to put on an automated system and lock down with a similar lock box? A non-wireless LED lighting system.

      Again, physical access requirements are far more secure than anything you're claiming.

      --
      Still waiting on Serviscope_minor to wake up to fucking reality and realize that Jessica Price isn't going to fuck him.
    8. Re: wireless automation is bad. by Zero__Kelvin · · Score: 1

      It's great that you have a niche security landscape. You should run off to a forum where others are dealing with your corner case and try to have an intelligent discussion the appropriate context!

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
  4. Solution is obvious by Anonymous Coward · · Score: 0


    don't turn them on.

  5. Trust the major players, not bargains. by BrowserCapsGuy · · Score: 0

    Being heavily invested in home automation including Phillips Hue, it's been my experience that you can trust only the major IoT players when it comes to pushing frequent security updates, something Hue does well. So does Ring.

    I wish non-techie people knew about routers that can isolate the IoT stuff to its own network, or that buying cheap IoT stuff is no bargain in the long term.

    --
    Alright! I know I'm in there! If I don't come out, I'll have to come in after me!
    1. Re:Trust the major players, not bargains. by Anonymous Coward · · Score: 0

      Yeah, duh, you can only trust major companies like....Phillips? You are really bright.

    2. Re:Trust the major players, not bargains. by the_Bionic_lemming · · Score: 1

      Subtle.

      Philips, bright.... ... _ _ _ ...

      --
      _ _ _ Go for the eyes Boo! GO FOR THE EYES!
  6. Delivered a patch? by smooth+wombat · · Score: 1

    Who needs to patch a lightbulb?

    Analog for the win!

    --
    We will bankrupt ourselves in the vain search for absolute security. -- Dwight D. Eisenhower
  7. $15 per bulb and they STILL suck by JustAnotherOldGuy · · Score: 1

    $15 per bulb and they STILL suck.

    I like the part where they can make the infection "irreversible". Nice touch.

    Guess what brand of bulb I won't be buying, even though it's supposedly patched?

    --
    Just cruising through this digital world at 33 1/3 rpm...
    1. Re:$15 per bulb and they STILL suck by wvmarle · · Score: 1

      I suppose that "irreversible" bit will work for any device that does not have a factory reset and allows for remote installation of firmware, thereby removing the factory default firmware and the ability to receive updates. It's quite simple to make it irreversible (easier than making it reversible) as all you do is not adding code to accept firmware updates.

  8. Statement from ZigBee by almeida · · Score: 4, Informative

    ZigBee issued a press release today about this. They say the attack exploited a bug in one vendor's implementation of the protocol, not a weakness in the protocol itself.

    1. Re:Statement from ZigBee by stealth_finger · · Score: 1

      So, basically they were holding it wrong?

      --
      Wanna buy a shirt?
      https://www.redbubble.com/people/stealthfinger/shop?asc=u
    2. Re:Statement from ZigBee by geekmux · · Score: 1

      So, basically they were holding it wrong?

      Well, technically no. They were screwing it in wrong.

      On a related note, I wonder how many engineers does it take to change light bulb?

  9. But was it 3D printed? by Anonymous Coward · · Score: 0

    Was the drone 3D printed? That is the really important question here. How else would those researchers get enough followers to accomplish their goal of exposing the evil security company?

  10. Litigation by MrKaos · · Score: 0

    I'm sure the next thing is these guys get sued under some DMCA provision or clause, instead of getting appreciation for the effort the researchers put into exposing the vulnerability so the vendor can evolve their product.

    I know it sounds cynical, but can you remember a time where a vendor of these products actually thanked those who hacked it for letting them know the problem?

    --
    My ism, it's full of beliefs.
    1. Re:Litigation by hyades1 · · Score: 1

      What's scary is that sooner or later, the hackers are going to start believing that going to a company with their findings is "all downside". The next step, of course, would be to sell their efforts to the highest bidder. And that, in turn, would probably lead to methods of anonymous transfer of wealth that might give average people access to some of the same tools as those routinely used by top banks, corporations and multi-billionaires.

      It would be an interesting world.

      --
      I've calculated my velocity with such exquisite precision that I have no idea where I am.
  11. Oh oh. by MouseTheLuckyDog · · Score: 1

    Now I will need a candle at night to read, because somebody might --you know tinker with my lights-- and force me to turn them off.

    1. Re:Oh oh. by Anonymous Coward · · Score: 1

      Until a drone flies by and blows your candle out.

  12. What's the role of the drone? by wvmarle · · Score: 3, Informative

    Both TFS and TFA are really light on technical details - can anyone shed some light on where the drone comes in play? And also the vulnerability itself - a default password or something more obscure?

    Another question would be of course why would those lights even have the ability to install new software in the first place. Is it really that hard to do software right, that no updates are needed for something as simple as a lamp?

    1. Re:What's the role of the drone? by cdrudge · · Score: 2

      Another question would be of course why would those lights even have the ability to install new software in the first place. Is it really that hard to do software right, that no updates are needed for something as simple as a lamp?

      Well, based on the fact that we're here talking about it, yeah, I'd say that there may circumstances where an update is needed because a flaw was found. Or would you rather just toss the bulb and go buy another updated one for $50?

    2. Re:What's the role of the drone? by wvmarle · · Score: 3, Informative

      I'd rather have the manufacturer do a decent job in building their software, so that updates aren't necessary. If they think the update option should be there, there should also be a factory reset option to recover from any problems with that.

    3. Re:What's the role of the drone? by locopuyo · · Score: 2

      They article didn't give any details, but it sounds they hacked the hub the lights connect to, not the lights themselves. They probably had to be on the same wifi network, hence the drone. So if the wifi network was secure this couldn't have happened, but the hub must have some sort of default password or way to take control if you simply have wifi access which isn't good security.

    4. Re:What's the role of the drone? by aug24 · · Score: 1

      They sent new firmware to the bulb over the ZigBee network, using the symmetric key baked into every bulb (which they first had to obtain) to sign it. Obtaining the key is hard-ish, but they didn't say how they did it.

      --
      You're only jealous cos the little penguins are talking to me.
  13. obat sinusi by MiaIlhamiaty · · Score: 1

    Thanks For share. Today I learned a lot from your website,, If you have a problem we come with a recommendation for us, please visit my website Obat Sinusitis

  14. Sudden revelation by fph+il+quozientatore · · Score: 1

    Oooh, now I understand what happened in Stranger Things.

    --
    My first program:

    Hell Segmentation fault

  15. Oh Noes! by Anne+Thwacks · · Score: 1
    It wasn't long ago that claiming "Trump is president!" would have gotten you locked up for your own protection

    FTFY

    --
    Sent from my ASR33 using ASCII
    1. Re:Oh Noes! by ebvwfbw · · Score: 1

      I remember when Reagan being President was laughed at. He's just an actor they said.
      More recently I remember when they said Obama was a joke. He couldn't even get into the 2000 DNC convention. Besides, he's black! He doesn't stand a chance. I remember saying - watch this guy, I bet he's going to nail it and here we are.

      So here we go again.

  16. curso NR 10 by Instituto+SC · · Score: 0

    Curso NR 10 online curso NR 10 curso NR 10 online

  17. BLANK ATM CARD by Anonymous Coward · · Score: 0

    **********HACK TODAY AND GET FREE MONEY FOR CHRISTMAS************

    We are hackers, We just succeeded with a new invention. We've got hacked ATM cards for sale. These hacked ATM cards have been programmed to work on any ATM machine. The cards have been topped up with $100,000 With a daily withdrawal of $3000 per day ( depending on how it is programmed ). The cards have got some special features which includes;
    *Deactivating the CCTV cameras when inserted in the ATM machine,
    * It comes with a 4 digit pin just like every other ATM card,
    * It can be topped up when the money in it has been exhausted,
    *It is untraceable and undetected.
    The cards were successfully programmed with the hard-work of our hackers in USA. And they are cloned using a writer (MSR 606).
    If you need to get the cards, order one today and it will be shipped to your location. Contact us on to get one..
    SIMPLEHACKERS2@GMAIL.COM
    ***********Serious buyers only**********