Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/short-comment-filter/tags/2.2/classes
- https://plugins.trac.wordpress.org/browser/short-comment-filter/tags/2.2/classes
- https://plugins.trac.wordpress.org/browser/short-comment-filter/tags/2.2/classes
- https://plugins.trac.wordpress.org/browser/short-comment-filter/tags/2.2/views/s
- https://plugins.trac.wordpress.org/browser/short-comment-filter/trunk/classes/sh
- https://plugins.trac.wordpress.org/browser/short-comment-filter/trunk/classes/sh
- https://plugins.trac.wordpress.org/browser/short-comment-filter/trunk/classes/sh
- https://plugins.trac.wordpress.org/browser/short-comment-filter/trunk/views/sett
- https://www.wordfence.com/threat-intel/vulnerabilities/id/4ba46475-bf54-49a8-9b0
FAQ
What is CVE-2026-3362?
CVE-2026-3362 is a vulnerability with a CVSS score of 4.4 (MEDIUM). 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 i...
How severe is CVE-2026-3362?
CVE-2026-3362 has been rated MEDIUM with a CVSS base score of 4.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-3362?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.