CVE-2026-12211: Intelbras iNVU 7016 FT Path Traversal Vulnerability Analysis
A path traversal vulnerability has been discovered in Intelbras iNVU 7016 FT running firmware version 3.004.00IB000.0.T (Build 2025-09-26). An attacker with high-level administrative privileges can manipulate requests to the web interface's /RPC2_Loadfile/syslog/ endpoint to access files outside their intended directory. The vulnerability requires authentication and has limited confidentiality impact, but the vendor has already released a patched version. Public exploit code is available, though practical exploitation remains constrained by privilege requirements.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 2.7 LOW · CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:N/A:N
- Weaknesses (CWE)
- CWE-22
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-15 / 2026-06-17
NVD description (verbatim)
A flaw has been found in Intelbras iNVU 7016 FT 3.004.00IB000.0.T Build 2025-09-26. This impacts an unknown function of the file /RPC2_Loadfile/syslog/ of the component Web Interface. Executing a manipulation can lead to path traversal. The attack can be launched remotely. The exploit has been published and may be used. It is recommended to upgrade the affected component. The vendor was contacted early, responded in a very professional manner and quickly released a fixed version of the affected product.
6 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
The vulnerability is a classic path traversal flaw (CWE-22) residing in the web interface component of the Intelbras iNVU 7016 FT network video recorder. The affected endpoint /RPC2_Loadfile/syslog/ fails to properly validate or sanitize user-supplied path input, allowing authenticated high-privilege users to traverse the filesystem and read sensitive files. The CVSS v3.1 score of 2.7 (LOW) reflects the requirement for high privilege access (PR:H) and the confidentiality-only impact; no integrity or availability compromise occurs. The flaw does not require user interaction and is network-reachable, but privilege escalation is a practical prerequisite.
Business impact
For organizations deploying Intelbras iNVU 7016 FT systems, this vulnerability poses a minimal but real risk to system confidentiality. An administrator with legitimate but excessive permissions—or an attacker who has compromised administrator credentials—could extract sensitive configuration files, logs, or other data from the device. This could facilitate lateral movement, compliance violations, or exposure of network intelligence. However, the threat is substantially mitigated by the need for high-privilege authentication and the availability of vendor patches. Devices running unpatched firmware should be prioritized for update if they are internet-facing or operate in untrusted network segments.
Affected systems
Intelbras iNVU 7016 FT running firmware version 3.004.00IB000.0.T Build 2025-09-26 is confirmed affected. Organizations should verify whether they operate this model and firmware version via device management consoles or firmware inventory tools. The iNVU 7016 FT is a 16-channel network video recorder commonly deployed in surveillance infrastructure; affected organizations likely operate in retail, industrial, or security-critical environments.
Exploitability
Exploitation requires an authenticated attacker with high administrative privileges (PR:H per CVSS), significantly limiting the practical attack surface. The attack is network-accessible and does not require user interaction, but the privilege requirement means exploitation typically follows credential compromise or insider threat scenarios. Public exploit proof-of-concepts are available, but effective weaponization remains restricted to threat actors with valid admin access or those who can credential-compromise a high-privilege account. The low CVSS score appropriately reflects these constraints; the vulnerability is not a critical jumping-off point for unauthenticated remote attacks.
Remediation
Intelbras has released a fixed firmware version for this product. Organizations should consult the vendor's security advisory to identify the patched firmware version and deployment timeline. Firmware updates on NVRs should be coordinated with business continuity and change management processes, as they may temporarily interrupt recording or require device reboot. In the interim, network segmentation and access control restrictions can reduce exposure: restrict administrative access to the NVR web interface to trusted administrative networks only, enforce strong password policies for all administrative accounts, and monitor administrative login activity for anomalies.
Patch guidance
Contact Intelbras support or visit their security advisory to obtain the specific patched firmware version for the iNVU 7016 FT. Verify the exact firmware currently deployed on your devices (typically found in device settings or system information). Plan the update during a maintenance window to minimize surveillance gaps. After patching, validate that recording and stream functionality remain operational, and audit administrative access logs to detect any prior unauthorized access attempts.
Detection guidance
Monitor web interface logs for repeated POST or GET requests to /RPC2_Loadfile/syslog/ endpoints, particularly those containing path traversal sequences (../, ..\ or URL-encoded variants like %2e%2e%2f). Alert on failed authentication attempts followed by high-privilege login, which may indicate credential compromise preceding exploitation. If available, inspect file access logs on affected NVRs for unauthorized reads from sensitive directories (e.g., /etc, /root, firmware configuration folders). Network IDS/IPS signatures targeting path traversal patterns on this endpoint may be available from Intelbras or third-party vendors.
Why prioritize this
Despite the low CVSS score, this vulnerability merits timely but non-emergency remediation. The published exploit code and network-accessible attack surface warrant action within a standard maintenance window (30–90 days), but the high privilege requirement means this is not a critical, immediate threat. Prioritize patching for iNVU systems that are internet-facing, support remote administration, or operate in multi-tenant or untrusted network environments. Systems isolated on internal networks and subject to physical access control may be deprioritized.
Risk score, explained
The CVSS v3.1 score of 2.7 (LOW) is justified by the convergence of moderate technical severity (path traversal, confidentiality impact) and high barrier to exploitation (administrator privilege required). The network attack vector (AV:N) and low attack complexity (AC:L) indicate ease of network delivery, but the high privilege requirement (PR:H) and lack of integrity or availability impact sharply constrain the overall risk. Organizations with robust access controls, credential hygiene, and network segmentation will find this threat substantially mitigated even without immediate patching.
Frequently asked questions
Do I need to patch immediately if my iNVU 7016 FT is isolated on an internal network?
Immediate patching is less critical if the device is restricted to a trusted internal network with strong administrative access controls. However, patching within your next scheduled maintenance window (60–90 days) is still advisable to reduce insider-threat surface and simplify compliance documentation. Internet-facing or remote-administration systems should be patched more urgently.
What password or access policies should I implement if I cannot patch right away?
Enforce strong, unique administrative passwords; restrict web interface access to specific trusted IP ranges or VPN gateways; enable multi-factor authentication if supported; and disable remote administration except when actively needed. Monitor and log all administrative login attempts. These controls significantly reduce the likelihood of the credential compromise that would precede exploitation.
How do I know if my device has been exploited by this vulnerability?
Check the NVR's administrative access logs and web interface logs for suspicious paths or repeated /RPC2_Loadfile/syslog/ requests, especially those containing '..' or encoded traversal sequences. Look for logins by administrative accounts at unusual times or from unexpected IP addresses. Review file access logs if the NVR supports them. If you suspect compromise, isolate the device and contact Intelbras support for forensic guidance.
Are other Intelbras NVR models affected by this flaw?
The published advisory specifically names the iNVU 7016 FT with firmware 3.004.00IB000.0.T Build 2025-09-26. Consult Intelbras' security bulletin to determine whether other models or firmware versions in the iNVU range share this endpoint and are affected. Assume similar product lines may carry related risks until the vendor confirms otherwise.
This analysis is for informational purposes and is based on publicly available CVE data as of the publication date. SEC.co does not guarantee the accuracy or completeness of vulnerability details or vendor advisories. Organizations must independently verify all technical claims and patch availability with the vendor. Do not use any information provided here to conduct unauthorized testing or exploitation. Always follow responsible disclosure principles and coordinate patching through your vendor and change management processes. Cyber threats evolve; consult the latest vendor advisories and threat intelligence sources for updates. Source: NVD (public-domain), retrieved 2026-07-20. Analysis generated by SEC.co (claude-haiku-4-5).
Weaknesses (CWE)
Related vulnerabilities
- CVE-2026-10264LOWPath Traversal in lharries whatsapp-mcp 0.0.1
- CVE-2026-45380LOWOff-by-One Path Traversal in bit7z Archive Extraction
- CVE-2026-47712LOWDulwich Path-Traversal Vulnerability in Patch File Generation
- CVE-2026-49497LOWGhidra Path Traversal in Debug Symbol Resolution
- CVE-2016-20076HIGHWordPress Simple-Backup 2.7.11 Unauthenticated File Access & Deletion Vulnerability
- CVE-2016-20081HIGHHB Audio Gallery Lite Path Traversal Vulnerability – Unauthenticated File Download
- CVE-2017-20248HIGHApptha Slider Gallery Path Traversal Vulnerability
- CVE-2017-20250HIGHMac Photo Gallery 3.0 Path Traversal File Download Vulnerability