CVE-2026-64528
Last modified
CVE-2026-64528 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsung: Remove redundant port lock acquisition in rx helpers Sashiko identified a deadlock when the console flow is engaged [1]. When console flow control is enabled (UPF_CONS_FLOW), s3c24xx_serial_stop_tx() calls s3c24xx_serial_rx_enable() and s3c24xx_serial_start_tx() calls s3c24xx_serial_rx_disable(). The serial core framework invokes the .stop_tx() and .start_tx() callbacks with the port->lock spinlock already held. Furthermore, all internal driver paths that invoke stop_tx (such as the DMA TX completion handler s3c24xx_serial_tx_dma_complete() or the PIO TX IRQ handler s3c24xx_serial_tx_irq()) also acquire port->lock prior to calling it.
Description
In the Linux kernel, the following vulnerability has been resolved: tty: serial: samsung: Remove redundant port lock acquisition in rx helpers Sashiko identified a deadlock when the console flow is engaged [1]. When console flow control is enabled (UPF_CONS_FLOW), s3c24xx_serial_stop_tx() calls s3c24xx_serial_rx_enable() and s3c24xx_serial_start_tx() calls s3c24xx_serial_rx_disable(). The serial core framework invokes the .stop_tx() and .start_tx() callbacks with the port->lock spinlock already held. Furthermore, all internal driver paths that invoke stop_tx (such as the DMA TX completion handler s3c24xx_serial_tx_dma_complete() or the PIO TX IRQ handler s3c24xx_serial_tx_irq()) also acquire port->lock prior to calling it. (Note that s3c24xx_serial_start_tx() is only invoked by the serial core). However, s3c24xx_serial_rx_enable() and s3c24xx_serial_rx_disable() unconditionally attempt to acquire port->lock again using uart_port_lock_irqsave(). Since spinlocks are not recursive, this causes a deadlock on the same CPU when console flow control is engaged. Remove the redundant lock acquisition from both rx helper functions.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= b497549a035c2a81b71c7a27f2b00c8a16c09423, < ee9eb72be95490602c493db050c73d925c3a4d74; >= b497549a035c2a81b71c7a27f2b00c8a16c09423, < 10014eb7eee351f7b587f8ac85830f0c9343cb9a; >= b497549a035c2a81b71c7a27f2b00c8a16c09423, < f4c3e63fa8639aedf96fb200d9939945a9eed51e; >= b497549a035c2a81b71c7a27f2b00c8a16c09423, < a9c22e0f93ba18322a6623ecdda2f0cd858ca350; >= b497549a035c2a81b71c7a27f2b00c8a16c09423, < 14143ec10d69f42806b5d7b046f0fd1b835831ae; >= b497549a035c2a81b71c7a27f2b00c8a16c09423, < 9fd48937046efc9abb89379d63ee9cc5c661d711; >= b497549a035c2a81b71c7a27f2b00c8a16c09423, < 9c92b42207978559e32903c3098aaf5c5b5788b2; >= b497549a035c2a81b71c7a27f2b00c8a16c09423, < a3bb136bff5e6a5e48cdd813246c9c4686feaaa9 |
| Linux | Linux | 2.6.27 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64528?
How severe is CVE-2026-64528?
How do I fix CVE-2026-64528?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-64522In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-64523In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64524In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-64525In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64526In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64527In the Linux kernel, the following vulnerability has been re…
- CVE-2026-64529In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-6453The CubeWP Framework plugin for WordPress is vulnerable to S…6.5
- CVE-2026-64530In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-64531In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64532In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-64533In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-64528?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
