Security readout for executives and security teams
Plain-English summary
CVE-2022-49865 is a Linux kernel information leak in IPv6 address label handling. A kernel response could include one uninitialized reserved byte, exposing a very small amount of kernel memory data. The source bundle shows a patch initializes that field, and does not show active exploitation or a CVSS score.
Executive priority
Treat as routine kernel hygiene unless the organization runs multi-tenant Linux infrastructure with delayed patching. Business urgency is lower than memory corruption or privilege escalation issues, but kernel updates should still enter the normal remediation cycle.
Technical view
In Linux IPv6 addrlabel rtnetlink handling, struct ifaddrlblmsg.__ifal_reserved was copied without initialization. KMSAN reported a 1-byte kernel-network-infoleak during ip6addrlbl_get response construction. The fix initializes the reserved field before sending the message.
Likely exposure
Exposure is most relevant to systems running affected Linux kernel versions with IPv6 address label rtnetlink functionality present. The bundle lists Linux kernels including 2.6.25 and several stable series points as affected, but lacks complete distribution mapping.
Exploitation context
The provided sources do not show active exploitation, public exploit availability, or KEV listing. The issue appears to require interaction with the kernel rtnetlink IPv6 address label path and leaks only one uninitialized byte per affected response.
Researcher notes
The source evidence is narrow: an upstream kernel fix and KMSAN trace showing uninitialized __ifal_reserved leakage. It supports an information disclosure classification, but not broader impact claims, remote reachability, or exploit maturity.
Mitigation direction
Apply the relevant Linux stable kernel update containing the referenced fix.
Use vendor distribution advisories to map package versions to fixed kernels.
Prioritize internet-facing or multi-tenant Linux systems using affected kernel lines.
If patch timing is constrained, review vendor guidance for temporary controls.
Validation and detection
Inventory Linux kernel versions across servers, appliances, containers hosts, and images.
Map installed distribution kernel packages to vendor-fixed builds for CVE-2022-49865.
Confirm deployed kernels include one of the referenced stable commits or downstream equivalents.
Check vulnerability scanner findings against actual running kernel versions, not only installed packages.
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.
cve · low confidence lookup
CVE-2022-49865 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
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.
0CVSS vectors
3Timeline events
0ADP providers
9Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
May 1, 2025, 14:10 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.