Tag: keystroke injection

  • This Popular $300 PC Speaker Can Hack Your PC

    This Popular $300 PC Speaker Can Hack Your PC

    Key Takeaway

    – Fully remote exploit via Bluetooth Low Energy (up to 15m) requires no physical access or pairing.
    – Two flaws: unauthenticated BLE command protocol and unsigned firmware updates (only trivial SHA-256 checksum).
    – Custom firmware adds keyboard injection to HID descriptor, enabling silent keystroke injection after reboot.
    – Creative was notified; they stated it is not a vulnerability and will not release a patch.
    – Third-party mitigation tool (v2x-patcher) blocks the attack but likely breaks the Creative mobile app.


    A security researcher has published a fully remote exploit for the Creative Sound Blaster Katana V2X that needs no physical access or pairing. It turns the popular PC soundbar into a covert keystroke injector, all from up to 15 meters away.

    Two Critical Flaws Discovered

    The research was published earlier today (June 3) by a researcher known as Rasmus Moorats, and it chains two critical flaws. First, the speaker’s Bluetooth Low Energy interface exposes its entire command protocol to any nearby device without authentication — commands that require a handshake over USB go through completely unchallenged and unchecked over BLE. Second, the speaker accepts firmware updates with no cryptographic signing. It is protected only by a SHA-256 checksum that is trivial to patch.

    How the Exploit Works

    Combined, these flaws can let an attacker silently flash custom firmware to the speaker over the air, without pairing or touching the device. That custom firmware then abuses the fact that the Katana V2X is a trusted USB peripheral on the host PC. It then appends a keyboard entry to its existing HID descriptor and injects arbitrary keystrokes after reboot. The proof-of-concept types echo pwned into a terminal. A real attacker would probably run something far worse.

    The speaker’s Bluetooth radio has no off switch and stays active even in sleep mode, which keeps the attack surface permanently open. Creative was notified via SingCERT after the researcher’s direct contact attempts went nowhere. Creative’s eventual response: this is not a vulnerability. No patch is coming.

    Third-Party Mitigation Tool

    A third-party mitigation tool, v2x-patcher, is available from the researcher’s Gitea page and blocks CTP-over-Bluetooth at the firmware level, at the cost of likely breaking the Creative mobile app. As per Moorats, the latest official firmware is still very much vulnerable.

    Sources