Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
Network-accessible unauthenticated endpoint; C:L for ID enumeration, I:L for timestamp forgery, A:N as no availability impact exists.
Primary rating from Vendor (GitHub_M).
CVSS VectorVendor: GitHub_M
Lifecycle Timeline
2DescriptionCVE.org
FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. Prior to version 1.8.219, the open tracking endpoint GET /thread/read/{conversation_id}/{thread_id} allows unauthenticated attackers to enumerate valid conversation and thread IDs, and modify thread state (opened_at timestamp) without any authentication. Version 1.8.219 patches the issue.
AnalysisAI
Unauthenticated access to FreeScout's email open-tracking endpoint (GET /thread/read/{conversation_id}/{thread_id}) allows remote attackers to enumerate valid conversation and thread IDs and manipulate the opened_at timestamp on arbitrary threads. All FreeScout deployments prior to version 1.8.219 are affected. No active exploitation is confirmed (not in CISA KEV) and no public exploit code has been identified at time of analysis.
Technical ContextAI
FreeScout is an open-source help desk and shared inbox application built on PHP's Laravel framework. The vulnerable endpoint is part of the email open-tracking subsystem - a pixel-tracking mechanism that records when a recipient opens a support email. CWE-639 (Authorization Bypass Through User-Controlled Key) describes the root cause: the application accepts caller-supplied conversation and thread ID values and acts on them without verifying that the caller has any authorization to access or modify those resources. Because integer IDs are typically sequential and predictable, an unauthenticated attacker can trivially iterate the ID space. The affected CPE is cpe:2.3:a:freescout-help-desk:freescout:*:*:*:*:*:*:*:* covering all versions prior to 1.8.219.
RemediationAI
Upgrade FreeScout to version 1.8.219 or later, which is confirmed by the vendor advisory at https://github.com/freescout-help-desk/freescout/security/advisories/GHSA-qjr9-6v9q-3r72 to patch this issue. If an immediate upgrade is operationally infeasible, the most targeted compensating control is to block external HTTP requests to the /thread/read/ path at the reverse proxy or web server layer (e.g., via an nginx location deny rule or Apache RewriteRule); the trade-off is that legitimate email open-tracking for externally-delivered emails will stop functioning until the upgrade is applied. A broader mitigation is to place the FreeScout instance behind a VPN or strict IP allowlist so the endpoint is not reachable from arbitrary internet addresses, accepting the trade-off of restricted remote access for support staff and customers.
File upload bypass in FreeScout 1.8.206 — patch bypass for CVE-2026-27636. PoC and patch available. CVSS 10.0.
Remote code execution in FreeScout prior to version 1.8.206 allows authenticated users to upload `.htaccess` files that
Predictable password reset tokens in FreeScout help desk before 1.8.206. Weak random number generation allows attackers
Anonymous account takeover in FreeScout help desk before 1.8.224 lets an unauthenticated attacker seize the lowest-id ac
FreeScout is a self-hosted help desk and shared mailbox. Rated critical severity (CVSS 9.0), this vulnerability is remot
FreeScout is a self-hosted help desk and shared mailbox. Rated high severity (CVSS 8.0), this vulnerability is remotely
FreeScout is an open source help desk and shared inbox built with PHP. Rated high severity (CVSS 7.1), this vulnerabilit
FreeScout is a free, self-hosted help desk and shared mailbox. Rated medium severity (CVSS 6.3), this vulnerability is r
FreeScout is a free, self-hosted help desk and shared mailbox. Rated medium severity (CVSS 6.1), this vulnerability is r
A stored cross-site scripting (XSS) vulnerability exists in FreeScout help desk software versions 1.8.208 and below, whe
Arbitrary file write in FreeScout (prior to 1.8.215) allows authenticated administrators to achieve remote code executio
Unauthenticated account takeover in FreeScout versions prior to 1.8.217 allows remote attackers to gain permanent access
Same technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-46043