CVE Catalog

CVE-2026-90101

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the bnxt_en driver passes the platform device instead of the hardware monitoring device as the first parameter to hwmon_notify_event(). This API break results in undefined behavior and may cause a crash.

Risk Assessment

Undefined behavior may result in a kernel crash (panic) and system unavailability.

Recommendation

Update the Linux kernel to a version containing the fix that passes the hardware monitoring device as the parameter.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix call to hardware monitoring event handler The first parameter of hwmon_notify_event() is supposed to be the hardware monitoring device. The bnxt driver calls it with the platform device as first parameter instead. This API break results in undefined behavior and may result in a crash. Pass the hardware monitoring device as parameter instead to fix the problem.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS