CVE-2026-35718
Modified Modified - Updated After Analysis
Path Traversal in VIVOTEK FD8136-VVTK Firmware

Publication date: 2026-06-02

Last updated on: 2026-06-03

Assigner: MITRE

Description
A path traversal vulnerability in the /admin/downloadMedias.cgi endpoint of VIVOTEK INC FD8136-VVTK firmware 0300a allows authenticated attackers to read any file on the device via sending a crafted request.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-02
Last Modified
2026-06-03
Generated
2026-06-22
AI Q&A
2026-06-02
EPSS Evaluated
2026-06-21
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
vivotek fd8136_firmware 0300a
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 Quick Actions
Instant insights powered by AI
Compliance Impact

The vulnerability allows authenticated attackers to read arbitrary files on the device, including sensitive files such as network configurations, device settings, and stored credentials.

This unauthorized access to sensitive information could lead to violations of data protection standards and regulations like GDPR and HIPAA, which require strict controls over access to personal and sensitive data.

Therefore, exploitation of this vulnerability may compromise compliance by exposing protected data and failing to maintain confidentiality and integrity as mandated by these regulations.

Executive Summary

CVE-2026-35718 is an authenticated path traversal vulnerability in the VIVOTEK FD8136 camera's downloadMedias.cgi script, specifically in firmware version FD8136-VVTK-0300a.

The vulnerability arises because the script, which is intended to allow users to download media files from the /mnt/auto/ directory, does not properly validate user-supplied file paths.

It uses a decode.sh function that only checks if the path starts with /mnt/auto/ by comparing the prefix, but this check can be bypassed by including path traversal sequences like '/../'.

As a result, an authenticated attacker can craft a request with a malicious path such as /mnt/auto/../../../etc/passwd, which the system resolves to access sensitive files outside the intended directory.

This allows reading arbitrary files on the device, including sensitive system files, network configurations, device settings, and stored credentials.

Impact Analysis

This vulnerability can have serious impacts because it allows an authenticated attacker to read any file on the affected device.

  • Exposure of sensitive system files such as /etc/passwd, which could reveal user account information.
  • Access to network configuration files, potentially revealing network topology or credentials.
  • Disclosure of device settings and stored credentials, which could facilitate further attacks or unauthorized access.

Overall, this could lead to compromise of the device, unauthorized data access, and potential escalation of privileges.

Detection Guidance

This vulnerability can be detected by checking for requests to the /admin/downloadMedias.cgi endpoint that include path traversal sequences such as '/../' in the parameters used to specify file paths.

Since the vulnerability requires authentication, monitoring authenticated HTTP requests to this endpoint for suspicious path parameters is key.

  • Use network traffic analysis tools (e.g., tcpdump, Wireshark) to filter HTTP requests to /admin/downloadMedias.cgi containing '/../' sequences.
  • On the device, review web server logs for authenticated requests to /admin/downloadMedias.cgi with parameters including path traversal patterns.
  • Example command to search logs for suspicious requests: grep -E "/admin/downloadMedias.cgi.*(\.\./)" /var/log/httpd/access.log
Mitigation Strategies

Immediate mitigation steps include restricting access to the /admin/downloadMedias.cgi endpoint to trusted users only, as the vulnerability requires authentication.

Additionally, monitor and audit access logs for suspicious activity involving path traversal attempts.

If possible, disable or restrict the downloadMedias.cgi functionality until a firmware update or patch is available.

Apply any available firmware updates from VIVOTEK that address this vulnerability once released.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-35718. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart