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
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= f0b3984d821b3a603cd8786dca6cc73d47c4521a, < c746522bd3264132ab2e2382e96e19cdb8a6c1ba; >= f0b3984d821b3a603cd8786dca6cc73d47c4521a, < 72773ff1cdfaebc593f53b1719b2c1773ecf8c43 |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
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…
- CVE-2026-53377In the Linux kernel, the following vulnerability has been re…
- CVE-2026-53378In the Linux kernel, the following vulnerability has been re…
- CVE-2026-53379In the Linux kernel, the following vulnerability has been re…
- 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…
- 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…
- 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
