CVE-2025-49043
BaseFortify
Publication date: 2026-01-22
Last updated on: 2026-04-27
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| lambertgroup | magic_responsive_slider_and_carousel | to 1.6 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2025-49043 is a reflected Cross-Site Scripting (XSS) vulnerability in the Magic Responsive Slider and Carousel WordPress plugin (versions up to 1.6). It allows attackers to inject malicious scripts, such as redirects or advertisements, into web pages generated by the plugin. These scripts execute when visitors access the compromised site, potentially leading to unauthorized actions or data exposure. Exploitation does not require authentication but does require user interaction, like clicking a malicious link or visiting a crafted page. [1]
How can this vulnerability impact me? :
This vulnerability can lead to attackers injecting malicious scripts into your website, which execute when visitors access it. This can result in unauthorized redirects, display of unwanted advertisements, theft of user data, session hijacking, or other malicious activities. It poses a moderate security risk with a CVSS score of 7.1 and can harm your website's integrity and user trust. No official patch is currently available, but mitigation rules exist to block attacks temporarily. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this vulnerability involves identifying if the affected WordPress Magic Responsive Slider and Carousel plugin version (<= 1.6) is installed and checking for reflected XSS attempts. While no specific commands are provided, monitoring web server logs for suspicious URL parameters or payloads that include script tags or unusual HTML can help detect exploitation attempts. Additionally, using web vulnerability scanners that test for reflected XSS on the plugin's input fields can assist in detection. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying the Patchstack mitigation rule to block attacks until an official patch is released. Since no official fix is currently available, enabling automated vulnerability protection services from Patchstack or similar providers is recommended. Additionally, restricting user input where possible, monitoring for suspicious activity, and educating users about the risk of clicking untrusted links can help reduce exploitation risk. [1]