Vulnerabilities (CVE)

Filtered by vendor Libcsp Subscribe
Total 2 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2025-51823 1 Libcsp 1 Libcsp 2025-08-14 N/A N/A
libcsp 2.0 is vulnerable to Buffer Overflow in the csp_eth_init() function due to improper handling of the ifname parameter. The function uses strcpy to copy the interface name into a structure member (ctx->name) without validating the input length.
CVE-2025-51824 1 Libcsp 1 Libcsp 2025-08-14 N/A N/A
libcsp 2.0 is vulnerable to Buffer Overflow in the csp_usart_open() function at drivers/usart/zephyr.c.