CVE-2026-53380
Last modified
CVE-2026-53380 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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]. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
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]
Metrics
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | >= 6.19, < 7.0.9 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-53380?
How severe is CVE-2026-53380?
How do I fix CVE-2026-53380?
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-53375In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-53376In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53377In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53378In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53379In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-5338A security vulnerability has been detected in Tenda G103 1.0…7.2
- CVE-2026-53381In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-53382In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53383In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-53384In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-53385In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-53386In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-53380?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
