CVE-2025-68328
BaseFortify
Publication date: 2025-12-22
Last updated on: 2025-12-23
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 in the Linux kernel's stratix10-svc firmware involved incorrect usage of platform_set_drvdata and dev_set_drvdata functions. Both functions were used with the same data, causing them to override each other. This bug led to failures when removing the svc driver module (rmmod), resulting in a kernel panic during kthread_stop and fifo free operations.
How can this vulnerability impact me? :
The vulnerability can cause the svc driver removal process to fail, leading to a kernel panic. This can result in system instability or crashes when attempting to unload the driver, potentially affecting system reliability and uptime.