CVE-2026-44424 PUBLISHED

ShellHub: Cross-tenant IDOR in `GET /api/devices/:uid` discloses device data of any namespace

Assigner: GitHub_M
Reserved: 06.05.2026 Published: 13.05.2026 Updated: 13.05.2026

ShellHub is a centralized SSH gateway. Prior to 0.24.2, 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 namespace. This vulnerability is fixed in 0.24.2.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
CVSS Score: 6.5

Product Status

Vendor shellhub-io
Product shellhub
Versions
  • Version < 0.24.2 is affected

References

Problem Types

  • CWE-639: Authorization Bypass Through User-Controlled Key CWE