ShellHub has cross-tenant IDOR in `GET /api/devices/:uid` that discloses device data of any namespace
Summary GET /api/devices/:uid returns the full device object whenever the caller is authenticated, without verifying that the device belongs to the caller's namespace tenant. Any authenticated user JWT or API Key who knows or can guess a device UID can read device metadata from any other namespac...