Vulnerability Description
The WP Carousel Free plugin for WordPress is vulnerable to Stored Cross-Site Scripting via crafted fancybox `data-caption` attributes in all versions up to, and including, 2.7.10. This is due to the `fancybox-config.js` script reading the carousel container's `id` attribute directly from the DOM to construct a jQuery selector without sanitization. When a Contributor crafts an HTML block with a malformed carousel container ID (containing characters invalid for jQuery selectors), the custom fancybox configuration throws a JavaScript error and fails to initialize. This causes the bundled fancybox library (v3.5.7) to fall back to its default caption handling, which renders the `data-caption` attribute content as raw HTML. Since WordPress allows `data-*` attributes through `wp_kses_post()`, 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 clicks an image in the crafted carousel lightbox.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://plugins.trac.wordpress.org/browser/wp-carousel-free/tags/2.7.10/public/j
- https://plugins.trac.wordpress.org/browser/wp-carousel-free/trunk/public/js/fanc
- https://plugins.trac.wordpress.org/changeset/3506878/wp-carousel-free/trunk/publ
- https://www.wordfence.com/threat-intel/vulnerabilities/id/e75815a3-2414-47f3-b0c
FAQ
What is CVE-2026-4665?
CVE-2026-4665 is a vulnerability with a CVSS score of 6.4 (MEDIUM). The WP Carousel Free plugin for WordPress is vulnerable to Stored Cross-Site Scripting via crafted fancybox `data-caption` attributes in all versions up to, and including, 2.7.10. This is due to the `...
How severe is CVE-2026-4665?
CVE-2026-4665 has been rated MEDIUM with a CVSS base score of 6.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-4665?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.