Bug 2427113 (CVE-2025-68766) - CVE-2025-68766 kernel: irqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc()
Summary: CVE-2025-68766 kernel: irqchip/mchp-eic: Fix error code in mchp_eic_domain_al...
Keywords:
Status: NEW
Alias: CVE-2025-68766
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-01-05 10:02 UTC by OSIDB Bzimport
Modified: 2026-01-05 12:22 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-01-05 10:02:09 UTC
In the Linux kernel, the following vulnerability has been resolved:

irqchip/mchp-eic: Fix error code in mchp_eic_domain_alloc()

If irq_domain_translate_twocell() sets "hwirq" to >= MCHP_EIC_NIRQ (2) then
it results in an out of bounds access.

The code checks for invalid values, but doesn't set the error code.  Return
-EINVAL in that case, instead of returning success.


Note You need to log in before you can comment on or make changes to this bug.