CVE-2026-18583: Libiec61850 Stringutils Copy Unbounded

StringUtils_copyStringToBuffer performs an unbounded string copy into the destination buffer without checking buffer boundaries, which can cause a buffer overflow or out-of-bounds read. Use StringUtils_copyStringMax instead.

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0C
greprules fetch cve-2026-18583-libiec61850-stringutils-copy-unbounded --engine opengrep

Description

StringUtils_copyStringToBuffer performs an unbounded string copy into the destination buffer without checking buffer boundaries, which can cause a buffer overflow or out-of-bounds read. Use StringUtils_copyStringMax instead.