Bug 2379220 (CVE-2025-38286) - CVE-2025-38286 kernel: pinctrl: at91: Fix possible out-of-boundary access
Summary: CVE-2025-38286 kernel: pinctrl: at91: Fix possible out-of-boundary access
Keywords:
Status: NEW
Alias: CVE-2025-38286
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-07-10 08:04 UTC by OSIDB Bzimport
Modified: 2025-07-11 07:10 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-07-10 08:04:18 UTC
In the Linux kernel, the following vulnerability has been resolved:

pinctrl: at91: Fix possible out-of-boundary access

at91_gpio_probe() doesn't check that given OF alias is not available or
something went wrong when trying to get it. This might have consequences
when accessing gpio_chips array with that value as an index. Note, that
BUG() can be compiled out and hence won't actually perform the required
checks.

Comment 1 Avinash Hanwate 2025-07-11 07:08:39 UTC
Upstream advisory:
https://lore.kernel.org/linux-cve-announce/2025071010-CVE-2025-38286-eab7@gregkh/T


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