๐Ÿ” CVE Alert

CVE-2026-4665

MEDIUM 6.4

WP Carousel Free <= 2.7.10 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'data-caption' Attribute

CVSS Score
6.4
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-79
Vendor shapedplugin
Product carousel, slider, photo gallery with lightbox, video slider, by wp carousel
Published May 5, 2026
Stay Ahead of the Next One

Get instant alerts for shapedplugin carousel, slider, photo gallery with lightbox, video slider, by wp carousel

Be the first to know when new medium vulnerabilities affecting shapedplugin carousel, slider, photo gallery with lightbox, video slider, by wp carousel are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

shapedplugin / Carousel, Slider, Photo Gallery with Lightbox, Video Slider, by WP Carousel
0 โ‰ค 2.7.10

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/e75815a3-2414-47f3-b0c4-e5d3e2cb369d?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/wp-carousel-free/tags/2.7.10/public/js/fancybox-config.js#L3 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/wp-carousel-free/trunk/public/js/fancybox-config.js#L3 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/changeset/3506878/wp-carousel-free/trunk/public/js/fancybox.js

Credits

Craig Smith