CVE-2023-54220
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2025-12-30

Last updated on: 2025-12-31

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: serial: 8250: Fix oops for port->pm on uart_change_pm() Unloading a hardware specific 8250 driver can produce error "Unable to handle kernel paging request at virtual address" about ten seconds after unloading the driver. This happens on uart_hangup() calling uart_change_pm(). Turns out commit 04e82793f068 ("serial: 8250: Reinit port->pm on port specific driver unbind") was only a partial fix. If the hardware specific driver has initialized port->pm function, we need to clear port->pm too. Just reinitializing port->ops does not do this. Otherwise serial8250_pm() will call port->pm() instead of serial8250_do_pm().
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-30
Last Modified
2025-12-31
Generated
2026-05-07
AI Q&A
2025-12-30
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability occurs in the Linux kernel's 8250 serial driver. When unloading a hardware-specific 8250 driver, an error "Unable to handle kernel paging request at virtual address" can occur about ten seconds after unloading. This happens because uart_hangup() calls uart_change_pm(), and if the hardware-specific driver has initialized the port->pm function, it is not properly cleared. The partial fix only reinitialized port->ops but did not clear port->pm, causing serial8250_pm() to call the wrong function, leading to a kernel oops (crash).


How can this vulnerability impact me? :

This vulnerability can cause the Linux kernel to crash (kernel oops) when unloading certain hardware-specific 8250 serial drivers. This can lead to system instability or downtime, potentially affecting the reliability of systems using these drivers.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart