CVE-2026-4005
Last modified
CVE-2026-4005 is a medium-severity vulnerability rated 6.4/10 on the CVSS scale. The Coachific Shortcode plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'userhash' shortcode attribute in all versions up to and including 1.0. This is due to insufficient input sanitization and output escaping. EPSS estimates a 0.29% chance of exploitation in the next 30 days.
Description
The Coachific Shortcode plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'userhash' shortcode attribute in all versions up to and including 1.0. This is due to insufficient input sanitization and output escaping. The plugin uses sanitize_text_field() on the 'userhash' parameter, which strips HTML tags but does not escape characters significant in a JavaScript string context (such as double quotes, semicolons, and parentheses). The sanitized value is then directly interpolated into a JavaScript string within a <script> tag on line 29 without any JavaScript-specific escaping (e.g., wp_json_encode() or esc_js()). This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-4005?
How severe is CVE-2026-4005?
How do I fix CVE-2026-4005?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-40043Pachno 1.0.6 contains an authentication bypass vulnerability…7.1
- CVE-2026-40044Pachno 1.0.6 contains a deserialization vulnerability that a…9.8
- CVE-2026-40045OpenClaw before 2026.4.2 accepts non-loopback cleartext ws:/…5.9
- CVE-2026-40046Integer Overflow or Wraparound vulnerability in Apache Activ…7.5
- CVE-2026-40047Improper Neutralization of Argument Delimiters in a Command …9.1
- CVE-2026-40048The Camel-PQC FileBasedKeyLifecycleManager class deserialize…7.8
- CVE-2026-40050CrowdStrike has released security updates to address a criti…9.8
- CVE-2026-4006The Simple Draft List plugin for WordPress is vulnerable to …6.4
- CVE-2026-40060When a BIG-IP Advanced WAF or ASM security policy is configu…8.7
- CVE-2026-40061When BIG-IP DNS is provisioned, a vulnerability exists in an…8.7
- CVE-2026-40062A path Traversal vulnerability exists in Ziostation2 v2.9.8.…8.7
- CVE-2026-40066Anviz CX2 Lite and CX7 are vulnerable to unverified update p…8.8
Are you affected by CVE-2026-4005?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
