CVE Catalog

CVE-2026-97596

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the IPVS subsystem has a vulnerability of accepting invalid states in connection template sync records. This can lead to using an invalid state as an index in TCP/SCTP transition tables.

Risk Assessment

An attacker could exploit this to cause a system crash or undefined behavior, leading to denial of service (DoS).

Recommendation

Apply the kernel patch that rejects invalid template states in both sync protocol versions.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: ipvs: reject invalid states in connection template sync records IPVS sync receivers validate protocol states before creating or updating a connection. For connection templates, however, they only log states outside the template state range and still store the value in the connection. A template can be returned by ordinary connection lookup. TCP and SCTP then use the invalid state as an index into their transition tables. Reject invalid template states in both sync protocol versions before looking up or modifying a connection. The version 1 path handles both IPv4 and IPv6 records.

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