CVE-2025-65287
BaseFortify
Publication date: 2025-12-09
Last updated on: 2025-12-15
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| cdpenergy | snmp_web_pro_firmware | 1.1 |
| cdpenergy | snmp_web_pro | * |
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 an unauthenticated directory traversal issue in the cgi-bin/upload.cgi script of SNMP Web Pro 1.1. It allows a remote attacker to read arbitrary files on the server by exploiting the way user-supplied parameters are concatenated directly onto a base path without proper validation or canonicalization. This enables the use of '../' sequences to escape the intended directory. Additionally, the download functionality echoes unsanitized parameters into the Content-Disposition header, which can lead to header injection attacks.
How can this vulnerability impact me? :
An attacker can exploit this vulnerability to read arbitrary files on the server without authentication, potentially accessing sensitive information such as configuration files, credentials, or other private data. The header injection risk could also be used to manipulate HTTP headers, possibly leading to further attacks like cross-site scripting or session hijacking.