CVE-2026-13214: Zephyr Json Unbounded Strcpycve-2026-13214-zephyr-json-unbounded-strcpy
Unbounded string copy (`strcpy` or `strcat`) of parsed JSON data into a destination buffer can cause a buffer overflow if the parsed string exceeds the destination buffer size. Use bounded copying functions such as `strncpy` with explicit NUL termination or `strlcpy`.