๐Ÿ” CVE Alert

CVE-2026-4142

MEDIUM 4.4

Sentence To SEO (keywords, description and tags) <= 1.0 - Authenticated (Administrator+) Stored Cross-Site Scripting via 'Permanent keywords' Field

CVSS Score
4.4
EPSS Score
0.0%
EPSS Percentile
0th

The Sentence To SEO (keywords, description and tags) plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'Permanent keywords' field in all versions up to and including 1.0. This is due to insufficient input sanitization and output escaping. The plugin reads user input via filter_input_array(INPUT_POST) which applies no HTML sanitization (FILTER_DEFAULT), stores it unsanitized to the WordPress options table via update_option(), and then outputs the stored value directly into a textarea element without any escaping using PHP short echo tags (<?= ?>). An attacker can break out of the textarea element using a closing </textarea> tag and inject arbitrary HTML/JavaScript. This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses the plugin's settings page.

CWE CWE-79
Vendor eazyserver
Product sentence to seo (keywords, description and tags)
Published Apr 22, 2026
Stay Ahead of the Next One

Get instant alerts for eazyserver sentence to seo (keywords, description and tags)

Be the first to know when new medium vulnerabilities affecting eazyserver sentence to seo (keywords, description and tags) are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

eazyserver / Sentence To SEO (keywords, description and tags)
0 โ‰ค 1.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/7d11b2db-d097-433f-923c-f49ef2951c0e?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/sentence-to-seo/trunk/index.php#L81 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/sentence-to-seo/tags/1.0/index.php#L81 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/sentence-to-seo/trunk/index.php#L50 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/sentence-to-seo/tags/1.0/index.php#L50 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/sentence-to-seo/trunk/index.php#L262 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/sentence-to-seo/tags/1.0/index.php#L262 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/sentence-to-seo/trunk/index.php#L87 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/sentence-to-seo/tags/1.0/index.php#L87 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/sentence-to-seo/trunk/index.php#L75 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/sentence-to-seo/tags/1.0/index.php#L75

Credits

Muhammad Nur Ibnu Hubab