Security1 publisher2 min readPublished
Restoring a tampered NetBotz backup runs Linux commands on Schneider's data center monitor
Schneider Electric's NetBotz 5 750 and 755 environmental monitors execute operating system commands from a maliciously modified backup file, and firmware 5.6.0 closes that hole along with an authenticated SQL injection.
The Watch · Security desk

What happened
- CISA's advisory covers two flaws, CVE-2026-13336 and CVE-2026-13337, in Schneider Electric NetBotz 5 750 and 755 monitors running version 5.5.2 or earlier.
- The second flaw injects a malicious HQL query into the NetBotz database and requires an attacker already logged in through the web-service interface or the web UI.
- Firmware 5.6.0 fixes both, the install restarts the appliance automatically, and the running version is confirmed through the About NetBotz option in the GUI.
Compiled by The WatchSomething wrong?How this is made
Why it matters
- capability An attacker who can get one file restored gets operating system command execution on the appliance, and the restore path takes no NetBotz login.
- exposure The compromised host is the one holding video, door contact and leak sensing for the room, so data access follows from device access.
- decision Because the fix reboots the appliance, operators have to schedule a gap in smoke, leak and door alarming on the device installed to catch those events.
- constraint Teams that queue ICS patches by severity score have to wait for scores before they can rank these two.
The restore path is the one to read closely. CISA's advisory says the OS command injection fires when a system backup that has been maliciously modified is restored, and the result is execution of Linux operating system commands on the monitor [3]. The advisory does not say what privilege a restore requires. That gap decides how the bug rates: a restore any authenticated operator can run is a different problem from one locked to an administrator.
Schneider's own description of the second flaw puts it behind a login, where a malicious user signed into NetBotz through the web-service interface or the web UI injects a malicious HQL query into the device database [4].
NetBotz 5 units report temperature, humidity, leak, smoke, vibration and door contact state, and they also carry video [1]. CISA puts the impact as arbitrary or remote code execution over the local network, leading to device manipulation and unauthorized data access [2]. The advisory lists Commercial Facilities, Critical Manufacturing and Information Technology as the affected sectors and says deployment is worldwide [10].
Schneider's NetBotz software and firmware download page carries version 5.6.0, the fix [6]. The install restarts the appliance automatically, and the installed version shows under the About NetBotz option in the GUI [7]. Both CVE IDs, CVE-2026-13336 and CVE-2026-13337, are listed against both models and against both vulnerability entries, so neither ID is tied to the command injection or to the SQL injection [13]. CISA left CVSS scores off both entries [12].
For a defender ordering the week, the exploitability here is bounded by access. Each path needs something first: one wants a login, the other wants a doctored archive that somebody restores. The doctored-archive case is the cheaper of the two for an attacker who already has a foothold on the management network, because a NetBotz configuration backup is an ordinary file that lives wherever the operator put it, and restoring it is a routine act by someone with no reason to inspect the contents.
Schneider Electric's CPCERT reported both vulnerabilities to CISA [8], and the vendor tracks them as SEVD-2026-223-02 under CISA advisory ICSA-26-260-05 [9]. Schneider's standing guidance for these products is to keep control and safety networks behind firewalls, isolated from the business network, off the internet, with VPNs where remote access is required [11].
What to watch
- Whether Schneider or CISA updates SEVD-2026-223-02 with CVSS scores and a per-CVE mapping to the two weaknesses.
- Any report of exploitation, or a public proof-of-concept for the tampered-backup restore path.
- Whether other NetBotz models draw their own advisory, since this one covers only the 750 and the 755.