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

ima: Instantiate file_truncate and path_truncate hooks

Instantiate the file_truncate and path_truncate LSM hooks to reset the
action cache flags (IMA_DONE_MASK) as soon as truncation is requested,
so the file, based on policy, is re-collected, re-measured, re-audited,
and re-appraised on next access.
Published: 2026-08-22
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: Integrity Bypass of Monitored Files
Action: Apply Kernel Update
AI Analysis

Impact

In the Linux kernel, a flaw in the Integrity Measurement Architecture (IMA) subsystem allows an attacker to bypass integrity verification for files that have been truncated. When a file is truncated, the kernel previously failed to reset the IMA_DONE_MASK flags, so the file continues to be considered measured and trustworthy based on stale data. This means a modified file may still be accessed without re‑measuring or re‑appraising it, effectively compromising the integrity guarantees that IMA provides. The weakness is rooted in improper access control (CWE-222).

Affected Systems

All Linux kernel versions that lack the commit adding the file_truncate and path_truncate hooks for IMA. The vulnerability affects every system running an IMA‑enabled kernel where the default configuration does not reset the action cache flags on truncation. Common long‑lived branches such as 6.x and 5.x could be impacted until the patch is deployed.

Risk and Exploitability

The CVSS score of 8.1 classifies the flaw as high severity, indicating significant integrity loss. The EPSS score of less than 1% implies a very low probability of exploitation in the wild, and the flaw is not listed in the CISA KEV catalog. Based on the description, it is inferred that an attacker must be able to execute a file truncate operation on a monitored file—most likely requiring local or elevated privileges—to trigger the vulnerability. Once the cached integrity state persists, the attacker can read or execute the altered file with the old trust level. Although no public exploits exist, the risk could increase if a local privilege escalation vector is discovered.

Generated by OpenCVE AI on August 25, 2026 at 17:37 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a Linux kernel update that includes the commit inserting file_truncate and path_truncate hooks for IMA.
  • Ensure the kernel configuration enables IMA integrity checks and rebuild the IMA database after patching.
  • Restrict local truncation permissions for untrusted users or workloads, using Linux capabilities or SELinux/AppArmor to limit truncate calls.
  • Monitor for unexpected file truncations and verify that integrity measurements are refreshed.

Generated by OpenCVE AI on August 25, 2026 at 17:37 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DSA Debian DSA DSA-6466-1 linux security update
History

Tue, 25 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Tue, 25 Aug 2026 12:15:00 +0000

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

None

threat_severity

Moderate


Tue, 25 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-665

Tue, 25 Aug 2026 06:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Tue, 25 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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


Sat, 22 Aug 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-284

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ima: Instantiate file_truncate and path_truncate hooks Instantiate the file_truncate and path_truncate LSM hooks to reset the action cache flags (IMA_DONE_MASK) as soon as truncation is requested, so the file, based on policy, is re-collected, re-measured, re-audited, and re-appraised on next access.
Title ima: Instantiate file_truncate and path_truncate hooks
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-25T05:40:20.017Z

Reserved: 2026-08-15T05:44:03.919Z

Link: CVE-2026-74592

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:31.460

Modified: 2026-08-25T06:18:34.637

Link: CVE-2026-74592

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-74592 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T17:45:04Z

Weaknesses
  • CWE-222

    Truncation of Security-relevant Information