CVE-2025-68311
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
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's serial driver for ip22zilog. After a change to start managing serial controllers for runtime power management, serial drivers must provide a device in the uart_port.dev structure. The ip22zilog driver did not do this, causing a kernel oops (crash). The fix involved switching the driver to a platform driver and properly setting up the serial device in the sgi-ip22 code.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash (oops) when using the ip22zilog serial driver, potentially leading to system instability or downtime on affected systems.