hootz 2 hours ago

>Email from SingCERT stating vendor "do not consider this to be a vulnerability, as it does not present a cybersecurity risk."

So wirelessly writing custom firmware to someone else's device that is connected via USB to their computer without even needing to pair is not a security vulnerability. Yea.

  • 3form 2 hours ago

    AND being able to further reprogram the device to gain control of the PC.

    This is negligence of the highest kind.

  • Uncle_Brumpus 2 hours ago

    "You can just make it type words, what's the risk in that?"

    Makes you wonder what other peripheral companies out there are also operating with seemingly no security team. There must be other vulnerabilities like this just waiting to be discovered.

    My brother was awoken one morning at 2am because some neighborhood kids connected to his bluetooth speaker and blasted fart sounds on loop at max volume, and that's literally only the absolute tippy top of the malicious bluetooth use iceberg.

    • hootz 2 hours ago

      Oh yeah, for some reason the companies with the highest risk products seem to be the ones that care less about security. Don't even get me started with "smart" bulbs and cameras that each individually connect to your local network and the Internet. You have 5 lightbulbs? That's 5 different devices you need to track, keep updated and trust the in the vendor firmware's security.

      • zahlman 1 hour ago

        > "smart" bulbs

        Thankfully I don't think I've seen these for sale.

        What sensors would they have that could be exploited by an attacker?

        • zeta0134 1 hour ago

          Shopping in the US, these have entirely replaced zigbee and other sensible mesh-based options at hardware stores like Home Depot and Lowes. The only exception I can find is Phillips Hue, and those seem to be slowly getting phased out with (sigh) a new "hubless" (requires wifi) series.

          I run my home automation network entirely offline, so anything that needs the internet doesn't get added to my cart. I just do not trust the security of these IoT vendors at all, and refuse to have their nonsense cluttering up my limited network bandwidth and causing unknown problems.

          (Edit: maybe not obvious, this is in the "smart bulbs" product category. Regular bulbs are still much more common on store shelves, because why fix what isn't broken? Most people don't need to automate their light bulbs.)

        • duckmysick 19 minutes ago

          You don't need to exploit sensors. If a compromised device is connected to the internet (because the vendor app requires it to set up and control), you can use it as a part of botnet with a nice residential IP address.

    • rcxdude 1 hour ago

      Probably most of them. It's not exactly an area with a great focus on quality, let alone security.

  • KurSix 2 hours ago

    The vendor response is the more worrying part

  • xnickb 1 hour ago

    Yeah, but we already sold the device, so it's someone else's problem. Now if they were paying us a subscription fee..

  • riedel 1 hour ago

    This quote on risk seems to completely misunderstand the concept of risk. First we have a vulnerability ( IMHO that is equals a hazard), then we assign both impact and probability and only then we get risk. By definition there are IMHO always vulnerabilities with low impact or low probability and thus low risk. While CVEs have some score, the actual risk and later accepting those risks before or after mitigations is up to the use case to define. No risk => no vulnerability is flawed reasoning by design. No vulnerability => no risk, I think is the only thing we can agree on.

  • iso1631 1 hour ago

    > SingCERT dropped the case

    I expect some dodgy company to try to shirk out of it, I don't expect a country's cybersecurity agency to do so

  • gorbachev 49 minutes ago

    That answer will change very quickly, if someone marches to a Creative show room, sales event or CES and "patches" all of their devices.

  • protimewaster 18 minutes ago

    I don't even remember what it is I have learned about Creative Labs in the past, but I went into this pretty sure that Creative Labs was going to fuck it up somehow.

  • m3kw9 3 minutes ago

    probably not high enough risk to consider one on their list. First you need someone to be physically in there, 2nd the person needs to have a USB speaker connected, which means is likely a home. 3rd if it's a restaurant or something you need the thing to not play anything first with a lot of restaurant noise

Klaus23 1 hour ago

Why think so small? Perhaps the speaker itself can be used as the attacker.

Any script kiddie with an LLM could write a worm that would spread through the supply chain, possibly even hacking speakers right on the factory floor and blasting Rickroll music or something similar.

It would be interesting to see if Creative would still claim that it "does not present a cybersecurity risk".

Edit: Bonus points for closing the security hole and disabling the ability to flash the firmware normally, so that the manufacturer would have to jailbreak the speakers in order to repair them.

  • cluckindan 1 hour ago

    Flash worm into device and RMA it. Boom.

    • federiconafria 26 minutes ago

      Just flash it in a shop and someone will send it back.

  • nicce 1 hour ago

    > Any script kiddie with an LLM could write a worm that would spread through the supply chain, possibly even hacking speakers right on the factory floor and blasting Rickroll music or something similar.

    At least used to. SOTA models are enrolling even bigger restrictions all the time and deprecating old models, while asking government IDs.

    • Klaus23 34 minutes ago

      Ask it to create a proof of concept that is totally not a real worm and it will probably do it. If the restrictions are too good, just use a largely unrestricted open model via any inference provider. They are 90% sota, more than good enough for this task.

      • nicce 27 minutes ago

        For script kiddies, it must be 100% accurate. They don't know how to fix the missing 0,01%. Not sure if open models are there yet. Barely SOTA models are.

