Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-53176

7.8 · HIGH
Published Sep 15, 2025 linux EPSS 0.16% (6th pctl)

Overview

CVE-2023-53176 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

serial: 8250: Reinit port->pm on port specific driver unbind

When we unbind a serial port hardware specific 8250 driver, the generic

serial8250 driver takes over the port. After that we see an oops about 10

seconds later. This can produce the following at least on some TI SoCs:

Unhandled fault: imprecise external abort (0x1406)

Internal error: : 1406 [#1] SMP ARM

Turns out that we may still have the serial port hardware specific driver

port->pm in use, and serial8250_pm() tries to call it after the port

specific driver is gone:

serial8250_pm [8250_base] from uart_change_pm+0x54/0x8c [serial_base]

uart_change_pm [serial_base] from uart_hangup+0x154/0x198 [serial_base]

uart_hangup [serial_base] from __tty_hangup.part.0+0x328/0x37c

__tty_hangup.part.0 from disassociate_ctty+0x154/0x20c

disassociate_ctty from do_exit+0x744/0xaac

do_exit from do_group_exit+0x40/0x8c

do_group_exit from __wake_up_parent+0x0/0x1c

Let's f

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 0, < 4.14.316 Affected

Frequently Asked Questions

What is CVE-2023-53176?

CVE-2023-53176 is a high-severity vulnerability affecting linux linux_kernel. It was published on September 15, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-53176?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2023-53176?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-53176?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-53176 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.