Path Traversal Vulnerability in TECNO Hi Browser
TECNO Hi Browser version 2.23.1.1 is vulnerable to path traversal via malicious Content-Disposition headers, allowing arbitrary file writes outside the intended download directory.
CVE search metadata
CVE search record: CVE-2026-18907. Severity: high. CVSS: 7.5. EPSS: 0.59%. KEV: no. Product: Hi Browser (2.23.1.1). Brief: Path Traversal Vulnerability in TECNO Hi Browser. Brief link: https://feed.craftedsignal.io/briefs/2026-08-tecno-hi-browser-traversal/
TECNO Hi Browser version 2.23.1.1 contains a path traversal vulnerability (CVE-2026-18907) in its download management functionality. The application fails to sanitize the 'filename' parameter provided in the 'Content-Disposition' HTTP response header. When a user downloads a file from a malicious server, the browser joins the attacker-provided filename directly to the target download directory path. An attacker can use directory traversal sequences, such as '../', within the filename to escape the designated storage area and write files to arbitrary locations accessible by the browser's storage permissions. This behavior poses a significant risk as it allows for the potential overwriting of application data or other files on the device. The issue has been addressed by the vendor in updated versions of the browser.
Impact
Successful exploitation allows an attacker to write files outside of the authorized download directory on the user's Android device. If targeted effectively, this could lead to the modification of sensitive files, application hijacking, or the placement of malicious payloads in locations that could be executed or processed by the system, depending on the browser's storage permissions and device environment.
Recommendation
- Update TECNO Hi Browser to the latest version immediately to patch CVE-2026-18907.
- Implement network-level egress filtering to restrict browser access to untrusted or newly registered domains if the environment requires strict control over mobile device traffic.
- Security teams should perform periodic audits of mobile application download handlers to ensure they use basename sanitization and canonical path verification to prevent path traversal.
Immediate actions
Deploy latest browser updates across managed devices.
Mitigations
Update Hi Browser to the version addressing CVE-2026-18907.
CVE-2026-18907