CVE-2026-44478 PUBLISHED

hoppscotch: Unauthenticated Onboarding Config Disclosure via Empty Recovery Token

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

hoppscotch is an open source API development ecosystem. The fix for CVE-2026-28215 in version 2026.2.0 addresses the unauthenticated POST /v1/onboarding/config endpoint by checking onboardingCompleted and canReRunOnboarding before allowing config overwrites. However, GET /v1/onboarding/config still leaks all infrastructure secrets in plaintext to unauthenticated users when the ONBOARDING_RECOVERY_TOKEN stored in the database is an empty string. This vulnerability is fixed in 2026.4.0.

Metrics

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

Product Status

Vendor hoppscotch
Product hoppscotch
Versions
  • Version >= 2025.7.0, < 2026.4.0 is affected

References

Problem Types

  • CWE-284: Improper Access Control CWE
  • CWE-287: Improper Authentication CWE