CVE-2026-46286
Received Received - Intake

High Resolution Array Overflow in Linux Kernel LED Driver

Vulnerability report for CVE-2026-46286, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-08

Last updated on: 2026-06-08

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: leds: qcom-lpg: Check for array overflow when selecting the high resolution When selecting the high resolution values from the array, FIELD_GET() is used to pull from a 3 bit register, yet the array being indexed has only 5 values in it. Odds are the hardware is sane, but just to be safe, properly check before just overflowing and reading random data and then setting up chip values based on that.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-08
Last Modified
2026-06-08
Generated
2026-06-29
AI Q&A
2026-06-08
EPSS Evaluated
2026-06-27
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's qcom-lpg LED driver. It involves an array overflow issue when selecting high resolution values. Specifically, the code uses FIELD_GET() to extract a value from a 3-bit register, but then uses that value to index into an array that only has 5 elements. Without proper bounds checking, this can cause the code to read beyond the array limits, potentially accessing random data and incorrectly configuring chip values.

Impact Analysis

If exploited, this vulnerability could cause the system to read invalid data from memory due to the array overflow. This might lead to incorrect hardware configuration or unpredictable behavior of the LED driver. While the hardware is likely to be sane and prevent severe issues, the lack of proper checks could potentially cause instability or unexpected operation in the affected component.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-46286. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart