CVE-2013-10055
BaseFortify
Publication date: 2025-08-01
Last updated on: 2025-08-04
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| havalite | cms | 1.1.7 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-434 | The product allows the upload or transfer of dangerous file types that are automatically processed within its environment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is an unauthenticated arbitrary file upload issue in Havalite CMS version 1.1.7 (and possibly earlier). The upload.php script does not properly validate file extensions or require authentication, allowing remote attackers to upload malicious PHP files via specially crafted multipart/form-data POST requests. Once uploaded, these files can be accessed directly, enabling remote code execution on the server.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to upload and execute malicious PHP code on the affected server without authentication. This can lead to full remote code execution, allowing the attacker to take control of the server, steal data, modify content, or disrupt services.