rhukster/dom-sanitizer

rhukster/dom-sanitizer

Releases12
Frequency5 months 3 hours
Last Release
Stars11
A simple but effective DOM/SVG/MathML Sanitizer for PHP 7.3+

CVE History

CVEPublishedCVSS v3CVSS v2
4.7 MEDIUM

DOMSanitizer is a DOM/SVG/MathML Sanitizer for PHP 7.3+. Prior to version 1.0.10, DOMSanitizer::sanitize() allows <style> elements in SVG content but never inspects their text content. CSS url() references and @import rules pass through unfiltered, causing the browser to issue HTTP requests to attacker-controlled hosts when the sanitized SVG is rendered. Version 1.0.10 fixes the issue.

6.1 MEDIUM

DOMSanitizer (aka dom-sanitizer) before 1.0.7 allows XSS via an SVG document because of mishandling of comments and greedy regular expressions.