VYPR

Dom Sanitizer

by Rhukster

Source repositories

CVEs (1)

  • CVE-2026-40301MedApr 17, 2026
    risk 0.24cvss 4.7epss 0.00

    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.