AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2025-68784

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2026-01-13 · Last synced 2026-08-04

CyberRota Analysis

This vulnerability has an unknown severity rating. It affects Linux.

CVE
CVE-2025-68784
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD 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.