VYPR

kernel

by Zephyrproject Rtos

CVEs (1)

  • CVE-2026-10671HigJul 14, 2026
    risk 0.46cvss 7.1epss 0.00

    In Zephyr's kernel pipe implementation, the userspace syscall verifier z_vrfy_k_pipe_init() in kernel/pipe.c used K_SYSCALL_OBJ() (which requires the kernel object to already be initialized) instead of K_SYSCALL_OBJ_NEVER_INIT() (which rejects an already-initialized object). As…