Security readout for executives and security teams
Plain-English summary
This is a Linux kernel arm64 memory-tagging bug. Under specific MTE-related conditions, page tag state could be marked incorrectly and later copied, causing invalid memory-tag access faults reported by KASAN. Public sources do not provide CVSS, active exploitation, or evidence of broad real-world abuse.
Executive priority
Treat as a targeted kernel maintenance issue, not an emergency based on current evidence. Prioritize patch validation for arm64 fleets, virtualization hosts, test kernels, or environments using MTE/KASAN features.
Technical view
After commit 69e3b846d8a7, mte_sync_tags() could set PG_mte_tagged on pages whose PTEs resembled swap or migration entries. Later page copies could transfer tags not owned by the page, conflicting with KASAN hardware tags. The fix moves PG_mte_tagged setting to the points where tags are actually cleared or restored.
Likely exposure
Exposure appears limited to Linux on arm64 with MTE-related code paths. The CVE record lists Linux kernel versions including 5.14, 5.15.82, 6.0.3, and 6.1 as affected. Confirm against your distribution’s kernel source and vendor advisories.
Exploitation context
No active exploitation is indicated: the CVE is not in KEV, and the provided sources do not describe exploitation. The observed impact in the record is KASAN invalid-access faults in copy_page with CONFIG_KASAN_HW_TAGS=y.
Researcher notes
The record documents a correctness fix in arm64 MTE tag synchronization, not a complete exploit narrative. Severity, CVSS, CWE, and package-level fixed versions are absent. Analysis should focus on commit ancestry, affected stable branches, and whether local builds enable relevant arm64 MTE/KASAN paths.
Mitigation direction
- Apply a vendor-supported Linux kernel update containing the referenced stable fixes.
- Prioritize arm64 systems using MTE or hardware-tagged KASAN configurations.
- If updates are unavailable, consult your Linux vendor for supported mitigation guidance.
- Track distribution advisories because package-level fixed versions are not provided here.
Validation and detection
- Inventory arm64 Linux hosts and kernel versions.
- Check whether kernels include the referenced stable commits.
- Review kernel configuration for CONFIG_KASAN_HW_TAGS and MTE-related support.
- Search logs for KASAN invalid-access reports involving copy_page on arm64.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-2022-50675 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
