CVE-2025-46704
BaseFortify
Publication date: 2025-07-11
Last updated on: 2025-07-23
Assigner: ICS-CERT
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| advantech | iview | to 5.7.05.7057 (exc) |
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 in Advantech iView's NetworkServlet.processImportRequest() allows an authenticated attacker with at least user-level privileges to perform a directory traversal attack. Because a specific parameter is not properly sanitized or normalized, the attacker can potentially determine the existence of arbitrary files on the server.
How can this vulnerability impact me? :
An attacker exploiting this vulnerability could gain information about files on the server that should not be accessible, potentially leading to information disclosure. This could aid further attacks or unauthorized access to sensitive data.