CVE-2025-69770
Zip Slip in MojoPortal SkinList.aspx Enables Command Execution
Publication date: 2026-02-13
Last updated on: 2026-02-13
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| i7media | mojoportal | 2.9.0.1 |
| i7media | mojoportal | 2.9.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a zip slip issue found in the /DesignTools/SkinList.aspx endpoint of MojoPortal CMS version 2.9.0.1.
It allows attackers to execute arbitrary commands by uploading a specially crafted zip file.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability can execute arbitrary commands on the affected system.
This can lead to unauthorized control over the server running MojoPortal CMS, potentially resulting in data breaches, system compromise, or further attacks.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
The vulnerability is a zip slip in the /DesignTools/SkinList.aspx endpoint of mojoPortal CMS v2.9.0.1, exploitable via uploading a crafted zip file. Detection involves monitoring for suspicious zip file uploads targeting this endpoint.
Specific detection commands or scripts are not provided in the available resources.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation includes upgrading mojoPortal to version 2.9.1 or later, which includes security improvements and fixes related to file handling and unzipping.
Additionally, restrict or monitor uploads to the /DesignTools/SkinList.aspx endpoint and validate zip files before processing to prevent exploitation.