Input validation error in SVG Sanitizer - #VU146563
Published: September 1, 2026
Vulnerability details
The vulnerability allows a remote user to load external resources and disclose limited information.
The vulnerability exists due to improper input validation in the hasRemoteReference() check in the SVG Sanitizer when parsing unquoted url() values. A remote user can provide a crafted SVG attribute containing an unquoted external url() reference to load external resources and disclose limited information.
The issue occurs because the remote reference check only matches quoted url() values.