CVE-2025-58830
BaseFortify
Publication date: 2025-09-05
Last updated on: 2026-04-23
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| snagysandor | parallax_scrolling_enllax.js | 0.0.6 |
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?
This vulnerability is a Stored Cross-Site Scripting (XSS) issue in the WordPress Parallax Scrolling Enllax.js Plugin versions up to 0.0.6. It allows attackers to inject malicious scripts, such as redirects, advertisements, or other HTML payloads, that execute when visitors access the affected website. This happens because the plugin improperly neutralizes input during web page generation, enabling attackers to store and later execute harmful code in users' browsers. [1]
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to execute malicious scripts on your website visitors' browsers. This can lead to unauthorized redirects, display of unwanted advertisements, theft of user data, session hijacking, or other malicious activities. Since the plugin is abandoned and no official patch exists, the risk remains unless you remove the plugin or apply a virtual patch. The overall severity is considered low (CVSS 6.5), but it still poses a significant security risk to your website and users. [1]
How can this vulnerability be detected on my network or system? Can you suggest some commands?
Detection of this vulnerability involves identifying the presence of the vulnerable Parallax Scrolling Enllax.js plugin version 0.0.6 or earlier on your WordPress site. Since the vulnerability allows injection of malicious scripts that execute when visitors access the site, monitoring HTTP responses for suspicious script injections or unexpected HTML payloads can help. Specific commands are not provided in the resources, but scanning your WordPress plugins directory for the plugin version and inspecting web traffic for injected scripts are recommended approaches. [1]
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include removing and replacing the vulnerable Parallax Scrolling Enllax.js plugin with an alternative solution, as no official patch or fixed version is available. Since deactivating the plugin alone does not eliminate the risk, applying a virtual patch (vPatch) provided by Patchstack is recommended to auto-mitigate the vulnerability until a permanent fix or replacement is implemented. [1]