NONE · 0

CVE-2025-68784

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 ref...

Vulnerability 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.

References

FAQ

What is CVE-2025-68784?

CVE-2025-68784 is a documented vulnerability. 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 ref...

How severe is CVE-2025-68784?

CVSS scoring is not yet available for CVE-2025-68784. Check NVD for updates.

Is there a patch for CVE-2025-68784?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.