CVE-2026-28215 Details
Description
hoppscotch is an open source API development ecosystem. Prior to version 2026.2.0, an unauthenticated attacker can overwrite the entire infrastructure configuration of a self-hosted Hoppscotch instance including OAuth provider credentials and SMTP settings by sending a single HTTP POST request with no authentication. The endpoint POST /v1/onboarding/config has no authentication guard and performs no check on whether onboarding was already completed. A successful exploit allows the attacker to replace the instance's Google/GitHub/Microsoft OAuth application credentials with their own, causing all subsequent user logins via SSO to authenticate against the attacker's OAuth app. The attacker captures OAuth tokens and email addresses of every user who logs in after the exploit. Additionally, the endpoint returns a recovery token that can be used to read all stored secrets in plaintext, including SMTP passwords and any other configured credentials. Version 2026.2.0 fixes the issue.
A vulnerability in Hoppscotch prior to version 2026.2.0 allows an unauthenticated attacker to overwrite the entire infrastructure configuration of a self-hosted instance. This includes sensitive data such as OAuth provider credentials and SMTP settings. The vulnerability exists because the POST /v1/onboarding/config endpoint lacks authentication and does not verify if the onboarding process has already been completed. Exploiting this flaw enables attackers to replace OAuth application credentials for Google, GitHub, or Microsoft with their own, capturing OAuth tokens and email addresses from users logging in via Single Sign-On (SSO) afterwards. Additionally, the endpoint responds with a recovery token that can be used to access all stored secrets in plaintext, including SMTP passwords and other credentials.
Users are advised to update to Hoppscotch version 2026.2.0 or later, and to run the latest database migrations after upgrading.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Mar 2, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/hoppscotch/hoppscotch/releases/tag/2026.2.0 | [email protected] | ProductRelease Notes |
| https://github.com/hoppscotch/hoppscotch/security/advisories/GHSA-jwv8-867r-q9fg | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-284 | Improper Access Control | [email protected] |
| CWE-287 | Improper Authentication | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| hoppscotch hoppscotch | < 2026.2.0 |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Feb 27, 2026 | Initial Analysis | [email protected] |
| Feb 26, 2026 | New CVE Received | [email protected] |