CVE-2015-7579: XSS vulnerability in strip_tags
(updated )
Due to the way that Rails::Html::FullSanitizer
is implemented, if an attacker passes an already escaped HTML entity to the input of Action View’s strip_tags
these entities will be unescaped what may cause a XSS attack if used in combination with raw
or html_safe
.
References
Detect and mitigate CVE-2015-7579 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →