Bug 2418894 (CVE-2025-40262) - CVE-2025-40262 kernel: Input: imx_sc_key - fix memory corruption on unload
Summary: CVE-2025-40262 kernel: Input: imx_sc_key - fix memory corruption on unload
Keywords:
Status: NEW
Alias: CVE-2025-40262
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-12-04 17:03 UTC by OSIDB Bzimport
Modified: 2025-12-19 14:21 UTC (History)
0 users

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-12-04 17:03:36 UTC
In the Linux kernel, the following vulnerability has been resolved:

Input: imx_sc_key - fix memory corruption on unload

This is supposed to be "priv" but we accidentally pass "&priv" which is
an address in the stack and so it will lead to memory corruption when
the imx_sc_key_action() function is called.  Remove the &.


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