SEPTEMBER 7, 2026
Live Feed
Back to database
Case File

CVE-2026-48812

HIGH · CVSS 7.5 EPSS 0.37% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-20 · Last synced 2026-08-19

CyberRota Analysis

AI-Generated

FreeScout 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.

CVE
CVE-2026-48812
Severity
HIGH
CVSS
7.5
EPSS
0.37%

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.