Hoppscotch CVE-2026-44478: Unauthenticated Infrastructure Secret Leak
The National Vulnerability Database has detailed CVE-2026-44478, a critical vulnerability in Hoppscotch, an open-source API development ecosystem. This flaw allows unauthenticated users to retrieve all infrastructure secrets in plaintext. The issue stems from the GET /v1/onboarding/config endpoint, which continues to leak sensitive configuration data when the ONBOARDING_RECOVERY_TOKEN in the database is an empty string. This bypasses a previous fix for CVE-2026-28215.
This vulnerability, with a CVSS score of 7.5 (HIGH), exposes critical infrastructure details, presenting a severe risk to organizations utilizing affected Hoppscotch instances. Attackers can leverage this to gain deep insights into an organization’s backend systems, potentially leading to further exploitation, unauthorized access, or complete system compromise. The impact is significant, as it provides a direct path to sensitive operational data without requiring any authentication.
Defenders must prioritize patching. According to the National Vulnerability Database, this issue is resolved in Hoppscotch version 2026.4.0. Organizations should immediately upgrade to the patched version to prevent unauthenticated access to their infrastructure secrets. Additionally, review existing Hoppscotch configurations to ensure the ONBOARDING_RECOVERY_TOKEN is not empty, and audit logs for any suspicious access attempts to the /v1/onboarding/config endpoint prior to patching.
What This Means For You
- If your organization uses Hoppscotch, you need to check your version immediately. An unauthenticated attacker can pull your infrastructure secrets in plaintext via CVE-2026-44478. Patch to version 2026.4.0 or higher right now and verify your ONBOARDING_RECOVERY_TOKEN is not empty.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-44478: Unauthenticated Hoppscotch Onboarding Config Leak
title: CVE-2026-44478: Unauthenticated Hoppscotch Onboarding Config Leak
id: scw-2026-05-13-ai-1
status: experimental
level: high
description: |
Detects unauthenticated access to the GET /v1/onboarding/config endpoint in Hoppscotch. This endpoint leaks infrastructure secrets when the ONBOARDING_RECOVERY_TOKEN is an empty string, as described in CVE-2026-44478. This is a critical vulnerability allowing unauthenticated attackers to retrieve sensitive configuration details.
author: SCW Feed Engine (AI-generated)
date: 2026-05-13
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-44478/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-method:
- 'GET'
uri|contains:
- '/v1/onboarding/config'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-44478 | Information Disclosure | hoppscotch versions < 2026.4.0 |
| CVE-2026-44478 | Information Disclosure | GET /v1/onboarding/config endpoint |
| CVE-2026-44478 | Information Disclosure | Unauthenticated access to infrastructure secrets |
| CVE-2026-44478 | Information Disclosure | ONBOARDING_RECOVERY_TOKEN stored as an empty string in the database |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 14, 2026 at 01:16 UTC |
This content was AI-rewritten and enriched by Shimi's Cyber World based on the original source. All intellectual property rights remain with the original author.
Believe this infringes your rights? Submit a takedown request.