Skip to main content

PHP CVE-2026-40301

MEDIUM
Cross-site Scripting (XSS) (CWE-79)
2026-04-17 GitHub_M
4.7
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
4.7 MEDIUM
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Changed
Confidentiality
Low
Integrity
None
Availability
None

Lifecycle Timeline

4
Patch released
Apr 18, 2026 - 02:30 nvd
Patch available
Analysis Generated
Apr 17, 2026 - 21:37 vuln.today
Analysis Generated
Apr 17, 2026 - 21:15 vuln.today
CVE Published
Apr 17, 2026 - 20:51 nvd
MEDIUM 4.7

DescriptionGitHub 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.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

CVE-2026-40301 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy