CVE-2025-65287
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-12-09

Last updated on: 2025-12-15

Assigner: MITRE

Description
An unauthenticated directory traversal vulnerability in cgi-bin/upload.cgi in SNMP Web Pro 1.1 allows a remote attacker to read arbitrary files. The CGI concatenates the user-supplied params directly onto the base path (/var/www/files/userScript/) using memcpy + strcat without validation or canonicalization, enabling ../ sequences to escape the intended directory. The download branch also echoes the unsanitized params into Content-Disposition, introducing header-injection risk.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-09
Last Modified
2025-12-15
Generated
2026-05-07
AI Q&A
2025-12-09
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 2 associated CPEs
Vendor Product Version / Range
cdpenergy snmp_web_pro_firmware 1.1
cdpenergy snmp_web_pro *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart