CVE-2026-79390
Received Received - Intake

Information Disclosure in Trueview TI8161 Firmware

Vulnerability report for CVE-2026-79390, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: MITRE

Description

Trueview TI8161 6.0.23.4 is vulnerable to information disclosure due to the transmission of MQTT communications in plaintext over TCP port 1883. An unauthenticated attacker with access to the same network segment can intercept MQTT traffic and obtain sensitive device information and operational data, including device identifiers, message metadata, and control-related information.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-05
AI Q&A
2026-09-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
trueview ti8161 6.0.23.4

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Trueview TI8161 version 6.0.23.4 has an information disclosure vulnerability because it sends MQTT communications in plaintext over TCP port 1883. This allows attackers on the same network to intercept unencrypted traffic and access sensitive device and operational data.

Detection Guidance

To detect this vulnerability, monitor network traffic on TCP port 1883 for unencrypted MQTT communications. Use tools like tcpdump or Wireshark to capture packets on port 1883 and inspect if data is transmitted in plaintext. Example command: tcpdump -i any port 1883 -A

Alternatively, use nmap to scan for open MQTT ports: nmap -p 1883 <target_IP>. If plaintext traffic is detected, the system is vulnerable.

Impact Analysis

An attacker could capture device identifiers, message details, and control data transmitted by the Trueview TI8161. This may lead to unauthorized access, data manipulation, or further network compromise if sensitive information is exposed.

Compliance Impact

This vulnerability likely violates data protection requirements under GDPR and HIPAA due to the transmission of sensitive information in plaintext. Organizations may face compliance violations, fines, or legal consequences for failing to secure data in transit.

Mitigation Strategies

Immediately disable plaintext MQTT traffic on TCP port 1883. Enable TLS encryption for MQTT communications to secure data transmission. Update the Trueview TI8161 device to the latest firmware version if an update is available.

Restrict network access to MQTT ports using firewalls or network segmentation to limit exposure. Monitor network traffic for any unauthorized plaintext MQTT activity.

Chat Assistant

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

EPSS Chart