CVE-2024-11091
Description
The Support SVG – Upload svg files in wordpress without hassle plugin for WordPress is vulnerable to Stored Cross-Site Scripting via REST API SVG File uploads in all versions up to, and including, 1.1.0 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses the SVG file.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Stored XSS vulnerability in Support SVG WordPress plugin allows authenticated attackers with Author-level access to inject arbitrary scripts via SVG uploads through the REST API.
Vulnerability
The Support SVG plugin for WordPress (versions up to and including 1.1.0) is vulnerable to Stored Cross-Site Scripting (XSS) via SVG file uploads through the REST API. The plugin fails to properly sanitize SVG files and escape output, allowing malicious SVG content to be stored and executed. The vulnerability affects all versions up to 1.1.0 [1].
Exploitation
An authenticated attacker with at least Author-level access can upload a crafted SVG file containing malicious JavaScript via the WordPress REST API. The SVG file is stored in the media library. When any user (including administrators or visitors) accesses the SVG file, the embedded script executes in the context of the victim's browser.
Impact
Successful exploitation allows the attacker to inject arbitrary web scripts, leading to potential data theft, session hijacking, defacement, or other malicious actions. The attack is stored, meaning the payload persists and affects all users who view the SVG file.
Mitigation
The vulnerability is fixed in version 1.1.1 of the plugin, which includes enhanced sanitization of SVG files uploaded via the REST API [1]. Users should update to version 1.1.1 or later immediately. No workarounds are provided; updating is the recommended action.
AI Insight generated on May 23, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
2- Range: <=1.1.0
Patches
1r3195829Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
3News mentions
0No linked articles in our index yet.