CVE-2026-64205 Linux vulnerability
In the Linux kernel, the following vulnerability has been resolved: i2c: i801: fix hardware state machine corruption in error path A severe livelock and subsequent Hung Task panic were observed in the i2c-i801 driver during concurrent Fuzzing. The crash is caused by an unconditional hardware register cleanup in the error handling path of i801_access(). When i801_check_pre() fails (e.g., returning -EBUSY because the SMBus controller is actively used by BIOS/ACPI), the kernel does not actually acquire the hardware ownership. However, the code jumps to the 'out' label and executes: iowrite8(SMBHSTSTS_INUSE_STS | STATUS_FLAGS, SMBHSTSTS(priv)); This forcefully clears the INUSE_STS lock and resets the hardware status flags without owning the controller. Doing so interrupts ongoing BIOS/ACPI transactions and totally corrupts the SMBus hardware state machine. Consequently, all subsequent i801_access() calls fail at the pre-check stage, triggering an endless stream of "SMBus is busy, can't use it!" error logs. Over a slow serial console, this printk flood monopolizes the CPU (Console Livelock), starving other processes trying to acquire the mmap_lock down_read semaphore, ultimately triggering the hung task watchdog. Fix this by moving the 'out' label below the hardware register cleanup. If i801_check_pre() fails, we safely bypass the iowrite8() and only release the software locks (pm_runtime and mutex), strictly adhering to the rule of not releasing resources that were never acquired.
Browse Linux security risksQuick answer
Linux should be reviewed and updated if it matches the affected versions. The recommended fix is to apply the vendor-supported patched version or the mitigation steps below, then retest the public website with Fixnx.
Who is affected
Affected versions
- < bb5133a7d5f3fe5c387770e25f2e00e682ce11ed
- < 00904687b9c5527d569d9a1ca72119823e735a61
- < 10dd1a736d557e310a77117832874729a0175d57
- 6.3
Fixed versions
- 6.18.39
- 7.1.4
- 7.2-rc1
How to fix it
CVE-2026-64205 affects Linux and involves authorization failure. Successful exploitation may let a lower-privileged user view or change data outside their allowed scope. Prioritize deployments that process untrusted input, expose the affected feature, or hold sensitive data. Upgrade Linux to 6.18.39, 7.1.4, 7.2-rc1 or a later vendor-supported fixed release.
- Inventory every deployment, device, package, plugin, container, build, and environment that uses Linux.
- Compare the installed version with the recorded affected range: < bb5133a7d5f3fe5c387770e25f2e00e682ce11ed, < 00904687b9c5527d569d9a1ca72119823e735a61, < 10dd1a736d557e310a77117832874729a0175d57, 6.3.
- Upgrade Linux to 6.18.39, 7.1.4, 7.2-rc1 or a later vendor-supported fixed release.
- Until patched, restrict the affected API or workflow to trusted administrators and enforce an additional access-control layer at the proxy or network boundary.
- Review configuration, roles, tokens, network paths, and exposed endpoints connected to Linux; remove access that is not required.
- Review authentication, API, audit, and object-change logs for cross-user access, bypassed checks, or unexpected privileged actions.
- If exploitation is suspected, isolate affected assets, preserve evidence, rotate exposed credentials or keys, restore trusted data, and rebuild compromised systems before returning them to service.
Scan now. Google sign-in is only needed to unlock fix guidance.
Verify the fix
- Confirm every affected asset now runs the fixed vendor-supported release or has the documented mitigation for CVE-2026-64205 in place.
- Use a safe regression test to confirm the affected authorization failure path no longer produces the vulnerable behavior.
- Confirm temporary access controls, endpoint restrictions, network blocks, and least-privilege settings remain effective after the update.
- Review post-remediation logs and rerun Fixnx plus the relevant package, dependency, firmware, browser, or product-specific security check.
- Document affected assets, versions, changes, validation evidence, reviewed logs, and any credential rotation, cleanup, or replacement completed.
Related categories
Related security risks
More published guidance from the same primary category.
Trusted references
FAQ
What is affected by CVE-2026-64205?
Linux versions listed as affected should be reviewed: < bb5133a7d5f3fe5c387770e25f2e00e682ce11ed, < 00904687b9c5527d569d9a1ca72119823e735a61, < 10dd1a736d557e310a77117832874729a0175d57, 6.3.
What should I fix first?
Start with internet-facing sites, admin panels, login flows, plugins, themes, modules, packages, and systems that process user-controlled input or sensitive data.
How do I confirm the fix worked?
Apply the patched version or mitigation, clear caches where relevant, retest the affected workflow, and run a new Fixnx scan to verify public website exposure signals.
How are Fixnx security risk categories chosen?
Fixnx keeps one canonical risk page and assigns only broad, relevant categories such as ecosystem, technology area, or vulnerability class.
