CVE-2026-12211
Received Received - Intake
Path Traversal Vulnerability in Intelbras iNVU 7016 FT

Publication date: 2026-06-15

Last updated on: 2026-06-15

Assigner: VulDB

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-15
Last Modified
2026-06-15
Generated
2026-06-15
AI Q&A
2026-06-15
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
intelbras invu_7016_ft 3.004.00ib000.0.t
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
Executive Summary

CVE-2026-12211 is a Path Traversal vulnerability found in the Intelbras iNVU 7016 FT device, specifically in the web interface component related to the execution log download endpoint.

This flaw allows an attacker with valid web interface credentials and specific group permissions to manipulate a URL parameter improperly validated by the system, enabling them to read arbitrary system files with root privileges.

The vulnerability stems from improper path validation, which can lead to Local File Inclusion (LFI), exposing sensitive files such as /etc/shadow, SSH private keys, and configuration files containing hardcoded credentials.

The web application runs as root, which increases the severity of the impact. The vulnerability affects firmware version 3.004.00IB000.0.T (Build 2025-09-26) and is related to the Dahua codebase.

Impact Analysis

Exploitation of this vulnerability can allow attackers to read sensitive system files with root privileges, potentially exposing password hashes, SSH private keys, and configuration files with hardcoded credentials.

This exposure can lead to unauthorized access, credential theft, and possibly remote code execution, which could compromise the entire system.

Because the web application runs as root, the impact of a successful attack is significantly amplified, increasing the risk of full system compromise.

Detection Guidance

This vulnerability can be detected by attempting to access the vulnerable endpoint in the Intelbras iNVU 7016 FT web interface that allows path traversal. Specifically, testing the execution log download endpoint with crafted URL parameters to check if arbitrary files can be read may reveal the presence of the flaw.

Detection requires valid web interface credentials with specific group permissions such as "Storage," "Maintenance," or "System."

A possible command to test for the vulnerability could be a curl request to the vulnerable endpoint with a crafted path traversal payload, for example:

  • curl -u username:password "http://<device-ip>/RPC2_Loadfile/syslog/?file=../../../../etc/shadow"

If the response contains sensitive system files like /etc/shadow, it indicates the vulnerability is present.

Mitigation Strategies

The primary immediate mitigation step is to upgrade the affected Intelbras iNVU 7016 FT firmware to the fixed version released by the vendor.

Additional recommended steps include:

  • Review and restrict user permissions on the web interface, ensuring only necessary users have access to groups like "Storage," "Maintenance," or "System."
  • Implement least privilege principles to limit access to sensitive functions.
  • Apply input sanitization and path whitelisting if possible in custom deployments or configurations.

Since the vulnerability can be exploited remotely, limiting network exposure of the device's web interface (e.g., via firewall rules) can also reduce risk.

Compliance Impact

The vulnerability allows attackers with valid credentials and specific permissions to read arbitrary system files with root privileges, potentially exposing sensitive information such as password hashes, SSH private keys, and configuration files containing hardcoded credentials.

Exposure of such sensitive data can lead to unauthorized access and compromise of personal or protected information, which may violate data protection regulations like GDPR and HIPAA that require safeguarding of personal and sensitive data.

Therefore, exploitation of this vulnerability could result in non-compliance with these standards due to inadequate protection of sensitive data and failure to enforce least privilege and proper access controls.

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