You walk into the mechanical room and the chiller is running fine. Then you check the building management dashboard and see the setpoint for floor 7 has been changed to 95 degrees. Nobody touched it. Your HVAC system just became a weapon.
This is not a hypothetical. Attackers target building automation systems because they are exposed, under-monitored, and full of legacy gear. A compromised thermostat can shut down a hospital wing, trigger a ransomware demand, or serve as a foothold into the corporate network. Most facility managers do not realize how easy it is until it happens to them.
SafeHabor.B.D
120/240 VAC Universal HVAC Surge Protective Device…
- Surge Protective Device:Surge protective device offering three modes of protection (L-G,L-L,L-N) to shield against power surges an…
- Advanced TPMOV Technology:Utilizing TPMOV technology eliminates dangerous failure modes associated with standard MOV technology an…
- Premium Material:Made of Type 4X waterproof and UV-resistant plastic housing,ensuring durability and longevity, suitable for both…
This article gives you a practical, budget-conscious playbook for securing IoT-based HVAC systems against cyber threats. You will learn where the real risks hide, how to quantify the damage, and a step-by-step 90-day plan to lock things down. No theory. Just actions you can take this week.
Before we dig in, one quick note on hardware: a surge protective device like this 120/240 VAC unit from SafeHabor.B.D belongs in every serious HVAC security stack. Power surges from lightning or grid switching can fry controllers and wipe firmware updates, undoing your security work in a microsecond. This unit uses TPMOV technology, which avoids the failure modes of standard MOVs, and its Type 4X housing works outdoors. It won’t stop a hacker, but it keeps your gear alive so your security controls stay online. Check the current price on Amazon if you want one.

