CVE-2026-53380

Source
https://cve.org/CVERecord?id=CVE-2026-53380
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-53380.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-53380
Downstream
Published
2026-07-19T10:02:02.030Z
Modified
2026-07-21T03:47:20.615426703Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
media: rzv2h-ivc: Fix concurrent buffer list access
Details

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

media: rzv2h-ivc: Fix concurrent buffer list access

The list of buffers (rzv2h_ivc::buffers.queue) is protected by a spinlock (rzv2h_ivc::buffers.lock). However, in rzv2h_ivc_transfer_buffer(), which runs in a separate workqueue, the list_del() call is executed without holding the spinlock, which makes it possible for the list to be concurrently modified

Fix that by removing a buffer from the list in the lock protected section.

[assign ivc->buffers.curr in critical section as reported by Barnabas]

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53380.json",
    "cna_assigner": "Linux"
}
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
f0b3984d821b3a603cd8786dca6cc73d47c4521a
Fixed
c746522bd3264132ab2e2382e96e19cdb8a6c1ba
Fixed
72773ff1cdfaebc593f53b1719b2c1773ecf8c43

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.0.9

Database specific

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