NONE · 0

CVE-2026-72432

In the Linux kernel, the following vulnerability has been resolved: tpm_crb: Check ACPI_COMPANION() against NULL during probe Every platform driver can be forced to match a device that doesn't match...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: tpm_crb: Check ACPI_COMPANION() against NULL during probe Every platform driver can be forced to match a device that doesn't match its list of device IDs because of device_match_driver_override(), so platform drivers that rely on the existence of a device's ACPI companion object need to verify its presence. Accordingly, add a requisite ACPI_COMPANION() check against NULL to the tpm_crb driver.

References

FAQ

What is CVE-2026-72432?

CVE-2026-72432 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: tpm_crb: Check ACPI_COMPANION() against NULL during probe Every platform driver can be forced to match a device that doesn't match...

How severe is CVE-2026-72432?

CVSS scoring is not yet available for CVE-2026-72432. Check NVD for updates.

Is there a patch for CVE-2026-72432?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.