Severity by source
CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Requires Layer 2 process-bus access so AV:A; a single crafted frame with no auth or interaction gives AC:L/PR:N/UI:N; out-of-bounds read only crashes the process, so C:N/I:N/A:H.
Primary rating from Vendor (icscert).
CVSS VectorVendor: icscert
Lifecycle Timeline
6DescriptionCVE.org
The GOOSE payload parser contains a boundary handling flaw that can be triggered by a single unauthenticated Layer 2 multicast frame on the process bus. When processing specific payload fields, an attacker controlled inner element length may exceed its enclosing length, causing the parser to over read by one byte. This out-of-bounds read reliably terminates the subscriber process, resulting in a denial-of-service condition.
AnalysisAI
Denial-of-service in MZ Automation's libiec61850 (versions before 1.6.2) allows an unauthenticated attacker on the process bus to crash IEC 61850 subscriber processes with a single crafted GOOSE frame. The GOOSE payload parser mishandles nested length fields, so an inner element length that exceeds its enclosing length forces a one-byte out-of-bounds read (CWE-125) that reliably terminates the subscriber. No public exploit identified at time of analysis, and it is not listed in CISA KEV; the CISA ICS advisory (ICSA-26-211-10) and a vendor patch are available.
Technical ContextAI
libiec61850 is a widely used open-source C implementation of the IEC 61850 substation-automation protocol suite, including GOOSE (Generic Object Oriented Substation Event) messaging used for fast, time-critical protection and control signaling. GOOSE frames are Layer 2 Ethernet multicast messages published directly on the substation 'process bus' with no IP layer and no authentication by design. The vulnerability (CWE-125, out-of-bounds read) lives in the ASN.1/BER-style GOOSE payload parser, which decodes nested tag-length-value structures; a malformed frame in which an inner element's declared length exceeds its parent container's length causes the decoder to read one byte past the intended buffer boundary. The affected component is identified by CPE cpe:2.3:a:mz_automation_gmbh:libiec61850, confirming MZ Automation GmbH as the vendor.
RemediationAI
Vendor-released patch: upgrade libiec61850 to version 1.6.2 or later, which corrects the GOOSE parser boundary check; rebuild and redeploy any product or firmware that statically or dynamically links the library. Refer to CISA ICS advisory ICSA-26-211-10 (https://www.cisa.gov/news-events/ics-advisories/icsa-26-211-10) and its CSAF file for vendor guidance. Where immediate patching of embedded devices is not possible, apply compensating controls: strictly segment the process bus so only trusted publishers can send GOOSE multicast frames, using VLAN isolation and managed-switch port controls to keep the multicast domain closed - the trade-off is added switch configuration and the need to keep multicast group membership accurate. Enforce switch-level MAC/multicast filtering or IEC 62351-6 controls where supported, and monitor for malformed GOOSE frames and unexpected subscriber restarts; note these controls reduce exposure but do not fix the underlying parser flaw, so they are stopgaps until 1.6.2 is deployed.
More in Libiec61850
View allAn issue has been found in libIEC61850 v1.3. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploita
An issue has been found in libIEC61850 v1.3. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploita
An issue has been found in libIEC61850 v1.3. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploita
MmsValue_decodeMmsData in mms/iso_mms/server/mms_access_result.c in libIEC61850 through 1.4.0 has a heap-based buffer ov
In libIEC61850 1.4.0, MmsValue_decodeMmsData in mms/iso_mms/server/mms_access_result.c has a heap-based buffer overflow.
In mz-automation libiec61850 v1.4.0, a NULL Pointer Dereference was detected in the mmsServer_handleFileCloseRequest.c f
An issue in mz-automation libiec61850 v.1.5.3 and before, allows a remote attacker to cause a denial of service (DoS) vi
libiec61850 v1.5.1 was discovered to contain a segmentation violation via the function ControlObjectClient_setOrigin() a
A denial of service vulnerability exists in the parseNormalModeParameters functionality of MZ Automation GmbH libiec6185
libIEC61850 through 1.3.3 has a use-after-free in MmsServer_waitReady in mms/iso_mms/server/mms_server.c, as demonstrate
mz-automation libiec61850 1.3.2 1.3.1 1.3.0 is affected by: Buffer Overflow. Rated high severity (CVSS 7.5), this vulner
An issue has been found in libIEC61850 v1.3.1. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitabl
Same weakness CWE-125 – Out-of-bounds Read
View allSame technique Buffer Overflow
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-51341
GHSA-hw99-2wcp-34xq