CVE-2026-98097: tipc: Dont send random pad bytes in RESET/ACTIVATE messages

Published Sep 25, 2026
·
Updated

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 (TIPCMAXIFNAME) buffer. Replace the strcpy(data, l->ifname) with memcpy() so that the pad bytes are actually written (l->ifname[] is zero padded) rather than sending random bytes from the skb to the remote system.

Replace two other strcpy() with strscpy().

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In the Linux kernel TIPC RESET/ACTIVATE message handling, replace strcpy(data, l->if_name) with memcpy() so the zero-padded TIPC_MAX_IF_NAME buffer is fully written, and replace the two other strcpy() calls with strscpy().

Event History

Sep 25, 2026
CVE Published
via MITRE·10:24 AM
Data Sourced
via MITRE·10:24 AM
Description
Data Sourced
via NVD·11:17 AM
Description

Frequently Asked Questions

1

Who can observe the unintended data?

Remote systems that receive TIPC RESET or ACTIVATE messages can receive random bytes from the skb in the padding area of the fixed-length interface-name buffer.

2

What does the fix change?

The fix copies the zero-padded l->if_name buffer with memcpy() so all bytes in the fixed-length field are written rather than leaving random skb bytes to be sent. It also replaces two other strcpy() calls with strscpy().

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203