Filtered by vendor Libcsp Project Subscriptions
Filtered by product Libcsp Subscriptions
Total 2 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2025-51823 2 Libcsp, Libcsp Project 2 Libcsp, Libcsp 2025-08-14 6.5 Medium
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 2 Libcsp, Libcsp Project 2 Libcsp, Libcsp 2025-08-14 6.5 Medium
libcsp 2.0 is vulnerable to Buffer Overflow in the csp_usart_open() function at drivers/usart/zephyr.c.