🛡️ CVE-2025-68339 — kernel

⚪ Unknown ✅ No Known Exploit NVD
N/A
CVSS Score
0 Low4 Medium7 High9 Critical10

Description

atm/fore200e: Fix possible data race in fore200e_open()

In the Linux kernel, the following vulnerability has been resolved:

atm/fore200e: Fix possible data race in fore200e_open()

Protect access to fore200e->available_cell_rate with rate_mtx lock in the

error handling path of fore200e_open() to prevent a data race.

The field fore200e->available_cell_rate is a shared resource used to track

available bandwidth. It is concurrently accessed by fore200e_open(),

fore200e_close(), and fore200e_change_qos().

In fore200e_open(), the lock rate_mtx is correctly held when subtracting

vcc->qos.txtp.max_pcr from available_cell_rate to reserve bandwidth.

However, if the subsequent call to fore200e_activate_vcin() fails, the

function restores the reserved bandwidth by adding back to

available_cell_rate without holding the lock.

This introduces a race condition because available_cell_rate is a global

device resource shared across all VCCs. If the error path in

fore200e_open() executes concurrently with operations like

fore200e_close() or fore200e_change_qos() on other VCCs, a

read-modify-write race occurs.

Specifically, the error path reads the rate without the lock. If another

CPU acquires the lock and modifies the rate (e.g., releasing bandwidth in

fore200e_close()) between this read and the subsequent write, the error

path will overwrite the concurrent update with a stale value. This results

in incorrect bandwidth accounting.

Affected software

CVE-2025-68339 is recorded against 2 packages.

  • kernel (from 6.13.0 up to 6.17.11)
  • unknown

Timeline and source

Published on 23 December 2025 and last revised on 15 July 2026. No public exploit is currently recorded for this entry. Record sourced from NVD.

References

git.kernel.org (Web)
git.kernel.org (Web)
git.kernel.org (Web)
git.kernel.org (Web)
git.kernel.org (Web)
git.kernel.org (Web)
git.kernel.org (Web)
github.com (Advisory)
nvd.nist.gov (Advisory)
git.kernel.org (Package)

CVE-2025-68339 on other distributions

Each distribution ships its own build and its own fixed version. Pick the one you run:

Details

Severity Unknown
CVSS Score N/A
CVSS Vector N/A
CWE N/A
Public Exploit ✅ No
Source NVD
Published 2025-12-23
Updated 2026-08-12
Modified 2026-07-15
Fix URL N/A

Affected Packages

Software From version Fixed in
kernel 6.13.0 6.17.11
unknown

Similar Threats

Free Vulnerability Check

Is your site affected by CVE-2025-68339?

BotEraser helps you identify potentially vulnerable plugins and themes by checking your installation against CVE-2025-68339 and other known CVE records.

Scan My Site Free →

No credit card required  ·  Results in minutes

ⓘ Data Notice: The information presented above has been compiled from publicly available internet sources. Boteraser aggregates this data solely for informational purposes and does not independently classify, evaluate, or endorse any findings about the vulnerabilities listed. The accuracy and completeness of this information is the sole responsibility of the original publishers. Boteraser and its operators accept no liability for any decisions made based on this data.