CVE-2025-48094
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_slider | to 2.2 (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-48094 is a medium priority Cross Site Scripting (XSS) vulnerability in the WordPress Magic Slider Plugin versions 2.2 and earlier. It allows an attacker to inject malicious scriptsβsuch as redirects, advertisements, or other HTML payloadsβinto a website. These scripts execute when visitors access the compromised site. The vulnerability is a reflected XSS type, meaning the malicious script is reflected off the web server, and exploitation requires user interaction like clicking a malicious link or visiting a crafted page. No authentication is required to initiate the attack. [1]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to execute malicious scripts on your website, which can lead to unauthorized redirects, display of unwanted advertisements, theft of user data, or other malicious actions. It can compromise the security and integrity of your website and harm your users. Since no authentication is required, any visitor could be targeted if they interact with a crafted link or page. There is currently no official fix, but mitigation rules are available 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 monitoring for attempts to inject malicious scripts via the Magic Slider plugin, such as unusual URL parameters or form submissions containing script tags. Since no official detection commands are provided, you can use web application security scanners or manual inspection of HTTP requests for suspicious payloads targeting the Magic Slider plugin. Additionally, reviewing web server logs for unusual query strings or POST data that include script tags or encoded JavaScript can help identify exploitation attempts. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying the Patchstack mitigation rule provided by Patchstack to block attacks targeting this vulnerability until an official patch is released. Users should also restrict user input where possible, implement web application firewalls (WAF) with rules to detect and block XSS payloads, and educate privileged users to avoid clicking on suspicious links or submitting untrusted forms. Since no official fix is available yet, applying these mitigations is critical to protect the website. [1]