Live Exposure Defense: From CVE to Confirmed Exposure in 12 Hours – See more

New CVE Detected

CVE-2026-53595 – Authentication Bypass / Account Takeover – FreeScout Help Desk prior to 1.8.224

Be the first to know when new zero-days emerge:

Summary

CVE-2026-53595 is a critical authentication bypass vulnerability in FreeScout, an open-source PHP/Laravel-based help desk and shared inbox application. An unauthenticated remote attacker can exploit a public account-setup endpoint to permanently overwrite the credentials of the lowest-ID activated user account — which may be an administrator — and immediately authenticate as that account. The vulnerability carries a CVSS 3.1 base score of 9.4 (Critical).

Technical details

  • Root cause: Two compounding logic flaws exist in the public endpoint POST /user-setup/{hash}/{invite_sent_at} (OpenController@userSetupSave): no authentication is required to access the endpoint, and account selection relies solely on the invite_hash column, which FreeScout sets to an empty string after a user activates their account.
  • MySQL/MariaDB trailing-space bypass: On MySQL and MariaDB, VARCHAR equality comparisons ignore trailing spaces. Submitting a single URL-encoded space (%20) as the {hash} parameter therefore matches the stored empty invite_hash and resolves to the lowest-ID activated user.
  • Expiry guard bypass: The endpoint’s time-to-live check calls Helper::decrypt on the {invite_sent_at} URL parameter. When decryption fails, the function silently returns its raw input unchanged. A plaintext numeric value (e.g., 9999999999) therefore passes the expiry check with no knowledge of any account secret.
  • Attack flow: An attacker first issues GET /user-setup/%20/9999999999 to retrieve the victim’s email address and a valid CSRF token, then POSTs attacker-chosen credentials to that same endpoint. The target account’s email and password are permanently overwritten and the attacker is logged in immediately.
  • Impact: Full, persistent account takeover of the lowest-ID activated FreeScout user. If that account holds administrator privileges, the attacker gains unrestricted access to all support tickets, customer correspondence, mailbox configuration, and system settings.

Affected software

  • FreeScout (freescout-help-desk/freescout) versions ≤ 1.8.223 running on MySQL or MariaDB
  • PostgreSQL-backed installations are not affected by this specific attack chain
  • Installations where the sole account present is the original installer administrator are also not affected

Severity

  • CVSS v3.1 Base Score: 9.4 (Critical)
  • Vector string: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L

Mitigation and recommended actions

  • Immediate: Upgrade FreeScout to version 1.8.224 or later, which contains the vendor-provided fix addressing this vulnerability.
  • If immediate patching is not possible, restrict network access to the /user-setup/ endpoint at the web server or firewall level as a temporary mitigation until the upgrade can be applied.

IONIX Status

The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

References

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

How IONIX’s External Exposure Management Platform Detects and Validates
Zero-Days to Shrink MTTR

1

Map your entire attack surface (continously)

IONIX uses multi-factor discovery methods, including DNS analysis, certificate mapping, metadata inspection, and more, to automatically map every internet-facing asset across your environment. This includes cloud instances, third-party platforms, shadow IT, and even forgotten infrastructure that traditional tools miss.

2

Monitor for new CVEs

Dozens of threat intel feeds using agentic technology are continuously analyzed to detect the appearance of proof-of-concept code, exploit kits, and indicators of active targeting. IONIX goes further by applying AI to proactively evaluate whether emerging vulnerabilities are likely to be exploited, even before PoCs go public.

3

Identify Potential External Exposures

Not all CVEs matter. IONIX filters vulnerabilities by asking attacker-centric questions: Can it be reached from the internet? Does it require authentication? Is it being exploited in the wild? This dramatically reduces noise and focuses teams on threats that can actually be weaponized.

4

Create Safe, Scalable Exploit Validations

IONIX transforms real-world PoCs into safe, non-intrusive test payloads that can be run in production environments without disruption. These simulations are precisely targeted to the systems that are vulnerable, ensuring rapid validation without unnecessary load.

5

Execute Exploit Validations

By combining context about software stack, versioning, exposure status, and reachability, IONIX ensures that only the right payloads are executed against the right assets, maximizing efficiency and minimizing risk.

6

Drive Fast and Actionable Remediation

Results are routed through integrations with ticketing, SOAR, and SIEM tools. Issues are written in plain language, bundled into remediation clusters, and prioritized based on asset criticality, exploitability, and blast radius. This shortens mean time to remediation (MTTR) and empowers teams to act with confidence.

Are you exposed?

Get a free report of your organization’s exposure to this CVE and threat

Subscribe to Threat Center RSS

Copy/paste the link below into your preferred RSS reader or follow these instructions to subscribe to Slack alerts.

Get Real-Time CVE Alerts to Your Email

Be the first to know when new zero-days emerge