CVE 7.1 HIGH

drm/komeda: fix integer overflow in AFBC framebuffer size check_CVE-2026-53068

7.1 / 10
HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H

Description

In the Linux kernel, the following vulnerability has been resolved:

drm/komeda: fix integer overflow in AFBC framebuffer size check

The AFBC framebuffer size validation calculates the minimum required
buffer size by adding the AFBC payload size to the framebuffer offset.
This addition is performed without checking for integer overflow.

If the addition oveflows, the size check may incorrectly succed and
allow userspace to provide an undersized drm_gem_object, potentially
leading to out-of-bounds memory access.

Add usage of check_add_overflow() to safely compute the minimum
required size and reject the framebuffer if an overflow is detected.
This makes the AFBC size validation more robust against malformed.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Basic Information

ID CVE-2026-53068
Source Linux
Published Jun 24, 2026 at 16:30
Modified Jun 28, 2026 at 06:38

Affected Product

Vendor Linux
Product Linux
Version 65ad2392dd6d1691db93e82b08d3311298b9d64a
Affected Versions Linux Linux 65ad2392dd6d1691db93e82b08d3311298b9d64a
Linux Linux 65ad2392dd6d1691db93e82b08d3311298b9d64a
Linux Linux 65ad2392dd6d1691db93e82b08d3311298b9d64a
Linux Linux 65ad2392dd6d1691db93e82b08d3311298b9d64a
Linux Linux 65ad2392dd6d1691db93e82b08d3311298b9d64a
Linux Linux 65ad2392dd6d1691db93e82b08d3311298b9d64a
Linux Linux 65ad2392dd6d1691db93e82b08d3311298b9d64a
Linux Linux 65ad2392dd6d1691db93e82b08d3311298b9d64a
Linux Linux 5.3

References

💭 Join the Security Discussion

🔒 Your email address will not be published. Required fields are marked *

⚠️ Please be respectful and constructive in your comments. Security discussions should remain professional.