NONE · 0

CVE-2022-50764

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 concur...

Vulnerability Description

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.

References

FAQ

What is CVE-2022-50764?

CVE-2022-50764 is a documented vulnerability. 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 concur...

How severe is CVE-2022-50764?

CVSS scoring is not yet available for CVE-2022-50764. Check NVD for updates.

Is there a patch for CVE-2022-50764?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.