| CVE | CVE-2026-4336 |
|---|---|
| CVSS | 6.4 (Medium) |
| Publicly Published | April 8, 2026 |
| Last Updated | April 9, 2026 |
| Researchers |
Athiwat Tiprasaharn (Jitlada)
Itthidej Aramsri (Boeing777) |
The Ultimate FAQ Accordion plugin for WordPress is vulnerable to Stored Cross-Site Scripting via FAQ content in all versions up to, and including, 2.4.7. This is due to the plugin calling html_entity_decode() on post_content during rendering in the set_display_variables() function (View.FAQ.class.php, line 746), which converts HTML entity-encoded payloads back into executable HTML, combined with insufficient output escaping in the faq-answer.php template where the decoded content is echoed without wp_kses_post() or any other sanitization. The ufaq custom post type is registered with 'show_in_rest' => true and defaults to 'post' capability_type, allowing Author-level users to create and publish FAQs via the REST API. An Author can submit entity-encoded malicious HTML (e.g., <img src=x onerror=alert()>) which bypasses WordPress's kses sanitization at save time (since kses sees entities as plain text, not tags), but is then decoded back into executable HTML by html_entity_decode() at render time. This makes it possible for authenticated attackers, with Author-level access and above, to inject arbitrary web scripts in FAQ pages that will execute whenever a user accesses an injected FAQ, either directly or via the [ultimate-faqs] shortcode.
Learn more about Cross-Site Scripting vulnerabilities and how to prevent them.
| Software Type | Plugin |
|---|---|
| Software Slug | ultimate-faqs (view on wordpress.org) |
| Patched? | Yes |
| Remediation | Update to version 2.4.8, or a newer patched version |
| Affected Version |
|
| Patched Version |
|
| # | Title | CVE ID | CVSS | Researchers | Date |
|---|---|---|---|---|---|
| 1 | Ultimate FAQ <= 2.4.3 - Cross-Site Request Forgery | CVE-2025-67590 | daroo | November 8, 2025 | |
| 2 | Ultimate FAQ <= 2.1.1 - Missing Authorization to Arbitrary FAQ Creation | CVE-2021-24968 | Krzysztof Zając | December 27, 2021 | |
| 3 | Ultimate FAQ <= 1.8.29 - Reflected Cross-Site Scripting | CVE-2020-7107 | Ryan Knell | January 6, 2020 | |
| 4 | Ultimate FAQ <= 1.8.24 - Cross-Site Scripting | CVE-2019-17233 | Jerome Bruandet | September 20, 2019 | |
| 5 | Ultimate FAQ <= 1.8.24 - Unauthenticated Options Import/Export | CVE-2019-17232 | Jerome Bruandet | September 20, 2019 | |
| 6 | Ultimate Faqs <= 1.8.21 - Cross-Site Scripting | CVE-2019-15643 | Unknown | May 8, 2019 |
This record contains material that is subject to copyright.
Copyright 2012-2026 Defiant Inc.
License: Defiant hereby grants you a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute this software vulnerability information. Any copy of the software vulnerability information you make for such purposes is authorized provided that you include a hyperlink to this vulnerability record and reproduce Defiant's copyright designation and this license in any such copy. Read more.
Copyright 1999-2026 The MITRE Corporation
License: CVE Usage: MITRE hereby grants you a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare derivative works of, publicly display, publicly perform, sublicense, and distribute Common Vulnerabilities and Exposures (CVE®). Any copy you make for such purposes is authorized provided that you reproduce MITRE's copyright designation and this license in any such copy. Read more.
Have information to add, or spot any errors? Contact us at wfi-support@wordfence.com so we can make any appropriate adjustments.
Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!
Learn moreWant to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.
The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.
Documentation