CVE-2024-8920
Description
The Fonto – Custom Web Fonts Manager plugin for WordPress is vulnerable to Stored Cross-Site Scripting via SVG File uploads in all versions up to, and including, 1.2.1 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 Fonto Custom Web Fonts Manager plugin via insufficiently sanitized SVG uploads, allowing authenticated attackers to inject scripts.
Vulnerability
Analysis
The Fonto – Custom Web Fonts Manager plugin for WordPress (versions up to and including 1.2.1) is susceptible to stored cross-site scripting (XSS) due to insufficient input sanitization and output escaping during SVG file uploads [1]. The plugin fails to properly validate or sanitize SVG files, allowing malicious scripts to be embedded within the uploaded file.
Exploitation
An attacker must have at least Author-level access to the WordPress site. They can upload a crafted SVG file containing malicious JavaScript. When another user (including administrators) accesses the SVG file, the script executes in the context of the victim's browser. The attack does not require any additional user interaction beyond viewing the file.
Impact
Successful exploitation enables arbitrary web script execution in the context of the affected site. This can lead to session hijacking, defacement, redirection to malicious sites, or theft of sensitive data such as login credentials. The vulnerability is rated Medium with a CVSS v3 score of 6.4.
Mitigation
The vendor has not released a patched version addressing this specific vulnerability as of the publication date. Users are advised to restrict SVG file upload capabilities or implement additional security measures such as file type validation and content security policies until an update is available.
AI Insight generated on May 20, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected products
1- Package: https://wordpress.org/plugins/fonto
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
5News mentions
0No linked articles in our index yet.