{"id":"AZL-101462","summary":"CVE-2026-89989 affecting package kernel 6.6.150.1-1","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nima: Check for ERR_PTR from dentry_path() in validate_hash_algo()\n\ndentry_path() returns ERR_PTR(-ENAMETOOLONG) when the path exceeds the\nbuffer. validate_hash_algo() passes the result straight to\nintegrity_audit_msg() without checking. ERR_PTR is not NULL, so\nintegrity_audit_message() sees a valid pointer and calls strlen() on\nit, which faults:\n\n    BUG: unable to handle page fault for address: ffffffffffffffdc\n    RIP: 0010:strlen+0x30/0xa0\n    Call Trace:\n     audit_log_untrustedstring+0x19/0x30\n     integrity_audit_message+0x366/0x4f0\n     ima_inode_setxattr+0x512/0x5f0\n\nCheck for IS_ERR() and use NULL instead, which makes the audit message\nskip the name= field instead of crashing.","modified":"2026-09-18T05:37:08Z","published":"2026-09-16T11:17:10Z","upstream":["CVE-2026-89989"],"references":[{"type":"WEB","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-89989"}],"affected":[{"package":{"name":"kernel","ecosystem":"Azure Linux:3","purl":"pkg:rpm/azure-linux/kernel"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"0"},{"last_affected":"6.6.150.1-1"}]}],"database_specific":{"source":"https://github.com/microsoft/AzureLinuxVulnerabilityData/blob/main/osv/AZL-101462.json"}}],"schema_version":"1.9.0"}