CVEFinder.io

CVE-2026-53279

🔶 medium
🔍 Scan for this CVE
Summary

In the Linux kernel, the following vulnerability has been resolved: drm/gma500/oaktrail_lvds: fix hang on init failure The LVDS init code looks up an I2C adapter using i2c_get_adapter() 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 i2c_get_adapter() takes another reference to the

Description

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

drm/gma500/oaktrail_lvds: fix hang on init failure

The LVDS init code looks up an I2C adapter using i2c_get_adapter() 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 i2c_get_adapter() 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.

CVSS Score
5.5
Medium
EPSS Score
0.1
Exploit Probability
Published Date
2026-06-26
First Seen: 2026-06-27
📊 Relative Risk Intelligence

This CVE is Lower Risk - more severe than 31.5% of all 349,016 vulnerabilities in our database.

#238,911
Below average severity
Severity Percentile
Last Modified 2026-07-08
Source NVD 🔗
CVSS Vector 3.1 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

📦 Affected Products 6

🔗 References 6

🔗 Related CVEs 6

CVE ID Severity CVSS EPSS Summary Published
CVE-2026-64298 ⚠️ high 7.1 0.2 In the Linux kernel, the following vulnerability has been resolved: NFSv4: include MAY_WRITE in open permission mask fo... 2026-07-25
CVE-2026-64297 🔶 medium 5.5 0.2 In the Linux kernel, the following vulnerability has been resolved: module: decompress: check return value of module_ex... 2026-07-25
CVE-2026-64296 ⚠️ high 7.8 0.2 In the Linux kernel, the following vulnerability has been resolved: exfat: bound uniname advance in exfat_find_dir_entr... 2026-07-25
CVE-2026-64295 🔶 medium 5.5 0.2 In the Linux kernel, the following vulnerability has been resolved: mm: page_ext: add count limit to page_ext_iter_next... 2026-07-25
CVE-2026-64294 🔶 medium 5.5 0.2 In the Linux kernel, the following vulnerability has been resolved: mm: do file ownership checks with the proper mount ... 2026-07-25
CVE-2026-64293 ⚠️ high 7.8 0.2 In the Linux kernel, the following vulnerability has been resolved: iommufd: Use sizeof(*hdr) instead of sizeof(hdr) in... 2026-07-25
These CVEs affect the same products