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-2025-39724

5.5 · MEDIUM
Published Sep 5, 2025 linux EPSS 0.17% (6th pctl)

Overview

CVE-2025-39724 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 5, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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: fix panic due to PSLVERR

When the PSLVERR_RESP_EN parameter is set to 1, the device generates

an error response if an attempt is made to read an empty RBR (Receive

Buffer Register) while the FIFO is enabled.

In serial8250_do_startup(), calling serial_port_out(port, UART_LCR,

UART_LCR_WLEN8) triggers dw8250_check_lcr(), which invokes

dw8250_force_idle() and serial8250_clear_and_reinit_fifos(). The latter

function enables the FIFO via serial_out(p, UART_FCR, p->fcr).

Execution proceeds to the serial_port_in(port, UART_RX).

This satisfies the PSLVERR trigger condition.

When another CPU (e.g., using printk()) is accessing the UART (UART

is busy), the current CPU fails the check (value & ~UART_LCR_SPAR) ==

(lcr & ~UART_LCR_SPAR) in dw8250_check_lcr(), causing it to enter

dw8250_force_idle().

Put serial_port_out(port, UART_LCR, UART_LCR_WLEN8) under the port->lock

to fix this issue.

Panic backtrace:

[

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 >= 3.10.48, < 3.11 Affected

Frequently Asked Questions

What is CVE-2025-39724?

CVE-2025-39724 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 5, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2025-39724?

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

How do I fix or remediate CVE-2025-39724?

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-2025-39724?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-39724 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.