NONE · 0

CVE-2026-93077

In the Linux kernel, the following vulnerability has been resolved: cxl/features: Clamp Get Feature output size to the remaining buffer cxl_get_feature() reads a feature in a loop but passes a fixed...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: cxl/features: Clamp Get Feature output size to the remaining buffer cxl_get_feature() reads a feature in a loop but passes a fixed size_out as the output capacity every iteration. On the last partial iteration the buffer has less room left, so a device that returns more than asked can overflow feat_out. Use the per-iter size data_to_rd_size, which already tracks the remaining room, as the output capacity.

References

FAQ

What is CVE-2026-93077?

CVE-2026-93077 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: cxl/features: Clamp Get Feature output size to the remaining buffer cxl_get_feature() reads a feature in a loop but passes a fixed...

How severe is CVE-2026-93077?

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

Is there a patch for CVE-2026-93077?

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