HomeDefectsLIN1025-9072
Acknowledged

LIN1025-9072 : Security Advisory - linux - CVE-2026-31417

Created: Apr 14, 2026    Updated: Apr 17, 2026
Found In Version: 10.25.33.2
Severity: Standard
Applicable for: Wind River Linux LTS 25
Component/s: Kernel

Description

In the Linux kernel, the following vulnerability has been resolved:  net/x25: Fix overflow when accumulating packets  Add a check to ensure that `x25_sock.fraglen` does not overflow.  The `fraglen` also needs to be resetted when purging `fragment_queue` in `x25_clear_queues()`.