nickdothutton 1 hour ago

It is quite common to find device manufacturers, even those of many years standing, who _appear to_ begin with the device and add the software as an afterthought. Paying little attention to security or even the software lifecycle (patches, updates, the changing landscape/ecosystem). I have even known it happen that the device brand subs out the software to a random small developer, who then closes up shop/dies/gets out of that business, and the device company doesnt even have the source code, let alone any ability to further improve/fix the software that drives their device. This leads to layers upon layers of subsequent middleware, UIs, shims etc.

KurSix 2 hours ago

The fact that the author had to publish a third-party patch because the vendor didn't consider it a vulnerability is not a great look

  • segmondy 19 minutes ago

    Are you surprised? Great hack by the author, the impact could be huge if someone is targeted, but overall the impact is very minimal. The vendor can't be bothered. For you to be a victim, you have to own this device, and your attack has to know that and be within a close proximity. Remember that fight club quote?

    A = The number of speakers in the field. B = The probable rate of getting hacked. C = The average out-of-court settlement.

    The Decision: If the cost of not doing a recall/fix is greater than the cost of a recall, they initiate a recall, yada yada yada (Note that the big cost is if people will stop buying future speakers, I think not)

vessenes 1 hour ago

Having a guaranteed audio channel makes this so much cooler for exploits -- you can exfiltrate over audio!! I love it. I wonder how many of these were sold. I also imagine based on Creative's response (this is fine) that many other devices in the class have similar security models in place. Def scary.

  • xx_ns 1 hour ago

    That would've been a cool PoC to work on as well, but seems a fair bit more complicated than the BadUSB-style attack I ended up doing. Would've had to do a lot more RE to figure out how to interact with the whole microphone subsystem, I think.

    • vessenes 1 hour ago

      I guess you could just construct a wav file from the shell and then play it. Agreed doing it all on device sounds challenging.

  • Uncle_Brumpus 56 minutes ago

    I somehow hadn't even considered Bluetooth as an option when I read the headline, I immediately thought about INFILTRATING via audio, which also sounds insanely cool, but I couldn't possibly wrap my head around how an audio circuit would have to be set up and connected back to the cpu to pull that off.

    Exfiltrating via audio also brings to mind one of those devices I really wanted to build ~20 years ago that can listen to the inside of a room by bouncing a laser beam off a window. Van pulls up in front of your house, pushes malicious code via bluetooth to speaker, which starts shrieking data it stole from the host that's then picked up by the vibrations it emparts on a window by a laser beam. Boom, crypto wallet stolen, or something... you could probably put that in a movie.

    • evilDagmar 41 minutes ago

      Let's not. There's enough overcomplicated nonsense examples of cybersecurity in movies as it is. If you could compromise a device via bluetooth, then you could exfiltrate data via bluetooth just as easily.

      • trashb 13 minutes ago

        you could but I think the inclusion of lasers would make for a better spy / cyberpunk movie. Most "hacking" in movies are not realistic and for show but it being plausible is just a bonus.

217 2 hours ago

Can't wait to see a video from a half sloppy channel about this on my youtube front page in roughly 4 business days

  • tarcon 1 hour ago

    I guess you can still be first to Linkedin and get all of the fame.

  • exitb 1 hour ago

    Do you know that if you turn off saving YouTube history, you can have no front page at all?

asimovDev 1 hour ago

I also did some reverse engineering, although mine was a soundcard which seemed to use an older version of this software (GUI was different). I used Wireshark to sniff out the LED and EQ packets and then wrote a CLI utility with hidapi library in C.

It doesn't have bluetooth so thankfully something like this wouldn't happen with mine. It's crazy that there's no auth at all for Bluetooth. I was reversing my e-scooter recently (still WIP) and there was a whole bunch of authentication required before its app could control any of it. I am still not confident in its security though

sciencejerk 1 hour ago

Great research. Thanks for sharing

SirFatty 1 hour ago

The real question remains: with this hack, did the OP gain full control of Dr. Sbaitso?

cbdevidal 1 hour ago

Air-gapped attacks are the most fascinating. Change my mind

bradley13 2 hours ago

Good work, and fun to read.

It's crazy that companies just stick their head in the sand, when confronted with serious security issues.

awedisee 1 hour ago

Way cool. Thank you for sharing

brogapp 1 hour ago

Thanks for sharing this. It’s a bit concerning that a consumer soundbar can receive unauthenticated firmware over BLE and then act like a BadUSB-style HID on the host. I’m not sure I agree with the vendor’s "no cybersecurity risk" assessment, considering how much access a trusted keyboard interface typically has.

  • mminer237 1 hour ago

    If you can "just type stuff", it is absolutely trivial to download absolutely any payload you want as long as you have network access and your antivirus doesn't stop it.

  • cestith 3 minutes ago

    The point is this is a speaker, not a keyboard. A keyboard usually takes manual input from a human or from a cat. This is a speaker that, after an unauthenticated connection, can act as if it’s a keyboard, which is an unintended functionality from the factory.