CVE-2026-26228: VLC for Android < 3.7.0 Remote Access Path Traversal
VideoLAN VLC for Android prior to version 3.7.0 contains a path traversal vulnerability in the Remote Access Server routing for the authenticated endpoint GET /download. The file query parameter is concatenated into a filesystem path under the configured download directory without canonicalization or directory containment checks, allowing an authenticated attacker with network reachability to the Remote Access Server to request files outside the intended directory. The impact is bounded by the Android application sandbox and storage restrictions, typically limiting exposure to app-internal and app-specific external storage.
Security readout for executives and security teams
Plain-English summary
VLC for Android before 3.7.0 has a Remote Access Server file download flaw. If the server is enabled and an attacker can authenticate and reach it over the network, they may read files outside the configured download folder. Android sandboxing limits likely data exposure, but affected mobile endpoints should be updated.
Executive priority
Treat this as a medium-priority mobile endpoint issue. It is not presented as actively exploited, and exploitation needs authentication, but organizations using VLC Remote Access Server should patch promptly because the flaw can expose files outside the intended download directory.
Technical view
The authenticated GET /download route concatenates the file parameter under the configured download directory without canonicalization or containment checks. This creates path traversal risk. The CVSS 3.1 score is 4.9, with network attack vector, high complexity, low privileges required, and limited confidentiality and availability impact.
Likely exposure
Exposure is limited to VLC for Android versions before 3.7.0 where the Remote Access Server is enabled, reachable over a network, and accessible to an authenticated attacker. Android application sandbox and storage controls constrain likely file access.
Exploitation context
The source bundle does not show KEV listing or active exploitation evidence. Exploitation requires authentication and network reachability to VLC for Android Remote Access Server, making broad opportunistic exploitation less likely than targeted local-network or misconfigured-service scenarios.
Researcher notes
Evidence points to a path traversal in authenticated Remote Access Server download routing. Analysis should focus on version verification, server enablement, network reachability, and Android storage boundaries. Do not assume access beyond the VLC app sandbox unless device configuration evidence supports it.
Mitigation direction
Update VLC for Android to version 3.7.0 or later.
Disable the Remote Access Server where it is not required.
Restrict network reachability to trusted networks only.
Check VideoLAN and VulnCheck guidance for any additional vendor direction.
Use MDM or endpoint inventory to find outdated VLC installations.
Validation and detection
Identify Android devices running VLC for Android before 3.7.0.
Confirm whether VLC Remote Access Server is enabled on managed devices.
Verify updated devices report VLC for Android 3.7.0 or later.
Review network controls for unnecessary access to the Remote Access Server.
Document any devices that cannot be updated and apply compensating controls.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-22: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references file access or upload behavior, so file telemetry and web shell review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-22 · source CWE mapping
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
External Control of File Name or Path represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.