NONE · 0

CVE-2025-40262

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 add...

Vulnerability Description

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 &.

References

FAQ

What is CVE-2025-40262?

CVE-2025-40262 is a documented vulnerability. 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 add...

How severe is CVE-2025-40262?

CVSS scoring is not yet available for CVE-2025-40262. Check NVD for updates.

Is there a patch for CVE-2025-40262?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.