CVE-2026-53595
Last modified
CVE-2026-53595 is a critical-severity vulnerability rated 9.4/10 on the CVSS scale. FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. Prior to version 1.8.224, the public endpoint `POST /user-setup/{hash}/{invite_sent_at}` (`OpenController@userSetupSave`) selects the target account solely by its `invite_hash` column, then overwrites that account's email and password and logs in as it. EPSS estimates a 0.30% chance of exploitation in the next 30 days.
Description
FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. Prior to version 1.8.224, the public endpoint `POST /user-setup/{hash}/{invite_sent_at}` (`OpenController@userSetupSave`) selects the target account solely by its `invite_hash` column, then overwrites that account's email and password and logs in as it. No authentication, cookie, or prior session is required. After a user activates, FreeScout sets `invite_hash` to the empty string. On MySQL and MariaDB, `VARCHAR` equality ignores trailing spaces, so a single URL-encoded space (`%20`) matches the stored empty string and selects the lowest-id activated user. The expiry guard decrypts `invite_sent_at` with the target's password hash, but `Helper::decrypt` returns its raw input unchanged when decryption fails. A plaintext numeric value such as `9999999999` therefore passes the time-to-live check without any secret. The result is that an anonymous attacker sets the email and password of the lowest-id activated FreeScout account (a support agent, or an administrator if one was added by invitation) and authenticates as that account. Version 1.8.224 contains a fix.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| freescout-help-desk | freescout | < 1.8.224 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-53595?
How severe is CVE-2026-53595?
How do I fix CVE-2026-53595?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-5358Rejected reason: REJECTED: CVE-2026-5358 is rejected for two…
- CVE-2026-5359Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-53591FreeScout is a free help desk and shared inbox built with PH…8.6
- CVE-2026-53592FreeScout is a free help desk and shared inbox built with PH…4.6
- CVE-2026-53593FreeScout is a free help desk and shared inbox built with PH…8.8
- CVE-2026-53594FreeScout is a free help desk and shared inbox built with PH…4.9
- CVE-2026-53596FreeScout is a free help desk and shared inbox built with PH…5.3
- CVE-2026-53597Prompty is a markdown file format (.prompty) for LLM prompts…8.7
- CVE-2026-53598Prompty is a markdown file format (.prompty) for LLM prompts…7.5
- CVE-2026-53599REDAXO is a PHP-based content management system. From 5.18.2…7.5
- CVE-2026-5360A vulnerability has been found in Free5GC 4.2.0. The affecte…3.7
- CVE-2026-53606ApostropheCMS is an open-source Node.js content management s…5.4
Are you affected by CVE-2026-53595?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
