CVE-2025-40262
Deferred Deferred - Pending Action
BaseFortify

Publication date: 2025-12-04

Last updated on: 2026-06-02

Assigner: kernel.org

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 &.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-04
Last Modified
2026-06-02
Generated
2026-06-16
AI Q&A
2025-12-04
EPSS Evaluated
2026-06-15
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a coding error where a pointer to a variable ('priv') was incorrectly passed as the address of the pointer ('&priv') instead of the pointer itself. This mistake causes memory corruption when the function imx_sc_key_action() is called, because it operates on an invalid memory address on the stack.

Impact Analysis

The vulnerability can lead to memory corruption in the Linux kernel, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or escalate privileges depending on the context in which the vulnerable function is used.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-40262. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart