CVE-2025-40112
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability relates to the Linux kernel on sparc architecture, specifically the Niagara platform. It involves inaccurate exception reporting in the functions copy_from_user and copy_to_user, which handle copying data between user space and kernel space. The issue was that exception handlers introduced to manage user-space memory references had bad calculations and a broken epilogue, causing incorrect return values and potential crashes. The fix corrects these calculations and the epilogue to prevent crashes and ensure correct behavior when exceptions occur during these memory copy operations.
How can this vulnerability impact me? :
This vulnerability can cause crashes in the Linux kernel when copying data between user space and kernel space on affected sparc systems. It may also lead to incorrect return values from the copy_from_user and copy_to_user functions, potentially causing improper handling of memory operations and instability in the system.