CVE-2026-18583: Libiec61850 Stringutils Copy Unboundedcve-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.