CVE-2025-68784
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2026-01-13

Last updated on: 2026-01-14

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: xfs: fix a UAF problem in xattr repair The xchk_setup_xattr_buf function can allocate a new value buffer, which means that any reference to ab->value before the call could become a dangling pointer. Fix this by moving an assignment to after the buffer setup.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-13
Last Modified
2026-01-14
Generated
2026-05-27
AI Q&A
2026-01-14
EPSS Evaluated
2026-05-25
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart