Schneider HMI Null Pointer Deref in Network Request -> DoS
CVE-2026-9716 Published on June 25, 2026
CWE-476 NULL Pointer Dereference vulnerability exists that could cause a denial-of-service condition, rendering the devices HMI and configuration functionality unavailable when malformed requests are received over exposed network interfaces.
Weakness Type
NULL Pointer Dereference
A NULL pointer dereference occurs when the application dereferences a pointer that it expects to be valid, but is NULL, typically causing a crash or exit. NULL pointer dereference issues can occur through a number of flaws, including race conditions, and simple programming omissions.