CVE-2026-3611
Analyzed Analyzed - Analysis Complete
Unauthorized Access via Authentication Bypass in Honeywell IQ4x Controller

Publication date: 2026-03-12

Last updated on: 2026-06-05

Assigner: ICS-CERT

Description
The Honeywell IQ4x building management controller, exposes its full web-based HMI without authentication in its factory-default configuration. With no user module configured, security is disabled by design and the system operates under a System Guest (level 100) context, granting read/write privileges to any party able to reach the HTTP interface. Authentication controls are only enforced after a web user is created via U.htm, which dynamically enables the user module. Because this function is accessible prior to authentication, a remote user can create a new account with administrative read/write permissions enabling the user module and imposing authentication under attacker-controlled credentials. This action can effectively lock legitimate operators out of local and web-based configuration and administration.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-12
Last Modified
2026-06-05
Generated
2026-06-16
AI Q&A
2026-03-12
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 5 associated CPEs
Vendor Product Version / Range
honeywell iq4e_firmware to 3.30 (exc)
honeywell iq412_firmware to 3.30 (exc)
honeywell iq422_firmware to 3.30 (exc)
honeywell iq4nc_firmware to 3.30 (exc)
honeywell iq41x_firmware to 3.30 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-306 The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The vulnerability affects the Honeywell IQ4x building management controller, which in its factory-default configuration exposes its full web-based Human Machine Interface (HMI) without requiring any authentication.

If no user module is configured, the system disables security by design and operates under a System Guest (level 100) context, granting read/write privileges to anyone who can access the HTTP interface.

Authentication controls only activate after a web user is created via a specific interface (U.htm), which dynamically enables the user module.

However, this user creation function is accessible without authentication, allowing a remote attacker to create a new administrative account with full read/write permissions.

This enables the attacker to enable the user module under attacker-controlled credentials and potentially lock out legitimate operators from both local and web-based configuration and administration.

Impact Analysis

Successful exploitation of this vulnerability can allow unauthorized access to controller management settings and control of components within the building management system.

An attacker could disclose sensitive information or cause denial-of-service conditions by locking out legitimate operators from configuration and administration.

Because the vulnerability grants full read/write privileges without authentication, it poses a critical risk to the confidentiality, integrity, and availability of the system.

Compliance Impact

I don't know

Detection Guidance

[{'type': 'paragraph', 'content': "This vulnerability can be detected by checking if the Honeywell IQ4x building management controller's web-based HMI is accessible without authentication on the network. Specifically, if the HTTP interface is reachable and allows access without requiring user credentials, the system is likely vulnerable."}, {'type': 'paragraph', 'content': "One way to detect this is to attempt to access the U.htm page on the device's web interface, which is used to create a new administrative user without authentication. If this page is accessible and allows user creation without login, the vulnerability is present."}, {'type': 'paragraph', 'content': 'Suggested commands to detect this include using tools like curl or wget to request the U.htm page and observe the response. For example:'}, {'type': 'list_item', 'content': 'curl -I http://<device-ip>/U.htm'}, {'type': 'list_item', 'content': 'curl http://<device-ip>/U.htm'}, {'type': 'paragraph', 'content': 'If these commands return the page without requiring authentication, it indicates the device is vulnerable.'}] [2]

Mitigation Strategies

Immediate mitigation steps include minimizing network exposure of the affected Honeywell IQ4x controllers by isolating them behind firewalls and restricting access to trusted networks only.

Use secure remote access methods such as VPNs to connect to the control system network, ensuring these VPNs are kept up to date and properly configured.

Perform impact analysis and risk assessments before deploying any mitigation to understand potential effects on operations.

Follow best practices for industrial control system cybersecurity, including protecting against social engineering attacks by avoiding unsolicited email links or attachments.

Since Honeywell has not released a fix yet, users are advised to contact Honeywell directly for further guidance and updates.

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