In the Linux kernel, the following vulnerability has been resolved: media: rzv2h-ivc: Fix concurrent buffer list access The list of buffers… (CVE-2026-53380)
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]
AI Analysis
Technical Summary
The Linux kernel's rzv2h-ivc media driver had a concurrency flaw where the buffer list (rzv2h_ivc::buffers.queue) was modified without holding the protecting spinlock (rzv2h_ivc::buffers.lock) in the rzv2h_ivc_transfer_buffer() function. Specifically, list_del() was called outside the lock, enabling concurrent modifications that could cause race conditions. The vulnerability was fixed by moving the buffer removal operation inside the critical section protected by the spinlock, ensuring thread-safe access to the buffer list.
Potential Impact
This vulnerability could allow concurrent access to the buffer list leading to potential data corruption, race conditions, or kernel instability in the rzv2h-ivc media driver. No direct exploit in the wild is known. The impact is limited to systems running the affected Linux kernel with this driver enabled.
Mitigation Recommendations
A fix has been implemented in the Linux kernel to address this concurrency issue by ensuring buffer removal is done within the spinlock-protected critical section. Users should apply the official kernel updates or patches that include this fix. Since this is a kernel-level fix, upgrading to a patched kernel version is the recommended remediation. Patch status is not explicitly confirmed here; users should consult the Linux kernel vendor advisory or source repository for the exact fixed versions and apply updates accordingly.
In the Linux kernel, the following vulnerability has been resolved: media: rzv2h-ivc: Fix concurrent buffer list access The list of buffers… (CVE-2026-53380)
Description
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]
CVSS v3.1
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel's rzv2h-ivc media driver had a concurrency flaw where the buffer list (rzv2h_ivc::buffers.queue) was modified without holding the protecting spinlock (rzv2h_ivc::buffers.lock) in the rzv2h_ivc_transfer_buffer() function. Specifically, list_del() was called outside the lock, enabling concurrent modifications that could cause race conditions. The vulnerability was fixed by moving the buffer removal operation inside the critical section protected by the spinlock, ensuring thread-safe access to the buffer list.
Potential Impact
This vulnerability could allow concurrent access to the buffer list leading to potential data corruption, race conditions, or kernel instability in the rzv2h-ivc media driver. No direct exploit in the wild is known. The impact is limited to systems running the affected Linux kernel with this driver enabled.
Mitigation Recommendations
A fix has been implemented in the Linux kernel to address this concurrency issue by ensuring buffer removal is done within the spinlock-protected critical section. Users should apply the official kernel updates or patches that include this fix. Since this is a kernel-level fix, upgrading to a patched kernel version is the recommended remediation. Patch status is not explicitly confirmed here; users should consult the Linux kernel vendor advisory or source repository for the exact fixed versions and apply updates accordingly.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-fc57-p6q9-rc5h
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-53380"]
- Ecosystems
- []
- Database Specific Severity
- null
- Cvss Version
- null
Threat ID: 6a5d27ad2a4a8d5989132298
Added to database: 07/19/2026, 19:38:21 UTC
Last enriched: 07/19/2026, 20:23:52 UTC
Last updated: 07/20/2026, 19:41:22 UTC
Views: 16
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.