CVE-2026-34443 in freescout-help-desk freescout
摘要 (英语)
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.
负责
GitHub_M
预定
2026-03-27
披露
2026-04-01
条目
VulDB provides additional information and datapoints for this CVE:
| 标识符 | 漏洞 | CWE | 可利用 | 对策 | CVE |
|---|---|---|---|---|---|
| 354545 | freescout-help-desk freescout Helper.php checkIpByMask 权限提升 | 918 | 未定义 | 官方修复 | CVE-2026-34443 |