
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
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.
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.
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.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."