Description
A weakness has been identified in mz-automation libiec61850 up to 1.6.1. This issue affects the function checkDataSetAccess of the file src/iec61850/server/mms_mapping/mms_mapping.c of the component MMS Request Handler. This manipulation causes out-of-bounds read. The attack can be initiated remotely. The exploit has been made available to the public and could be used for attacks. Upgrading to version 1.6.2 is capable of addressing this issue. Patch name: 062062daf4cb50c7aa76e01d6fb4d58fc9278a7d. Upgrading the affected component is recommended. The vendor was contacted early about this disclosure.
Published: 2026-08-03
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in mz-automation libiec61850 allows a remote attacker to craft an MMS request that triggers an out-of-bounds read in the function checkDataSetAccess. The vulnerability is a classic buffer over-read (CWE‑125) that can expose sensitive data in memory and may serve as a foothold for further exploitation. The vulnerability is not mitigated by input authentication alone, and the exploit code is publicly available.

Affected Systems

The issue exists in all releases of mz-automation libiec61850 up to and including version 1.6.1. Users of the library in any product that incorporates these versions are affected. The fix is delivered in release 1.6.2 and later, which incorporates commit 062062daf4cb50c7aa76e01d6fb4d58fc9278a7d. No other vendors or product variants are listed as impacted.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the EPSS score is not available, leaving the precise likelihood of exploitation uncertain. The vulnerability is not in the CISA KEV catalog, but the presence of publicly released exploit code demonstrates that attackers can target it remotely. Without remediation, affected systems face a moderate risk of data exposure and potential escalation. Grounded in the described out-of-bounds read, the attack surface is remote and does not require local privileges.

Generated by OpenCVE AI on August 4, 2026 at 10:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade mz-automation libiec61850 to version 1.6.2 or later, applying commit 062062daf4cb50c7aa76e01d6fb4d58fc9278a7d to eliminate the buffer over-read flaw.
  • Modify or audit the library’s input handling so that all MMS requests to checkDataSetAccess undergo strict bounds checking and length validation, addressing the root causes identified by CWE‑125 and CWE‑119.
  • Block unauthenticated or unauthorised network traffic to the MMS Request Handler by configuring firewall rules or network segmentation, thereby reducing exposure to the attack vector until the software can be upgraded.

Generated by OpenCVE AI on August 4, 2026 at 10:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 03 Aug 2026 21:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 03 Aug 2026 05:30:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in mz-automation libiec61850 up to 1.6.1. This issue affects the function checkDataSetAccess of the file src/iec61850/server/mms_mapping/mms_mapping.c of the component MMS Request Handler. This manipulation causes out-of-bounds read. The attack can be initiated remotely. The exploit has been made available to the public and could be used for attacks. Upgrading to version 1.6.2 is capable of addressing this issue. Patch name: 062062daf4cb50c7aa76e01d6fb4d58fc9278a7d. Upgrading the affected component is recommended. The vendor was contacted early about this disclosure.
Title mz-automation libiec61850 MMS Request mms_mapping.c checkDataSetAccess out-of-bounds
First Time appeared Mz-automation
Mz-automation libiec61850
Weaknesses CWE-119
CWE-125
CPEs cpe:2.3:a:mz-automation:libiec61850:*:*:*:*:*:*:*:*
Vendors & Products Mz-automation
Mz-automation libiec61850
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:N/I:N/A:P/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Mz-automation Libiec61850
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-03T19:58:41.913Z

Reserved: 2026-08-02T19:14:08.926Z

Link: CVE-2026-18583

cve-icon Vulnrichment

Updated: 2026-08-03T19:58:37.691Z

cve-icon NVD

Status : Deferred

Published: 2026-08-03T06:16:37.100

Modified: 2026-08-12T21:00:37.147

Link: CVE-2026-18583

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T10:45:05Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-125

    Out-of-bounds Read