Back to overview

CVE-2026-53068

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.

Metadata

CVE ID
CVE-2026-53068
State
PUBLISHED
Assigner
Linux
Reserved
2026-06-09 07:44 UTC
Published
2026-06-24 16:30 UTC
Last updated
2026-06-24 16:30 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

No CVSS data available.

Affected products (2)
VendorProductPlatformVersions
Linux Linux 65ad2392dd6d1691db93e82b08d3311298b9d64a < a3a2a9bdc0f9c2d863a5a290cb2d4a565f7268e7, 65ad2392dd6d1691db93e82b08d3311298b9d64a < e27b58095d7d3ac72f230e318838dee956258460, 65ad2392dd6d1691db93e82b08d3311298b9d64a < 02ff8a7d3d0eecc546b9ab4c07b3d7c65d485583, 65ad2392dd6d1691db93e82b08d3311298b9d64a < d8a541906860aa3519b1874780d933c766918a7c …
Linux Linux 5.3, 0 < 5.3, 5.10.258 ≤ 5.10.*, 5.15.209 ≤ 5.15.* …
Back to overview