CVE-2023-54220
Awaiting Analysis Awaiting Analysis - Queue

BaseFortify

Vulnerability report for CVE-2023-54220, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

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-07-06
AI Q&A
2025-12-30
EPSS Evaluated
2026-07-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 Quick Actions

Instant insights powered by AI
Executive Summary

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).

Impact Analysis

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.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2023-54220. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart