LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50764: ipv6/sit: use DEV_STATS_INC() to avoid data-races

In the Linux kernel, the following vulnerability has been resolved: ipv6/sit: use DEV_STATS_INC() to avoid data-races syzbot/KCSAN reported that multiple cpus are updating dev->stats.tx_error concurrently. This is because sit tunnels are NETIF_F_LLTX, meaning their ndo_start_xmit() is not protected by a spinlock. While original KCSAN report was about tx path, rx path has the same issue.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel issue in IPv6 SIT tunneling statistics handling. Multiple CPUs can update the same network error counters at once, creating a data race. The public record does not show active exploitation, business impact, or a severity score.

Executive priority

Treat as a routine kernel maintenance item unless SIT tunneling is important in your environment. Prioritize internet-facing or network infrastructure Linux systems after confirming vendor applicability.

Technical view

The Linux kernel SIT driver updates dev->stats.tx_error concurrently because SIT tunnels use NETIF_F_LLTX, so ndo_start_xmit() is not protected by a spinlock. The report notes similar risk on receive paths. Stable fixes use DEV_STATS_INC() for safer counter updates.

Likely exposure

Exposure is most relevant to Linux systems running affected kernel versions or branches with IPv6 SIT tunneling support. Actual exposure depends on distribution backports and whether the referenced stable fixes are present.

Exploitation context

The issue was reported by syzbot/KCSAN as a data race. The source bundle does not cite public exploitation, CISA KEV listing, exploit availability, or attacker prerequisites.

Researcher notes

Evidence is limited to the CVE record and Linux stable commits. No CVSS, CWE, exploit status, or detailed impact analysis is provided. The fix addresses concurrency-safe statistics increments, not a clearly documented privilege or remote compromise path.

Mitigation direction

  • Update to a vendor or distribution kernel containing the referenced stable fixes.
  • Check Linux distribution advisories for backported fixes matching your deployed kernel.
  • If updates are delayed, follow vendor guidance for SIT tunnel risk reduction.

Validation and detection

  • Inventory Linux kernel versions across servers, appliances, and images.
  • Identify systems using or loading IPv6 SIT tunneling functionality.
  • Confirm whether deployed kernels include the referenced stable commits or distro backports.
  • Track vendor advisories because CVSS and impact details are not provided.
Prepared
Confidence
medium
Sources
6

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-50764 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

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.

0CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux8df40d1033d64597dcf1efd4f7547e817f7a953b, 8df40d1033d64597dcf1efd4f7547e817f7a953b, 8df40d1033d64597dcf1efd4f7547e817f7a953b, 8df40d1033d64597dcf1efd4f7547e817f7a953bunaffected
LinuxLinux2.6.37, 0, 5.15.86, 6.0.16, 6.1.2, 6.2affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.