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

clk: microchip: mpfs-ccc: fix out of bounds access during output registration

UBSAN reported an out of bounds access during registration of the last
two outputs. This out of bounds access occurs because space is only
allocated in the hws array for two PLLs and the four output dividers
that each has, but the defined IDs contain two DLLS and their two
outputs each, which are not supported by the driver. The ID order is
PLLs -> DLLs -> PLL outputs -> DLL outputs. Decrement the PLL output IDs
by two while adding them to the array to avoid the problem.
Published: 2026-06-08
Score: n/a
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from an out‑of‑bounds array access that occurs during the registration of the last two outputs on the Microchip MPFS‑CCC clock controller. The driver incorrectly allocates space only for certain PLL outputs while the identifier list includes additional DLL outputs that are not supported. This mismatch allows a write beyond the allocated bounds, which can corrupt kernel memory and lead to a crash or other unstable behavior. The defect is detected by UBSAN but is not publicly exploitable without further context, and it does not provide direct code execution capability.

Affected Systems

All Linux kernel binaries that compile the microchip MPFS‑CCC clock driver and load the associated hardware controller. The affected code resides in the clk subsystem for Microchip devices; therefore any Linux system that uses this specific clock controller is potentially impacted, regardless of distribution. No specific kernel release range is listed in the CNA data, so all current kernels that include the unpatched code are vulnerable.

Risk and Exploitability

A CVSS score is not provided in the CVE data, and no EPSS value is available, so the numeric risk assessment is unknown. The bug is a classic out‑of‑bounds write (CWE‑125), which can result in denial of service by causing a kernel panic. The exploitability requires the kernel to be running the unpatched driver and the attacker to be able to trigger the registration of the offending output IDs, which may be limited to privileged users or system initialization. The issue is not listed in the CISA KEV catalog, suggesting no known or documented exploits at this time.

Generated by OpenCVE AI on June 8, 2026 at 18:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that includes the fix for the MPFS‑CCC clock driver
  • If an immediate kernel update is not possible, manually apply the patch changes to the driver source files and rebuild the kernel
  • If the kernel cannot be updated or patched, disable the MPFS‑CCC clock driver or prevent user space from loading modules that reference it
  • Consider configuring the system to restrict kernel module loading to privileged users to mitigate accidental exploitation

Generated by OpenCVE AI on June 8, 2026 at 18:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 08 Jun 2026 19:00:00 +0000

Type Values Removed Values Added
Weaknesses CWE-125

Mon, 08 Jun 2026 17:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: clk: microchip: mpfs-ccc: fix out of bounds access during output registration UBSAN reported an out of bounds access during registration of the last two outputs. This out of bounds access occurs because space is only allocated in the hws array for two PLLs and the four output dividers that each has, but the defined IDs contain two DLLS and their two outputs each, which are not supported by the driver. The ID order is PLLs -> DLLs -> PLL outputs -> DLL outputs. Decrement the PLL output IDs by two while adding them to the array to avoid the problem.
Title clk: microchip: mpfs-ccc: fix out of bounds access during output registration
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-08T15:46:20.288Z

Reserved: 2026-05-13T15:03:33.110Z

Link: CVE-2026-46293

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-06-08T17:16:47.630

Modified: 2026-06-08T17:16:47.630

Link: CVE-2026-46293

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-08T19:00:12Z

Weaknesses