CVE-2026-64528

Source
https://cve.org/CVERecord?id=CVE-2026-64528
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64528.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-64528
Downstream
Published
2026-07-25T09:20:51.774Z
Modified
2026-07-27T04:03:23.153929896Z
Summary
tty: serial: samsung: Remove redundant port lock acquisition in rx helpers
Details

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 (UPFCONSFLOW), s3c24xxserialstoptx() calls s3c24xxserialrxenable() and s3c24xxserialstarttx() calls s3c24xxserialrxdisable().

The serial core framework invokes the .stoptx() and .starttx() callbacks with the port->lock spinlock already held. Furthermore, all internal driver paths that invoke stoptx (such as the DMA TX completion handler s3c24xxserialtxdmacomplete() or the PIO TX IRQ handler s3c24xxserialtxirq()) also acquire port->lock prior to calling it. (Note that s3c24xxserialstart_tx() is only invoked by the serial core).

However, s3c24xxserialrxenable() and s3c24xxserialrxdisable() unconditionally attempt to acquire port->lock again using uartportlock_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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/64xxx/CVE-2026-64528.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
b497549a035c2a81b71c7a27f2b00c8a16c09423
Fixed
ee9eb72be95490602c493db050c73d925c3a4d74
Fixed
10014eb7eee351f7b587f8ac85830f0c9343cb9a
Fixed
f4c3e63fa8639aedf96fb200d9939945a9eed51e
Fixed
a9c22e0f93ba18322a6623ecdda2f0cd858ca350
Fixed
14143ec10d69f42806b5d7b046f0fd1b835831ae
Fixed
9fd48937046efc9abb89379d63ee9cc5c661d711
Fixed
9c92b42207978559e32903c3098aaf5c5b5788b2
Fixed
a3bb136bff5e6a5e48cdd813246c9c4686feaaa9

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64528.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.27
Fixed
5.10.259
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.210
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.176
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.143
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.93
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.35
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.12

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-64528.json"