CVE-2026-53279: drm/gma500/oaktrail_lvds: fix hang on init failure

Published Jun 26, 2026
·
Updated

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

drm/gma500/oaktraillvds: fix hang on init failure

The LVDS init code looks up an I2C adapter using i2cgetadapter() and tries to read the EDID before falling back to allocating and registering its own adapter.

The error handling does not separate these cases so on a late init failure it will try to deregister and free also an adapter that had previously been registered. Since i2cgetadapter() takes another reference to the adapter, deregistration hangs indefinitely while waiting for the reference to be released.

Fix this by only destroying adapters allocated during LVDS init on errors.

Affected Software

9 affected components
Linux Linux kernel
Linux Linux kernel>=6.0<6.1.175
Linux Linux kernel>=6.2<6.6.141
Linux Linux kernel>=6.7<6.12.91
Linux Linux kernel>=6.13<6.18.33
Linux Linux kernel>=6.19<7.0.10
Linux Linux kernel=7.1-rc1
Linux Linux kernel=7.1-rc2
Linux Linux kernel=7.1-rc3

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In drm/gma500/oaktrail_lvds LVDS init, destroy (deregister/free) only the I2C adapter that was allocated during the LVDS init path, and avoid deregistering/freeing any adapter that was only looked up via i2c_get_adapter() (i.e., prevent deregistration from hanging on late init failure when the adapter was previously registered).

Event History

Jun 26, 2026
CVE Published
via MITRE·07:40 PM
Data Sourced
via MITRE·07:40 PM
Description
Data Sourced
via NVD·08:17 PM
RemedyDescriptionSeverityAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2026-53279?

CVE-2026-53279 has a risk rating of 17.

2

How do I fix CVE-2026-53279?

To fix CVE-2026-53279, update to the latest version of the Linux kernel where the vulnerability has been resolved.

3

What systems are affected by CVE-2026-53279?

CVE-2026-53279 affects versions of the Linux kernel that include the drm/gma500/oaktrail_lvds component.

4

What type of vulnerability is CVE-2026-53279?

CVE-2026-53279 is a vulnerability related to initialization failure handling in the LVDS driver code.

5

What is the impact of CVE-2026-53279?

The impact of CVE-2026-53279 includes potential hangs during the initialization of the LVDS display adapter.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203