NONE · 0

CVE-2026-68270

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Avoid possible truncation with calculating visible size Calculating the visible size of the system framebuffer can resu...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Avoid possible truncation with calculating visible size Calculating the visible size of the system framebuffer can result in truncation of the result. The calculation uses 32-bit arithmetics, which can overflow if the values for height and stride are large. Fix the issue by multiplying with mul_u32_u32().

References

FAQ

What is CVE-2026-68270?

CVE-2026-68270 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: drm/sysfb: Avoid possible truncation with calculating visible size Calculating the visible size of the system framebuffer can resu...

How severe is CVE-2026-68270?

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

Is there a patch for CVE-2026-68270?

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