In the Linux kernel, the following vulnerability has been resolved:
irqchip/mchp-eic: Fix error code in mchpeicdomain_alloc()
If irqdomaintranslatetwocell() sets "hwirq" to >= MCHPEIC_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.
{
"cna_assigner": "Linux",
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/68xxx/CVE-2025-68766.json"
}