CVE-2025-39467
BaseFortify
Publication date: 2025-11-06
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 |
|---|---|---|
| mikado-themes | wanderland | 1.7.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-35 | The product uses external input to construct a pathname that should be within a restricted directory, but it does not properly neutralize '.../...//' (doubled triple dot slash) sequences that can resolve to a location that is outside of that directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Path Traversal issue in the Mikado-Themes Wanderland plugin, specifically allowing PHP Local File Inclusion. It occurs due to improper handling of file paths, enabling an attacker to include and execute local files on the server by manipulating the file path with sequences like '.../...//'. This affects versions up to 1.7.1 of Wanderland.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute arbitrary local files on the server, potentially leading to unauthorized access, data disclosure, or remote code execution. This can compromise the security and integrity of the affected system.