CVE Catalog

CVE-2026-98097

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, a problem in TIPC where random pad bytes were sent in RESET/ACTIVATE messages was fixed. Previously, strcpy() was used, which could send random data from the skb buffer to the remote system. Now memcpy() is used, which copies zeroed pad bytes.

Risk Assessment

The vulnerability could lead to information leakage from the kernel to a remote system, potentially compromising data confidentiality.

Recommendation

Update the Linux kernel to a version containing the fix. Check for suspicious data in TIPC messages.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: tipc: Dont send random pad bytes in RESET/ACTIVATE messages The interface name is passed in a fixed length (TIPC_MAX_IF_NAME) buffer. Replace the strcpy(data, l->if_name) with memcpy() so that the pad bytes are actually written (l->if_name[] is zero padded) rather than sending random bytes from the skb to the remote system. Replace two other strcpy() with strscpy().

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