• @ReveredOxygen
    link
    English
    33 days ago

    I would imagine that the devices aren’t making elevenlabs requests directly, but just making requests to the rabbit backend, which forwards the responses. if I’m wrong, then that’s quite impressively bad security

    • @[email protected]
      link
      fedilink
      English
      2
      edit-2
      2 days ago

      Then wouldn’t it be just one API key to the rabbit backend instead? The researchers are suggesting it’s several keys though. Or are you suggesting every device has the same key to Elvenlabs that it sends over to the rabbit backend which passes that through to the request? That’s also very silly if they did that.

      • @ReveredOxygen
        link
        English
        22 days ago

        My understanding was that they leaked the key that the rabbit backend uses to make requests to elevenlabs, and were just too lazy to change it. I could easily be wrong though

        • @[email protected]
          link
          fedilink
          English
          12 days ago

          I don’t think that’s the case, because otherwise how did they leak this key that the backend uses, that presumably stayed in the backend, by reverse-engineering the rabbit android application?

          I think the devices all just have hardcoded keys to the APIs themselves.