CVE-2026-3997
Last modified
CVE-2026-3997 is a medium-severity vulnerability rated 6.4/10 on the CVSS scale. The Text Toggle plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'title' shortcode attribute of the [tt_part] and [tt] shortcodes in all versions up to and including 1.1. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
The Text Toggle plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'title' shortcode attribute of the [tt_part] and [tt] shortcodes in all versions up to and including 1.1. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. Specifically, in the avp_texttoggle_part_shortcode() function, the 'title' attribute is extracted from shortcode attributes and concatenated directly into HTML output without any escaping — both within an HTML attribute context (title="...") on line 116 and in HTML content on line 119. While the 'class' attribute is properly validated using ctype_alnum(), the 'title' attribute has no sanitization whatsoever. An attacker can inject double-quote characters to break out of the title attribute and inject arbitrary HTML attributes including event handlers. 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-3997?
How severe is CVE-2026-3997?
How do I fix CVE-2026-3997?
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-39964TypeBot is a chatbot builder tool. In versions prior to 3.16…5.4
- CVE-2026-39965TypeBot is a chatbot builder tool. Versions 3.15.2 and prior…7.7
- CVE-2026-39966TypeBot is a chatbot builder tool. In versions 3.15.2, the g…6.5
- CVE-2026-39967TypeBot is a chatbot builder tool. In versions 3.15.2 and pr…3.1
- CVE-2026-39968TypeBot is a chatbot builder tool. In versions 3.15.2 and pr…7.1
- CVE-2026-39969TypeBot is a chatbot builder tool. In versions 3.16.0 and pr…6.5
- CVE-2026-39970TypeBot is a chatbot builder tool. Versions 3.15.2 and prior…8.5
- CVE-2026-39971Serendipity is a PHP-powered weblog engine. In versions 2.6-…7.2
- CVE-2026-39972Mercure is a protocol for pushing data updates to web browse…7.1
- CVE-2026-39973Apktool is a tool for reverse engineering Android APK files.…7.1
- CVE-2026-39974n8n-MCP is a Model Context Protocol (MCP) server that provid…8.5
- CVE-2026-39976Laravel Passport provides OAuth2 server support to Laravel. …7.1
Are you affected by CVE-2026-3997?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
