VYPR

WireGuard

by Zephyrproject Rtos

CVEs (1)

  • CVE-2026-10665Jul 12, 2026
    risk 0.00cvss epss 0.00

    In Zephyr's WireGuard subsystem (subsys/net/lib/wireguard), wg_process_data_message() in wg_crypto.c linearizes an inbound transport-data payload into a fixed pool buffer of CONFIG_WIREGUARD_BUF_LEN bytes before decryption. The call net_buf_linearize(buf->data, data_len,…