The Invisible Attack Surface: Why HVAC Is the New Backdoor
Most people picture cyber attacks as someone typing code in a dark room. The reality is more mundane. Attackers scan the internet for open ports, default passwords, and unpatched controllers. HVAC systems are perfect targets because they run 24/7, use old protocols, and rarely get security updates.
Modern buildings use IoT sensors, smart thermostats, variable frequency drives, and building automation controllers. Each one is a network endpoint. Each one can be compromised. The role of sensors in IoT-based HVAC is expanding fast, which means the attack surface grows with every new device you install.
Consider the typical setup: a rooftop unit with a BACnet controller, an internet-connected thermostat in the lobby, and a remote monitoring gateway that the vendor accesses from their office. That gateway is a bridge from the internet to your building’s internal network. One weak password on that gateway and an attacker owns your chillers.
Here is what makes HVAC uniquely dangerous:
- It is physically accessible. Rooftop units and mechanical rooms often have no access control.
- It runs on protocols like BACnet and Modbus that were designed decades ago with zero security.
- It is managed by contractors who may not follow your IT security policies.
- It has a long lifecycle. Controllers sit in service for 15-20 years, long past their security support window.
That combination makes HVAC the soft underbelly of any smart building. You can have perfect endpoint protection on every laptop and still get breached through a chiller controller.
The Real-World Cost of a Compromised Thermostat
When facility managers hear “cyber threat,” they think data breach. For HVAC, the damage is more immediate and physical. Let me give you three real scenarios with numbers.
Scenario 1: Energy theft and equipment damage. An attacker changes setpoints to maximum heating or cooling. Your chillers run at full load for days. The electricity bill spikes by 30-40%. Worse, the equipment runs outside its design envelope, wearing out compressors and fans months ahead of schedule. A single chiller costs $50,000 to replace. A coordinated attack on a campus could destroy millions in equipment.
Scenario 2: Ransomware on the BAS. Attackers encrypt the building automation server and demand payment to release it. You cannot adjust temperatures, monitor alarms, or control ventilation. In a hospital or data center, that is a life-safety issue, not an inconvenience. The average ransomware demand for OT systems now runs six figures, and the downtime costs more than the ransom.
Scenario 3: Denial of service as a distraction. A DDoS attack on your HVAC gateway ties up your IT team while attackers quietly exfiltrate data from another part of the network. HVAC becomes the diversion, not the target. You spend days chasing a fake problem while the real damage happens elsewhere.
These are not exotic threats. They are happening in commercial buildings, schools, and government facilities right now. The financial impact goes far beyond data loss. It is operational downtime, equipment replacement, regulatory fines, and insurance premium hikes.
One more cost people forget: insurance. Cyber insurers now ask pointed questions about building automation security. If you cannot show basic controls like network segmentation and patching, you either get denied coverage or pay a hefty premium. The insurance industry is forcing the issue faster than any regulation.
Debunking the Air-Gap Myth: How Attackers Actually Get In
“Our HVAC network is isolated. Nobody can reach it from the internet.” I hear this all the time. It is almost always false.
True air-gapping means no physical or logical connection to any other network. That is rare in modern buildings. Most “isolated” HVAC networks have at least one connection: a vendor remote access modem, a building management workstation that also checks email, or a wireless bridge that leaks onto the corporate Wi-Fi.
Here are the real attack paths, even on an “isolated” network:
- Physical access. A rogue employee, a contractor, or a visitor with a clipboard walks into the mechanical room and plugs a laptop into the BACnet bus. No network connection needed. This is the most common path and the one people ignore.
- Side-channel attacks. Attackers can infer building occupancy or activity from power consumption patterns. They can also use electromagnetic emissions from controllers to extract data without touching the network. These are sophisticated, but they exist.
- Supply chain compromise. The vendor ships you a new controller with malware pre-installed. You install it with full trust. The malware phones home through the vendor’s update channel. This happened with SolarWinds and it can happen with HVAC gear.
- Converged networks. Your “isolated” HVAC network shares a switch with the office LAN because someone needed to save a port. That is not isolation. That is a bridge.
- Wireless leakage. IoT thermostats use Wi-Fi or Zigbee. Those wireless signals do not respect network boundaries. An attacker with a directional antenna can join the network from the parking lot.
The air-gap myth gives you a false sense of security. Assume the network is reachable and build defenses accordingly. That means access control on physical doors, encryption on every link, and monitoring for unusual traffic.
The 5 Critical Vulnerabilities in Modern Building Automation Systems
If you know where the weaknesses are, you can fix them. Here are the five that matter most.
1. The BACnet Protocol Problem
BACnet was designed in the 1980s for reliability, not security. It has no built-in authentication or encryption. Anyone who can reach the BACnet network can send commands to controllers. There are no access controls, no per-device credentials, and no audit trail.
Some modern BACnet implementations add security layers, but most deployed systems run plain BACnet/IP on UDP port 47808. That port is often exposed to the internet because vendors need remote access. Shodan, the search engine for exposed devices, shows thousands of building controllers directly reachable.
What you can do: segment BACnet onto its own VLAN, restrict access with firewalls, and use BACnet Secure Connect (BACnet/SC) where available. Treat BACnet traffic as untrusted and monitor it for anomalies.
2. Default Credentials and Legacy Controllers
The most common way attackers get in is with default passwords. Many controllers ship with usernames like “admin” and passwords like “1234” or “password.” Facility teams install them and never change the credentials. I have seen hospitals running critical HVAC gear with the factory password still active.
Legacy controllers make this worse. They often cannot support modern authentication or encryption. You cannot patch a 20-year-old controller to add TLS. You either replace it or isolate it behind a gateway that enforces security on its behalf.
Action item: inventory every controller, change all default credentials, and disable unused accounts. For legacy gear that cannot be hardened, put it behind a firewall with strict rules and log all access.
3. The IT/OT Convergence Gap
IT teams understand network security. OT teams understand HVAC operations. The gap between them is where attacks thrive. IT says “patch everything monthly.” OT says “we cannot reboot the chiller controller during business hours.” Both are right, and neither talks to the other.
The result is a patchwork of policies that leave gaps. IT blocks a port that the HVAC vendor needs for remote support, so the vendor opens a firewall hole and leaves it open. OT changes a password and does not tell IT, so monitoring breaks. Nobody owns the risk.
Fix this by creating a joint IT/OT security working group. Define who owns what, establish maintenance windows for patching, and document every firewall rule. The goal is not to make both teams happy. It is to close the gaps.
Your 90-Day HVAC Security Remediation Roadmap
Here is a phased plan you can start today, regardless of budget. It follows the 30/60/90 model and assumes you have limited time and money.
Days 1-30: Inventory and Risk Assessment
You cannot secure what you do not know exists. Start with a complete inventory of every connected HVAC device: controllers, sensors, gateways, thermostats, VFDs, and remote access points. For each device, record the IP address, firmware version, and whether it uses default credentials.
Next, map the network. Draw a diagram showing every connection between the HVAC network and other networks. Look for the bridges I mentioned earlier. This diagram is your roadmap for segmentation later.
Finally, run a vulnerability scan on the HVAC subnet. Use a tool like Nessus or OpenVAS. Look for open ports, outdated firmware, and known CVEs. Prioritize the findings by risk: internet-exposed devices first, then internal devices with default credentials.
Pro tip: if you find a device exposed to the internet, do not wait for the full assessment. Block it at the firewall immediately. One exposed controller can compromise your entire building.
Days 31-60: Network Segmentation and Access Control
Now you build the walls. Create a dedicated VLAN for all HVAC traffic. Configure the firewall to allow only the specific ports and protocols you need. Block everything else. This is the single most effective control you can implement.
Next, enforce access control. Change every default password. Implement multi-factor authentication for any remote access, including vendor access. If a vendor needs to reach the system, give them a temporary, time-limited account. Do not leave permanent holes in the firewall.
Physical security matters too. Install electronic locks on mechanical room doors. Use cameras to monitor access. Limit who has keys. The person who walks into the mechanical room is the same as the person who logs into the network.
Pro tip: for legacy controllers that cannot support modern authentication, put them behind a serial-to-Ethernet gateway that enforces security. The gateway becomes the secure front door for old gear.
Days 61-90: Patching, Monitoring, and Vendor Management
Establish a patching schedule for every device that supports updates. Work with your OT team to define maintenance windows. Most controllers can be patched during scheduled downtime. Document the process so it becomes routine.
Deploy monitoring on the HVAC network. Use an intrusion detection system (IDS) or at minimum, log all firewall traffic. Watch for anomalies: a controller talking to an unknown IP, a login at 3 AM, or a BACnet broadcast storm. These are the early signs of compromise.
Finally, formalize vendor management. Every vendor who touches your HVAC system must sign a security agreement. They need to commit to patching their software, providing a software bill of materials (SBOM), and notifying you of any security incidents. If a vendor refuses, find another vendor.
Pro tip: ask your vendors for their patching lifecycle. “We patch when we feel like it” is not an acceptable answer. You want a specific SLA, like “critical patches within 30 days of release.”
How to Vet Your HVAC Vendor: A Security Checklist
Your vendors are part of your attack surface. Here are the questions to ask before you sign a contract or renew one.
- Do you provide a software bill of materials (SBOM) for your controllers and gateways? If not, you cannot assess your supply chain risk.
- What is your patching lifecycle? How quickly do you release security patches after a vulnerability is disclosed?
- How long do you support your products with security updates? A product with a 5-year support window is very different from one with a 15-year window.
- Do you support multi-factor authentication for remote access? If your vendor uses a shared account, that is a red flag.
- Can you provide a list of all open ports and protocols your equipment uses? You need this for firewall rules.
- Do you encrypt all communication between your devices and your cloud service? If the answer is no, walk away.
- What happens to your device when it reaches end-of-life? Do you have a migration path, or do you leave customers stranded?
These questions are not unreasonable. They are the minimum standard for any vendor that connects to your network. If a vendor cannot answer them, treat that as a risk signal.
One more thing: do not rely on the vendor’s marketing claims. Ask for documentation. Verify their claims with independent sources. The hidden cyber risks inside HVAC, lighting, and access control systems are often buried in the fine print of contracts.
The Future of Secure HVAC: AI-Driven Anomaly Detection
Traditional security tools do not understand BACnet or Modbus. They see a controller sending a command to another controller and think it is normal traffic. Attackers exploit this blind spot.
AI-driven anomaly detection changes that. These tools learn the baseline behavior of your building automation system. They know that chiller 3 normally starts at 6 AM and runs until 8 PM. They know the setpoint normally changes once a day. When an attacker changes the setpoint at 3 AM from a foreign IP, the AI flags it immediately.
This is not science fiction. Commercial products from companies like Vectra and Nozomi Networks already do this for OT environments. They integrate with your existing BAS and provide a security layer that understands the physics of your building, not just the packets.
The cost is coming down. You can start with open-source tools that analyze BACnet traffic and alert on anomalies. As the market grows, expect AI-driven security to become standard in new building automation systems.
But do not wait for the future. The basics still matter more. A solid network segmentation and patching program will stop 90% of attacks. AI is the last 10%, not the foundation.
What You Can Do Monday Morning
Here is the short version for anyone who wants action, not theory.
- Inventory every connected HVAC device. If you cannot name it, you cannot secure it.
- Change every default password on every controller and gateway. Today.
- Block all HVAC traffic from the internet at the firewall. Open specific ports only when needed, and close them after.
- Create a dedicated VLAN for HVAC. Segment it from the corporate network.
- Install electronic locks and cameras on mechanical room doors. Physical access is the easiest path in.
- Ask your vendors for an SBOM and a patching SLA. If they cannot provide it, plan to replace them.
- Add surge protection like the SafeHabor surge protector to keep your controllers alive through power events.
One honest caveat: this is not a one-time project. Security is ongoing. You will need to revisit passwords, patches, and vendor agreements every quarter. But the first 90 days will eliminate the easy attacks. That is where the real risk lives.
If you want to go deeper on the technology side, read about building automation through IoT in HVAC and how it expands the attack surface. The fundamentals of IoT security apply here, and the IoT security best practices guide from Vectra is a solid reference for the broader picture.
Start with the inventory. Everything else follows from that. Your building depends on it.
Related guides
How M2M Communication Transforms IoT HVAC Systems
Machine-to-Machine (M2M) communication in IoT HVAC enables seamless data exchange between devices, optimizing energy efficiency and enhancing system…
How IoT Transforms Predictive HVAC Maintenance in 2026
The IoT enhances predictive HVAC maintenance by enabling real-time monitoring and data analysis, allowing for timely interventions and…
How IoT Transforms HVAC Control for Maximum Efficiency
The IoT enhances HVAC control by enabling real-time monitoring, automated adjustments, and predictive maintenance, leading to increased efficiency…
