CVE-2026-1681 PUBLISHED

net: Stack Overflow with Ping (to own IP Address) via Shell

Assigner: zephyr
Reserved: 30.01.2026 Published: 12.05.2026 Updated: 12.05.2026

Issuing an ICMP ping via the net ping shell command to a device's own IPv4 address causes the network stack to recursively re-enter the input path on the same system work-queue stack. Because the destination is recognized as a local address, both the echo request and the resulting echo reply are processed inline before the current frame returns. The nested input-path frames exceed the work-queue stack and trigger a stack overflow.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:H
CVSS Score: 6.1

Product Status

Vendor zephyrproject-rtos
Product Zephyr
Versions Default: unaffected
  • affected from * to 4.3 (incl.)

References

Problem Types

  • Uncontrolled Recursion CWE