CVE-2026-92786

Summary

LightGBM through 4.7.0 fails to validate child and split array values when parsing text models, allowing attackers to write out-of-bounds memory during SHAP prediction. Attackers can craft malicious model files with invalid node references that trigger out-of-bounds writes at attacker-chosen offsets in the leaf_depth_ buffer during feature contribution computation.

Affected Software

VendorProductVersion RangeStatus
lightgbm-orgLightGBM0 <= 4.7.0affected

Weaknesses

  • CWE-787: Out-of-bounds Write

References