๐Ÿ” CVE Alert

CVE-2026-50160

CRITICAL 10.0

Mass Assignment via Onboarding Endpoint Allows Unauthenticated JWT_SECRET Overwrite

CVSS Score
10.0
EPSS Score
0.0%
EPSS Percentile
0th

Hoppscotch is an API development ecosystem. In self-hosted deployments of hoppscotch-backend from version 2026.4.1 and earlier, the unauthenticated POST /v1/onboarding/config endpoint is vulnerable to mass assignment. The global NestJS ValidationPipe is configured without whitelist: true, so extra properties on the request body that are not declared in SaveOnboardingConfigRequest are not stripped and are iterated in the service layer as if they were legitimate InfraConfig entries. Because keys such as JWT_SECRET and SESSION_SECRET are valid InfraConfigEnum values and are not explicitly rejected during validation, an unauthenticated attacker who can reach a fresh instance before onboarding completes (or when no users exist) can overwrite these values in the database. Overwriting JWT_SECRET gives the attacker control of the JWT signing key, allowing them to forge tokens for any user, including administrators, and results in full server compromise. The issue is fixed in hoppscotch 2026.5.0.

CWE CWE-915
Vendor hoppscotch
Product hoppscotch
Published Jul 1, 2026
Last Updated Jul 2, 2026
Stay Ahead of the Next One

Get instant alerts for hoppscotch hoppscotch

Be the first to know when new critical vulnerabilities affecting hoppscotch hoppscotch are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None

Affected Versions

hoppscotch / hoppscotch
<= 2026.4.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/hoppscotch/hoppscotch/security/advisories/GHSA-j542-4rch-8hwf github.com: https://github.com/hoppscotch/hoppscotch/pull/6171 openwall.com: http://www.openwall.com/lists/oss-security/2026/06/23/7