CVE-2026-74592
Received Received - Intake

IMA Hook Truncation Reset in Linux Kernel

Vulnerability report for CVE-2026-74592, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-22

Last updated on: 2026-08-22

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-22
Last Modified
2026-08-22
Generated
2026-08-22
AI Q&A
2026-08-22
EPSS Evaluated
N/A
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 Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves the IMA (Integrity Measurement Architecture) component. The issue is that the file_truncate and path_truncate LSM hooks were not properly instantiated, which could lead to stale integrity measurements or audits for files after truncation operations.

Detection Guidance

This vulnerability is specific to the Linux kernel's IMA (Integrity Measurement Architecture) subsystem. Detection requires checking kernel logs for IMA-related events or verifying if the file_truncate and path_truncate hooks are properly instantiated. Use commands like 'dmesg | grep IMA' or 'grep -i truncate /var/log/syslog' to inspect logs for IMA-related truncation events.

Impact Analysis

If exploited, this vulnerability could allow an attacker to bypass integrity checks on files after truncation, potentially leading to unauthorized modifications going undetected. This might result in data integrity issues or security breaches.

Mitigation Strategies

Update the Linux kernel to the latest patched version where this vulnerability is resolved. Monitor vendor advisories for kernel updates and apply them promptly. Ensure IMA policies are correctly configured to enforce re-measurement and re-appraisal after file truncation events.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-74592. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart