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-2026-74653

Published Aug 22, 2026 EPSS 0.17% (6th pctl)

Overview

CVE-2026-74653 is a known-severity vulnerability. It was published on August 22, 2026.

Technical Description

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

serial: 8250_of: clear stuck empty-FIFO RX-timeout on LPC32xx

The NXP LPC32xx UART (PORT_LPC3220) can latch an RX character-timeout

interrupt while the RX FIFO is empty: IIR reports UART_IIR_RX_TIMEOUT

(0x0c) but LSR.DR is clear. A character timeout is only cleared by

reading RHR, but serial8250_rx_chars() reads RHR only when LSR.DR is

set, so nothing ever clears the condition. The interrupt is

level-triggered and re-fires immediately, so on a single-core ARM926

the resulting interrupt storm livelocks the CPU.

It is reproducible when userspace repeatedly opens the front-panel port

(ttyS1): serial8250_do_set_termios() re-enables interrupts on unlock and

the handler then spins forever with iir=0xcc lsr=0x60 ier=0x05, tripping

the soft-lockup detector in serial8250_handle_irq_locked().

LPC32xx has no dedicated 8250 glue driver, it's driven by the generic

8250_of. Add a hardware specific handle_irq for PORT_LPC3220, wi

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-74653?

CVE-2026-74653 is a known-severity vulnerability. It was published on August 22, 2026.

How severe is CVE-2026-74653?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

How do I fix or remediate CVE-2026-74653?

Check the references section for vendor advisories, patches, and mitigation guidance. 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-2026-74653?

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