CVE-2026-89989
Last modified
CVE-2026-89989 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: ima: Check for ERR_PTR from dentry_path() in validate_hash_algo() dentry_path() returns ERR_PTR(-ENAMETOOLONG) when the path exceeds the buffer. validate_hash_algo() passes the result straight to integrity_audit_msg() without checking.
Description
In the Linux kernel, the following vulnerability has been resolved: ima: Check for ERR_PTR from dentry_path() in validate_hash_algo() dentry_path() returns ERR_PTR(-ENAMETOOLONG) when the path exceeds the buffer. validate_hash_algo() passes the result straight to integrity_audit_msg() without checking. ERR_PTR is not NULL, so integrity_audit_message() sees a valid pointer and calls strlen() on it, which faults: BUG: unable to handle page fault for address: ffffffffffffffdc RIP: 0010:strlen+0x30/0xa0 Call Trace: audit_log_untrustedstring+0x19/0x30 integrity_audit_message+0x366/0x4f0 ima_inode_setxattr+0x512/0x5f0 Check for IS_ERR() and use NULL instead, which makes the audit message skip the name= field instead of crashing.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4f2946aa0c45c78b4f4ef101bab9694e38c68db0, < d6fade89903c8fd0af6c956242aec8b927040e02; >= 4f2946aa0c45c78b4f4ef101bab9694e38c68db0, < 0de5b525c0cd7d202848b8adfde3c01c287fb1a6; >= 4f2946aa0c45c78b4f4ef101bab9694e38c68db0, < 30b5c0e17dcad72b6b2f987319aa645570e6376d; >= 4f2946aa0c45c78b4f4ef101bab9694e38c68db0, < 9e69d683ebd7def04557fe758ff123105d7d9840; >= 4f2946aa0c45c78b4f4ef101bab9694e38c68db0, < f8a2f2a4602318eb93d49d27fd0d0fdaab17edde; >= 4f2946aa0c45c78b4f4ef101bab9694e38c68db0, < d62a84a78de5f29c642fa3bd4eee072ba7289cb4; >= 4f2946aa0c45c78b4f4ef101bab9694e38c68db0, < 8861f6d5c0678a7c5089c7b272509fc5931b8437 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89989?
How severe is CVE-2026-89989?
How do I fix CVE-2026-89989?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89983In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89984In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89985In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89986In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89987In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89988In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89990In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89991In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89992In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89993In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89994In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89995In the Linux kernel, the following vulnerability has been re…8.8
Are you affected by CVE-2026-89989?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
