CVE-2026-79391
Received Received - Intake

MQTT Authentication Bypass in Trueview 6.0.23.4

Vulnerability report for CVE-2026-79391, 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

No authentication exists in the MQTT service of Trueview 6.0.23.4. The MQTT broker accepts client connections on TCP port 1883 without requiring authentication, allowing a remote attacker with network access to establish an MQTT session and perform unauthorized publish or subscribe operations.

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-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
trueview trueview 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

The vulnerability in Trueview 6.0.23.4 is an authentication bypass in the MQTT service. The MQTT broker on TCP port 1883 allows remote attackers to connect without authentication. This enables unauthorized publish or subscribe operations to the MQTT topics.

Detection Guidance

Check if TCP port 1883 is open and accessible without authentication. Use commands like 'nmap -p 1883 <target_IP>' to scan for open ports. If the port is open, test for unauthenticated access by connecting with an MQTT client like 'mosquitto_sub -t test -v' or 'mosquitto_pub -t test -m hello'.

Impact Analysis

An attacker could exploit this to send or receive sensitive data without permission. This may lead to data leaks, unauthorized control of devices, or disruption of MQTT-based services relying on the broker.

Compliance Impact

This vulnerability likely violates compliance requirements for data protection and access control. GDPR and HIPAA mandate strict authentication and authorization controls for data access. Unauthorized access risks non-compliance and potential legal penalties.

Mitigation Strategies

Enable authentication on the MQTT broker. Restrict access to TCP port 1883 using firewalls or network segmentation. Update Trueview to a patched version if available. Monitor network traffic for unauthorized MQTT connections.

Chat Assistant

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

EPSS Chart