CVE-2022-49862: tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header
In the Linux kernel, the following vulnerability has been resolved:
tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header
This is a follow-up for commit 974cb0e3e7c9 ("tipc: fix uninit-value
in tipc_nl_compat_name_table_dump") where it should have type casted
sizeof(..) to int to work when TLV_GET_DATA_LEN() returns a negative
value.
syzbot reported a call trace because of it:
BUG: KMSAN: uninit-value in ...
tipc_nl_compat_name_table_dump+0x841/0xea0 net/tipc/netlink_compat.c:934
__tipc_nl_compat_dumpit+0xab2/0x1320 net/tipc/netlink_compat.c:238
tipc_nl_compat_dumpit+0x991/0xb50 net/tipc/netlink_compat.c:321
tipc_nl_compat_recv+0xb6e/0x1640 net/tipc/netlink_compat.c:1324
genl_family_rcv_msg_doit net/netlink/genetlink.c:731 [inline]
genl_family_rcv_msg net/netlink/genetlink.c:775 [inline]
genl_rcv_msg+0x103f/0x1260 net/netlink/genetlink.c:792
netlink_rcv_skb+0x3a5/0x6c0 net/netlink/af_netlink.c:2501
genl_rcv+0x3c/0x50 net/netlink/genetlink.c:803
netlink_unicast_kernel net/netlink/af_netlink.c:1319 [inline]
netlink_unicast+0xf3b/0x1270 net/netlink/af_netlink.c:1345
netlink_sendmsg+0x1288/0x1440 net/netlink/af_netlink.c:1921
sock_sendmsg_nosec net/socket.c:714 [inline]
sock_sendmsg net/socket.c:734 [inline]
Security readout for executives and security teams
Plain-English summary
CVE-2022-49862 is a Linux kernel TIPC bug that can cause an availability impact when a low-privileged local user triggers a malformed netlink compatibility path. The record does not show data theft or integrity impact, and it is not listed as KEV exploited.
Executive priority
Schedule remediation in the normal kernel patch cycle, with higher priority for shared hosts or systems allowing untrusted local users. This is not currently evidenced as remotely exploitable or actively exploited, but it can affect system availability.
Technical view
The flaw is in tipc_nl_compat_name_table_dump_header, where a TLV length check failed to handle a negative TLV_GET_DATA_LEN result correctly. syzbot reported a KMSAN uninitialized-value trace in the TIPC netlink compatibility dump path. CVSS is 5.5: local, low complexity, low privileges, no user interaction, high availability impact.
Likely exposure
Exposure is mainly Linux systems running affected kernel builds with TIPC functionality present and reachable by a local low-privileged user. The source lists Linux kernel versions around 5.0 through 6.1 as affected, with stable kernel fix commits referenced.
Exploitation context
No provided source reports active exploitation, and KEV is false. The documented trigger context is local netlink interaction with the TIPC compatibility handler, reported by syzbot. Treat this as a local denial-of-service risk unless vendor advisories provide stronger evidence.
Researcher notes
The key issue is a signedness/type handling mistake in the TIPC TLV length check following an earlier fix. Evidence is limited to the CVE record, syzbot trace summary, CVSS metadata, and kernel stable commits; no exploit details or operational mitigations are provided.
Mitigation direction
Update to a Linux kernel package containing the referenced stable fixes.
Use distribution kernel advisories to confirm backported fixes for your exact build.
Prioritize shared, multi-user, and container-host systems where local users are less trusted.
If patching is delayed, ask the vendor for supported temporary controls.
Validation and detection
Inventory Linux kernel versions across servers, appliances, and container hosts.
Check distribution changelogs for CVE-2022-49862 or the referenced stable commits.
Confirm whether TIPC is enabled or available on exposed local workloads.
Review local-user access assumptions on affected systems before assigning priority.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-908: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-908 · source CWE mapping
Use of Uninitialized Resource
Use of Uninitialized Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.