CVE Catalog

CVE-2026-41905

High
Published: Translated: NVD NIST

Summary

FreeScout prior to version 1.8.217 had a vulnerability in the Helper::sanitizeRemoteUrl() function that improperly validated URLs after HTTP redirects. An attacker could exploit this vulnerability to redirect traffic to internal HTTP services that would normally be blocked.

Risk Assessment

The organization may be exposed to unauthorized access to internal services, potentially leading to data leaks or security breaches.

Recommendation

It is recommended to update FreeScout to version 1.8.217 or later to mitigate this security vulnerability.

Other vulnerabilities in FreeScout

See all
Original NVD description (English source)

FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. Prior to version 1.8.217, Helper::sanitizeRemoteUrl() in app/Misc/Helper.php follows HTTP redirects via curlGetLastRedirectedUrl() but then re-validates the original URL instead of the final redirect destination. An attacker who can supply any URL that passes the initial host check can redirect FreeScout to internal HTTP services (cloud metadata, internal APIs, RFC1918 ranges) that would normally be blocked. This issue has been patched in version 1.8.217.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS