CVE-2026-4665 — Cross-Site Scripting (XSS)
CVE-2026-4665 — 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
What This Means For You
- If your environment is affected by CWE-79, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-4665 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-4665 - WP Carousel Free Stored XSS via crafted data-caption
title: CVE-2026-4665 - WP Carousel Free Stored XSS via crafted data-caption
id: scw-2026-05-05-ai-1
status: experimental
level: medium
description: |
Detects attempts to exploit CVE-2026-4665 by observing web requests that include the WP Carousel Free plugin path and reference a 'data-caption' attribute in the referer, which is used in the exploit to inject malicious JavaScript. This rule targets the specific mechanism of the vulnerability where the fancybox library falls back to rendering raw HTML from the data-caption attribute due to a malformed carousel container ID.
author: SCW Feed Engine (AI-generated)
date: 2026-05-05
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-4665/
tags:
- attack.initial_access
- attack.t1189
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/wp-content/plugins/wp-carousel-free/'
cs-uri-query|contains:
- 'fancybox-config.js'
referer|contains:
- 'data-caption='
cs-method:
- 'GET'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-4665 | vulnerability | CVE-2026-4665 |
| CWE-79 | weakness | CWE-79 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 05, 2026 at 07:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.