CVE-2025-68188
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the tcp_fastopen_active_disable_ofo_check() function, where the code did not use RCU (Read-Copy-Update) properly, leading to a potential use-after-free (UAF) condition on the flags of dst_dev(). The fix involved using dst_dev_rcu() to avoid unsafe atomic operations and prevent the UAF.
How can this vulnerability impact me? :
The vulnerability could lead to a use-after-free condition in the Linux kernel's TCP implementation, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or cause denial of service.