Severity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N
Primary rating from GitHub Advisory · only source for this CVE.
CVSS VectorGitHub Advisory
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:N/A:N
Lifecycle Timeline
4DescriptionGitHub Advisory
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.
AnalysisAI
DOMSanitizer before version 1.0.10 fails to sanitize CSS content within SVG <style> elements, allowing attackers to inject url() references and @import rules that trigger unauthorized HTTP requests to attacker-controlled hosts when the sanitized SVG is rendered in a browser. This affects PHP applications using the vulnerable library to sanitize user-supplied SVG content, enabling information disclosure through request metadata and potential CSRF attacks. The vulnerability requires user interaction (rendering the SVG) but affects all downstream users of the sanitized content due to scope change (C:L, S:C).
Technical ContextAI
DOMSanitizer is a PHP library designed to sanitize DOM, SVG, and MathML content by removing potentially dangerous elements and attributes. The vulnerability exists in the sanitization logic for SVG <style> elements, which the library permits but does not inspect for CSS rules that can trigger network requests. CSS url() functions in properties like background-image, and @import rules within <style> blocks, are processed by browsers as absolute resource references regardless of origin. When a browser renders the sanitized SVG, it automatically fetches these resources, causing side-channel information leakage (via HTTP request parameters, referer headers, cookies) and enabling CSRF attacks against authenticated sessions. The root cause is inadequate input validation (CWE-79: Improper Neutralization of Input During Web Page Generation, also known as Cross-site Scripting). The library's allowlist approach for SVG elements included <style> but lacked corresponding inspection of its text content.
RemediationAI
Upgrade DOMSanitizer to version 1.0.10 or later immediately. Update the Composer dependency with composer update rhukster/dom-sanitizer to pull the patched version. The fix inspects and sanitizes CSS content within SVG <style> elements, filtering url() and @import rules. If immediate upgrade is infeasible, implement a temporary compensating control: strip all <style> elements from SVG content before passing to DOMSanitizer (trade-off: legitimate SVG styling will be lost), or disable rendering of user-supplied SVG entirely pending patching. For applications that must accept user SVG and preserve styling, validate CSS rules against a strict allowlist before rendering (e.g., forbid url() and @import, allow only primitive properties like fill, stroke, opacity). Monitor composer.lock for DOMSanitizer version and enable automated dependency updates or security alerts via GitHub Dependabot.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today