Description
In the Linux kernel, the following vulnerability has been resolved:

xfs: avoid UAF on sc->tempip in xrep_tempfile_create

LOLLM noticed a potential UAF if the tempfile creation code fails after
it set sc->tempip. Fix that.
Published: 2026-08-26
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Kernel crash or arbitrary code execution
Action: Apply Patch
AI Analysis

Impact

A use‑after‑free occurs in the XFS filesystem when a temporary file is created and the sc->tempip pointer is set, but the creation subsequently fails and the pointer remains dangling. If the kernel later dereferences this freed memory, it can result in arbitrary code execution in kernel mode or cause the kernel to crash, thereby compromising system confidentiality, integrity, or availability.

Affected Systems

All Linux systems running a kernel version prior to the fixing commit are affected; the flaw resides in the XFS filesystem layer of the Linux kernel.

Risk and Exploitability

The CVSS score is 7.8, the EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation would require influencing filesystem operations to trigger the dangling pointer being dereferenced. No public exploits are known, but the potential for local privilege elevation or denial of service remains if the flaw is triggered.

Generated by OpenCVE AI on August 27, 2026 at 10:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the kernel to a release that contains the commit fixing the use‑after‑free in XFS.
  • Configure the affected XFS filesystem as read‑only or restrict write permissions to limit temporary file creation until the patch is applied.
  • Monitor the system for abnormal temporary file activity, unexpected kernel crashes, and investigate promptly if an anomaly is detected.

Generated by OpenCVE AI on August 27, 2026 at 10:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 09:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Thu, 27 Aug 2026 06:15:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Thu, 27 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Wed, 26 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Wed, 26 Aug 2026 14:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: xfs: avoid UAF on sc->tempip in xrep_tempfile_create LOLLM noticed a potential UAF if the tempfile creation code fails after it set sc->tempip. Fix that.
Title xfs: avoid UAF on sc->tempip in xrep_tempfile_create
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-27T05:01:25.229Z

Reserved: 2026-08-26T14:34:25.764Z

Link: CVE-2026-80531

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-26T15:17:07.140

Modified: 2026-08-27T06:17:33.500

Link: CVE-2026-80531

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-26T00:00:00Z

Links: CVE-2026-80531 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-27T10:45:17Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference