5.5
MEDIUM CVSS 3.1
CVE-2026-46286
leds: qcom-lpg: Check for array overflow when selecting the high resolution
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.

INFO

Published Date :

June 8, 2026, 5:16 p.m.

Last Modified :

July 23, 2026, 8:10 a.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-46286 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 MEDIUM [email protected]
Solution
Apply kernel updates to fix array overflow when selecting high resolution values.
  • Update the Linux kernel to a patched version.
  • Apply the specific fix for the qcom-lpg driver.
  • Verify the array indexing logic is correct.
  • Reboot the system after applying updates.
References to Advisories, Solutions, and Tools
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-46286 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-46286 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-46286 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-46286 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Translated by [email protected]

    Jul. 23, 2026

    Action Type Old Value New Value
    Added Translation Title: Linux, Description: En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta: leds: qcom-lpg: Comprobar el desbordamiento de la matriz al seleccionar la alta resolución Al seleccionar los valores de alta resolución de la matriz, se utiliza FIELD_GET() para extraer de un registro de 3 bits, sin embargo, la matriz que se está indexando tiene solo 5 valores. Lo más probable es que el hardware sea correcto, pero solo para estar seguros, comprobar correctamente antes de simplemente desbordarse y leer datos aleatorios y luego configurar los valores del chip basándose en eso.
  • Initial Analysis by [email protected]

    Jul. 08, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
    Added CWE NVD-CWE-noinfo
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.12.86 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.4 up to (excluding) 6.6.140 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.13 up to (excluding) 6.18.27 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.19 up to (excluding) 7.0.4
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/28a2e047d03721e0517c67ee726eaa6621c30e5f Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/36ce3094dc50598f38fd961b46688cd533940efc Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/438e357b3cc6cd6900df271e4bc567bfe1142281 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/d45963a93c1495e9f1338fde91d0ebba8fd22474 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/f67a24e75d3251ba42538738120b6b659c0dca7d Types: Patch
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jun. 17, 2026

    Action Type Old Value New Value
    Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': 'b00d2ed37617b5f2f091c98acf542fbedefcbf9b', 'lessThan': '28a2e047d03721e0517c67ee726eaa6621c30e5f', 'versionType': 'git'}, {'status': 'affected', 'version': 'b00d2ed37617b5f2f091c98acf542fbedefcbf9b', 'lessThan': '36ce3094dc50598f38fd961b46688cd533940efc', 'versionType': 'git'}, {'status': 'affected', 'version': 'b00d2ed37617b5f2f091c98acf542fbedefcbf9b', 'lessThan': '438e357b3cc6cd6900df271e4bc567bfe1142281', 'versionType': 'git'}, {'status': 'affected', 'version': 'b00d2ed37617b5f2f091c98acf542fbedefcbf9b', 'lessThan': 'f67a24e75d3251ba42538738120b6b659c0dca7d', 'versionType': 'git'}, {'status': 'affected', 'version': 'b00d2ed37617b5f2f091c98acf542fbedefcbf9b', 'lessThan': 'd45963a93c1495e9f1338fde91d0ebba8fd22474', 'versionType': 'git'}], 'programFiles': ['drivers/leds/rgb/leds-qcom-lpg.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '6.4'}, {'status': 'unaffected', 'version': '0', 'lessThan': '6.4', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.140', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.86', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.27', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.4', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/leds/rgb/leds-qcom-lpg.c'], 'defaultStatus': 'affected'}]
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Jun. 08, 2026

    Action Type Old Value New Value
    Added 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.
    Added Reference https://git.kernel.org/stable/c/28a2e047d03721e0517c67ee726eaa6621c30e5f
    Added Reference https://git.kernel.org/stable/c/36ce3094dc50598f38fd961b46688cd533940efc
    Added Reference https://git.kernel.org/stable/c/438e357b3cc6cd6900df271e4bc567bfe1142281
    Added Reference https://git.kernel.org/stable/c/d45963a93c1495e9f1338fde91d0ebba8fd22474
    Added Reference https://git.kernel.org/stable/c/f67a24e75d3251ba42538738120b6b659c0dca7d
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.