Security Advisory

CVE-2025-38310

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-07-10 07:42:19
Last updated 2026-05-11 21:25:30
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: seg6: Fix validation of nexthop addresses The kernel currently validates that the length of the provided nexthop address does not exceed the specified length. This can lead to the kernel reading uninitialized memory if user space provided a shorter length than the specified one. Fix by validating that the provided length exactly matches the specified one.