SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-4657

MEDIUM · CVSS 6.4 EPSS 0.24%

Source: NVD + CISA KEV + EPSS · Published 2026-09-10 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

The Easy Google Fonts plugin for WordPress is susceptible to Stored Cross-Site Scripting due to unsanitized output of the control_selectors meta field in all versions up to 2.0.4. This vulnerability allows authenticated attackers with Author-level access or higher to inject malicious scripts into pages, which execute in the context of users accessing those pages. WordPress site administrators and developers using this plugin should prioritize immediate updates to mitigate potential exploitation risks.

CVE
CVE-2026-4657
Severity
MEDIUM
CVSS
6.4
EPSS
0.24%
WordPress

Original NVD Description

The Easy Google Fonts plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the control_selectors meta field in all versions up to, and including, 2.0.4. This is due to the plugin registering the control_selectors meta field with show_in_rest enabled but without a sanitize_callback, and subsequently outputting this unsanitized data directly into <style> tags on the frontend without proper 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 an injected page.