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

serial: amba-pl011: cancel RS485 hrtimers after freeing IRQ

The RS485 trigger hrtimers are embedded in the devm-managed port and can
fire after it is freed. The IRQ handler can arm a timer, so free the IRQ
first and then cancel both timers.

Complete the RS485 stop without arming a timer, and cancel the timers
in remove() for the suspend-then-unbind path, where shutdown is not
called.

This issue was found by an in-house static analysis tool.
Published: 2026-08-22
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Kernel crash from use‑after‑free
Action: Patch Immediately
AI Analysis

Impact

The vulnerability resides in the Linux kernel's amba‑pl011 serial driver, where RS485 trigger high‑resolution timers may be scheduled after the driver’s interrupt request has been freed. When such a timer fires, it dereferences memory that has already been deallocated, resulting in a use‑after‑free that can trigger a kernel crash. The description does not explicitly state a crash, but a kernel panic is inferred from the described use‑after‑free. This weakness is identified as CWE‑825.

Affected Systems

All Linux kernel versions that include the amba‑pl011 driver and have not applied the patch for the timer‑cancellation bug are considered at risk. Because the CVE does not list specific release numbers, all current releases shipping the default amba‑pl011 driver are potentially affected until the fix reaches the kernel tree.

Risk and Exploitability

The CVSS score of 7.8 indicates high severity, while the EPSS score of < 1% suggests a very low likelihood of exploitation in the wild. The vulnerability is not listed in the CISA KEV catalog. Exploitation would require an attacker to trigger RS485 traffic that arms a timer and have that timer fire after the interrupt has been freed, a scenario that typically demands local or physical access to the target machine. The bug is a use‑after‑free flaw (CWE‑825) and could lead to a kernel panic rather than arbitrary code execution.

Generated by OpenCVE AI on August 25, 2026 at 18:48 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that incorporates the amba‑pl011 timer‑cancellation fix.
  • If a kernel upgrade is not immediately possible, disable RS485 support on affected serial devices or unbind the driver to prevent timers from being armed.
  • Ensure that any custom device removal or unbinding code cancels the RS485 timers before freeing the IRQ to avoid the use‑after‑free.

Generated by OpenCVE AI on August 25, 2026 at 18:48 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-416

Tue, 25 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-825
References
Metrics threat_severity

None

threat_severity

Moderate


Tue, 25 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Sat, 22 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-362
CWE-416

Sat, 22 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: serial: amba-pl011: cancel RS485 hrtimers after freeing IRQ The RS485 trigger hrtimers are embedded in the devm-managed port and can fire after it is freed. The IRQ handler can arm a timer, so free the IRQ first and then cancel both timers. Complete the RS485 stop without arming a timer, and cancel the timers in remove() for the suspend-then-unbind path, where shutdown is not called. This issue was found by an in-house static analysis tool.
Title serial: amba-pl011: cancel RS485 hrtimers after freeing IRQ
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-25T05:41:10.525Z

Reserved: 2026-08-15T05:44:03.923Z

Link: CVE-2026-74652

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-22T16:16:38.693

Modified: 2026-08-25T06:18:45.730

Link: CVE-2026-74652

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-22T00:00:00Z

Links: CVE-2026-74652 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T19:00:08Z

Weaknesses
  • CWE-825

    Expired Pointer Dereference