HIGH 7.5

CVE-2025-70796: WTI Path Traversal Vulnerability in Web Management Interface

WTI (Wireless Technology, Inc.) version 3.5.0 released May 24, 2024 contains a path traversal flaw in its web management interface that does not require authentication to exploit. An attacker can send crafted HTTP requests with directory traversal sequences (such as '../' patterns) to read files outside the intended web root, potentially exposing sensitive system files, configuration data, credentials, and other confidential information. The vulnerability is remotely exploitable over the network with no special access or user interaction required.

Source data · NVD / CISA · public domain

CVSS
3.1 · 7.5 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weaknesses (CWE)
CWE-22
Affected products
0 configuration(s)
Published / Modified
2026-07-10 / 2026-07-10

NVD description (verbatim)

An unauthenticated path traversal vulnerability exists in the web management interface of WTI (Wireless Technology, Inc.) version 3.5.0.r 2024/05/24 00:00:00. An unauthenticated attacker can craft malicious HTTP requests containing traversal sequences to access files outside of the intended web root directory. This may allow disclosure of sensitive system files and configuration data

3 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2025-70796 is a CWE-22 path traversal vulnerability affecting WTI version 3.5.0 (released 2024/05/24). The web management interface fails to properly sanitize or validate user-supplied input in HTTP requests, allowing attackers to traverse the file system using sequences like '../' or '%2e%2e%2f' to navigate outside the documented web root directory. Because the vulnerability exists in an unauthenticated endpoint, no credentials are needed to attempt exploitation. The flaw permits arbitrary file read operations, which could disclose sensitive configuration files, system information, or credentials stored on the affected host.

Business impact

Compromise of WTI management systems could expose sensitive operational data, system credentials, and network configuration details. Organizations relying on WTI devices for remote administration or monitoring may face loss of confidentiality, enabling attackers to gain deeper insight into infrastructure, plan secondary attacks, or move laterally within the network. The lack of authentication requirements significantly lowers the barrier to exploitation and increases the risk surface, particularly in internet-facing deployments or those on untrusted networks.

Affected systems

WTI version 3.5.0 (specifically the build dated 2024/05/24 00:00:00) is vulnerable. The web management interface is the affected component. Organizations should verify whether they are running this exact version and review WTI's advisory for guidance on whether earlier or later versions are affected.

Exploitability

Exploitability is high. The vulnerability requires no authentication, no complex user interaction, and no special client capabilities—only the ability to send HTTP requests to the management interface. Network accessibility is the sole prerequisite. Proof-of-concept exploitation is straightforward for competent attackers familiar with path traversal techniques. The CVSS 3.1 score of 7.5 (HIGH) reflects the combination of network-based attack vector, low complexity, and high confidentiality impact.

Remediation

Upgrade WTI to a patched version beyond 3.5.0. Consult WTI's security advisory and release notes to identify the minimum version that addresses this vulnerability. As an interim measure, restrict network access to the web management interface through firewall rules, VPN-only access, or IP allowlisting to reduce the attack surface while patches are being deployed.

Patch guidance

Check WTI's official advisory and downloads page for the patched version. Apply the update to all affected WTI devices in your environment. Verify the update by confirming the version number and build date after patching. Test the management interface functionality post-patch in a non-production environment first if feasible.

Detection guidance

Monitor HTTP access logs to the WTI management interface for suspicious patterns: requests containing '../', '..' encoded variations ('%2e%2e', '%252e'), or references to files outside expected web directories (/etc/passwd, /proc, /sys, Windows paths like C:\). Implement intrusion detection signatures that flag path traversal attempts. Web application firewalls (WAF) can block such requests at the perimeter. Logging should capture the full request URI and source IP to enable incident investigation.

Why prioritize this

This vulnerability merits high priority deployment due to the combination of unauthenticated access, network exploitability, high confidentiality impact, and the likelihood that WTI devices are often deployed in security-critical roles (out-of-band management, console servers, remote reboot systems). Early patching reduces the window during which an attacker could compromise credentials or system secrets.

Risk score, explained

The CVSS 3.1 score of 7.5 (HIGH) reflects: (1) Network-based attack vector with no authentication requirement (CVSS:3.1/AV:N/PR:N), (2) Low attack complexity—standard path traversal techniques suffice, (3) High confidentiality impact from unrestricted file disclosure, and (4) No direct impact on integrity or availability. The HIGH severity is justified by the risk of credential or configuration exposure on internet-facing or untrusted-network devices.

Frequently asked questions

Can this vulnerability be exploited without network access to the WTI device?

No. The vulnerability requires network connectivity to the web management interface (typically HTTP or HTTPS on port 80/443 or a custom port). However, no authentication credentials are needed—the attacker only needs to reach the interface.

What types of sensitive files are at risk of disclosure?

An attacker could potentially access system configuration files (e.g., /etc/passwd, /etc/shadow, /etc/ssh/sshd_config on Linux), application configuration files containing credentials, system logs, and any other files readable by the web service process. The exact exposure depends on file system permissions and what is stored on the device.

If we restrict management interface access via firewall, are we protected?

Firewall restrictions significantly reduce risk by limiting who can reach the vulnerable interface, but they are a compensating control, not a fix. You should still plan to patch as soon as possible. Firewall rules may not cover all access paths (e.g., VPN, jump hosts, internal networks) and must be maintained consistently.

How do I know if my WTI device has been compromised by this vulnerability?

Check access logs for the patterns described in the detection guidance section (path traversal attempts, unusual file references). Review recent changes to system files or credentials. If you suspect compromise, isolate the device, review logs, and consider resetting all management credentials after patching.

This analysis is provided for informational purposes and represents SEC.co's interpretation of publicly available vulnerability data. The specific build date, version number, and affected component details are based on disclosed CVE information; verify all patch version numbers and vendor advisories directly with WTI before deploying updates. Security decisions should be made in context of your environment, risk tolerance, and organizational policies. No exploit code or weaponization details are provided in this document. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).