Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
FreeScout vulnerable to prototype pollution in getQueryParam
Vulnerability Description
FreeScout is a free help desk and shared inbox built with PHP's Laravel framework. A Prototype Pollution condition in the `getQueryParam` function `/public/js/main.js` and was addressed in version 1.8.139 by blocking URL query keys matching the pattern `__proto__`. However, this mitigation is incomplete: it only filters top-level `__proto__` keys and fails to sanitize nested forms such as `b[__proto__][polluted]=PWNED`. As a result, an attacker-controlled URL query string can still write into `Object.prototype` on any page that loads `main.js`. Version 1.8.223 contains a updated fix.
CVSS Information
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:L/I:L/A:L
Vulnerability Type
CWE-1321
Vulnerability Title
FreeScout 输入验证错误漏洞
Vulnerability Description
FreeScout是FreeScout公司开源的一个使用 PHP(Laravel 框架)构建的超轻量级且功能强大的免费开源帮助台和共享收件箱。 FreeScout 1.8.223之前版本存在输入验证错误漏洞,该漏洞源于getQueryParam函数中的原型污染条件,由于清理不完整,仅过滤顶层__proto__键,未能清理嵌套形式,导致攻击者控制的URL查询字符串仍可在加载main.js的页面上写入Object.prototype。
CVSS Information
N/A
Vulnerability Type
N/A