๐Ÿ” CVE Alert

CVE-2026-3362

MEDIUM 4.4

Short Comment Filter <= 2.2 - Authenticated (Administrator+) Stored Cross-Site Scripting via 'Minimum Count' Setting

CVSS Score
4.4
EPSS Score
0.0%
EPSS Percentile
0th

The Short Comment Filter plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'Minimum Count' settings field in all versions up to and including 2.2. This is due to insufficient input sanitization (no sanitize callback on register_setting) and missing output escaping (no esc_attr() on the echoed value in the input's value attribute). The option value is stored via update_option() and rendered unescaped in an HTML attribute context. This makes it possible for authenticated attackers, with administrator-level access and above, to inject arbitrary web scripts in the settings page that will execute whenever a user accesses that page. This is particularly impactful in WordPress multisite installations or when DISALLOW_UNFILTERED_HTML is set, where administrators are not granted the unfiltered_html capability.

CWE CWE-79
Vendor itsananderson
Product short comment filter
Published Apr 22, 2026
Stay Ahead of the Next One

Get instant alerts for itsananderson short comment filter

Be the first to know when new medium vulnerabilities affecting itsananderson short comment filter 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

itsananderson / Short Comment Filter
0 โ‰ค 2.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/4ba46475-bf54-49a8-9b0e-fae3fb4e1df9?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/short-comment-filter/trunk/views/settings.php#L25 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/short-comment-filter/tags/2.2/views/settings.php#L25 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/short-comment-filter/trunk/classes/short-comment-filter-settings.php#L61 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/short-comment-filter/tags/2.2/classes/short-comment-filter-settings.php#L61 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/short-comment-filter/trunk/classes/short-comment-filter-settings.php#L54 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/short-comment-filter/tags/2.2/classes/short-comment-filter-settings.php#L54 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/short-comment-filter/trunk/classes/short-comment-filter-settings.php#L21 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/short-comment-filter/tags/2.2/classes/short-comment-filter-settings.php#L21

Credits

Muhammad Nur Ibnu Hubab