CVE-2026-59720 PUBLISHED

Hoppscotch: Insecure Default Configuration Allows Public Exposure of Private Collection Data via Mock Server

Assigner: GitHub_M
Reserved: 06.07.2026 Published: 09.07.2026 Updated: 09.07.2026

Hoppscotch is an open source API development ecosystem. Prior to 2026.6.0, mock server creation in mock-server.service.ts does not persist the isPublic input field while schema.prisma defaults isPublic to true, causing mock servers linked to private collections to be publicly accessible without authentication and potentially expose sensitive API data. This issue is fixed in version 2026.6.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 < 2026.6.0 is affected

References

Problem Types

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor CWE
  • CWE-284: Improper Access Control CWE