PT-2025-25812 · Linux+5 · Linux Kernel+5
Published
2025-02-04
·
Updated
2026-04-20
·
CVE-2025-38037
CVSS v3.1
5.5
Medium
| Vector | AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Linux kernel versions prior to the fixed version
Description
The issue is related to data races in the vxlan module of the Linux kernel. Specifically, the
used and updated fields in the FDB entry structure can be accessed concurrently by multiple threads, leading to potential data corruption. This can be reproduced using a specific script. The problem is resolved by annotating these accesses using READ ONCE() / WRITE ONCE().Recommendations
For Linux kernel versions prior to the fixed version, consider applying the patch that annotates the
used and updated fields in the FDB entry structure using READ ONCE() / WRITE ONCE(). As a temporary workaround, consider restricting concurrent access to the vxlan module to minimize the risk of data corruption.Exploit
Fix
Time Of Check To Time Of Use
Race Condition
Found an issue in the description? Have something to add? Feel free to write us 👾
Related Identifiers
Affected Products
Astra Linux
Debian
Linuxmint
Linux Kernel
Red Os
Ubuntu