Bug 2414713 (CVE-2025-40180) - CVE-2025-40180 kernel: mailbox: zynqmp-ipi: Fix out-of-bounds access in mailbox cleanup loop
Summary: CVE-2025-40180 kernel: mailbox: zynqmp-ipi: Fix out-of-bounds access in mailb...
Keywords:
Status: NEW
Alias: CVE-2025-40180
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-11-12 23:01 UTC by OSIDB Bzimport
Modified: 2025-11-26 13:58 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-11-12 23:01:51 UTC
In the Linux kernel, the following vulnerability has been resolved:

mailbox: zynqmp-ipi: Fix out-of-bounds access in mailbox cleanup loop

The cleanup loop was starting at the wrong array index, causing
out-of-bounds access.
Start the loop at the correct index for zero-indexed arrays to prevent
accessing memory beyond the allocated array bounds.


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