CVE-2025-68339
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2025-68339 is a data race vulnerability in the Linux kernel's ATM FORE200E network driver (atm/fore200e), specifically within the fore200e_open() function. The flaw affects the available_cell_rate shared resource, which tracks available ATM bandwidth across all Virtual Channel Connections (VCCs). It was published on December 23, 2025, and affects Linux kernel versions from the initial commit (1da177e4c3f4) up to the patched stable releases. The vulnerability carries a CVSS v3.1 base score of 4.7 (Medium) (Feedly, MSRC).

Technical details

The root cause is a concurrent read-modify-write race condition (CWE-362: Concurrent Execution Using Shared Resource with Improper Synchronization) in the error handling path of fore200e_open(). When fore200e_activate_vcin() fails after bandwidth has been reserved (with rate_mtx held), the function attempts to restore available_cell_rate by adding back the reserved value — but does so without re-acquiring the rate_mtx lock. If another CPU concurrently executes fore200e_close() or fore200e_change_qos() and modifies available_cell_rate between the unlocked read and write in the error path, the error path will overwrite the concurrent update with a stale value, resulting in incorrect bandwidth accounting (Feedly). Exploitation requires local access and high attack complexity, as the race window must be triggered under concurrent ATM VCC operations.

Impact

Successful exploitation leads to incorrect bandwidth accounting in the ATM FORE200E driver, potentially causing bandwidth misallocation or network performance degradation on affected systems. The vulnerability has no confidentiality or integrity impact; the primary risk is availability degradation of ATM network interfaces in multi-threaded environments where multiple VCCs are opened, closed, or reconfigured concurrently (Feedly). This vulnerability does not enable remote code execution or privilege escalation, and its impact is limited to systems actively using legacy ATM FORE200E hardware.

Mitigation and workarounds

Patches have been applied to multiple Linux kernel stable branches. The fix ensures that rate_mtx is held during the error-path restoration of available_cell_rate in fore200e_open(). Patched versions include Linux kernel 5.10.247, 5.15.197, 6.1.159, 6.6.119, 6.12.61, and 6.18 (Feedly). Administrators should update to the latest stable kernel version for their distribution. Systems not using ATM FORE200E hardware can mitigate risk by blacklisting or unloading the fore200e kernel module.

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management