CVE-2026-98097
Last modified
CVE-2026-98097 is a vulnerability of currently unknown severity. 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()..
Description
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().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e74a386d70c793ef44678b44b021c99094b28c47, < 48033a89356b8ae21a94db70c79bb6fcc91a23c2; >= e74a386d70c793ef44678b44b021c99094b28c47, < 4ab2977323d5f068a872126f7818d1aeb9e9ca0d; >= e74a386d70c793ef44678b44b021c99094b28c47, < bee1459e57f2e0bd240c62f35c0a284291e27971; >= e74a386d70c793ef44678b44b021c99094b28c47, < 81c600c26302a27852ed8b19c5f2f647ea3555c9 |
| Linux | Linux | 4.6 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-98097?
How severe is CVE-2026-98097?
How do I fix CVE-2026-98097?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-98091In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98092In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98093In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98094In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98095In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98096In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-98098In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98099In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9810The AI Copilot WordPress plugin before 1.5.4 does not bind …9.8
- CVE-2026-98101In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98102In the Linux kernel, the following vulnerability has been re…
- CVE-2026-98103In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-98097?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
