CVE-2025-68784
BaseFortify
Publication date: 2026-01-13
Last updated on: 2026-01-14
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a Use-After-Free (UAF) issue in the Linux kernel's xfs filesystem, specifically in the xattr repair code. The function xchk_setup_xattr_buf can allocate a new buffer for extended attribute values, which causes any previous references to the old value pointer to become dangling pointers. This can lead to memory corruption or crashes. The fix involved moving an assignment to after the buffer setup to prevent referencing freed memory.
How can this vulnerability impact me? :
This vulnerability can lead to memory corruption or system instability due to use-after-free conditions in the kernel's filesystem code. Exploiting this could potentially allow an attacker to cause a denial of service (system crash) or possibly execute arbitrary code with kernel privileges, impacting system security and reliability.