CVE-2026-34443 Details
Description
FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. Prior to version 1.8.211, checkIpByMask() in app/Misc/Helper.php checks whether the input IP contains a / character. Plain IP addresses never contain /, so the function always returns false without checking any CIDR ranges. The entire 10.0.0.0/8 and 172.16.0.0/12 private ranges are unprotected. This issue has been patched in version 1.8.211.
A server-side request forgery (SSRF) vulnerability has been identified in FreeScout versions prior to 1.8.211. The issue arises in the 'checkIpByMask()' function within 'app/Misc/Helper.php', where the function incorrectly validates IP addresses. It only checks for the presence of a '/' character, which means plain IP addresses are always deemed invalid. As a result, the function fails to recognize CIDR ranges, leaving the entire 10.0.0.0/8 and 172.16.0.0/12 private IP ranges unprotected. This vulnerability can be exploited by crafting an email with a remote attachment URL that points to an internal API, bypassing the CIDR check and potentially leading to unauthorized access or actions on the server.
Users should update FreeScout to version 1.8.211 or later, where this vulnerability has been patched.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 1, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| freescout freescout | < 1.8.211 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 24, 2026 | CVE Translated | [email protected] |
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 13, 2026 | Initial Analysis | [email protected] |
| Mar 31, 2026 | New CVE Received | [email protected] |