3 matches found
BUI-select-xss
BUI-select-xss cve-2018-8108 在一次安全测试中,偶然发现给问题 bui是一个前端框架,很多企业都在使用该框架构建自己的前端 通常我们防范xss的方法是会对用户输入统一按照不信任原则,在输出的时候进行转义,传递给前端页面进行展示 但是bui的select组件在展示这部分输出的时候,却将原本已经在转义好的用户输入又给转义了回去,造成xss的payload绕过了原有的安全机制,继续运行 附件中的例子来自于真实的案例 可以看到id为“workGroupList”的input标签中的数据已经做了转义,...
PT-2023-21841 · Unknown · Fluid Components
Name of the Vulnerable Software and Affected Versions: fluid components extension versions prior to 3.5.0 Description: The issue allows Cross-Site Scripting XSS via a component argument parameter, specifically in certain content use cases that may be edge cases. All versions of the Fluid Componen...
GHSA-RV3R-VQJJ-8C76 Cross-site scripting from content entered in the tags and multiselect fields
Introduction Cross-site scripting XSS is a type of vulnerability that allows to execute any kind of JavaScript code inside the Panel session of the same or other users. In the Panel, a harmful script can for example trigger requests to Kirby's API with the permissions of the victim. Such...