CyberRota Analysis
AI-GeneratedFreeScout versions prior to 1.8.221 are vulnerable due to a flaw in the attachment download route, which bypasses token authentication for attachments marked with a legacy token type. This allows unauthenticated remote attackers to download sensitive attachments without authorization, potentially exposing confidential information. Organizations using affected versions should prioritize updating to 1.8.221 to mitigate this high-severity risk.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. Prior to version 1.8.221, FreeScout's attachment download route skips token authentication for any attachment whose `token_type` is set to `1` (`TOKEN_TYPE_LEGACY`). Because this route is unauthenticated and the file path is deterministic, an unauthenticated remote attacker can download any attachment that was created by an older version of FreeScout without possessing a valid token or session. Version 1.8.221 contains a fix.