NONE · 0

CVE-2026-90197

In the Linux kernel, the following vulnerability has been resolved: HID: haptic: don't write an uninitialized value to unhandled usages fill_effect_buf() initializes value only for the four haptic u...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: HID: haptic: don't write an uninitialized value to unhandled usages fill_effect_buf() initializes value only for the four haptic usages handled by its switch, but writes it to field->value[] for every usage. An unhandled usage can therefore receive either an uninitialized value or one left over from the previous usage. hid_output_report() then serializes that value into the effect's report buffer. Skip unhandled usages instead. This also matches switch_mode(), which only updates fields it recognizes. Found with Clang's -Wconditional-uninitialized.

References

FAQ

What is CVE-2026-90197?

CVE-2026-90197 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: HID: haptic: don't write an uninitialized value to unhandled usages fill_effect_buf() initializes value only for the four haptic u...

How severe is CVE-2026-90197?

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

Is there a patch for CVE-2026-90197?

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