CVE Catalog

CVE-2026-98078

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's IPVS, there is a bug with reversed argument order in sequence serialization for version 1 sync. This leaves 24 bytes of the message unwritten, potentially disclosing stale heap data and replacing the live connection sequence state with values read from the buffer.

Risk Assessment

The vulnerability could lead to information disclosure from kernel memory and compromise of connection state integrity, potentially enabling man-in-the-middle or spoofing attacks.

Recommendation

It is recommended to update the Linux kernel to a version with the fix that passes arguments in the correct order for both sequence blocks.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ipvs: fix reversed sequence option serialization hton_seq() expects the host-order source first and the unaligned network-order destination second. The version 1 sync sender passes these arguments in reverse for both sequence blocks. This leaves 24 bytes of the kmalloc-backed message unwritten. It may disclose stale heap data and replace the live connection sequence state with values read from the buffer. Pass the connection sequence state as the source and the message payload as the destination for both blocks.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS