VYPR
High severity7.8NVD Advisory· Published Jul 19, 2026· Updated Jul 29, 2026

CVE-2026-53380

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]

Affected products

4
  • Linux/Kernel2 versions
    cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*+ 1 more
    • cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*range: >=6.19,<7.0.9
    • (no CPE)
  • Linux/rzv2h-ivcllm-create
  • osv-coords
    Range: >= 6.19.0, < 7.0.9

Patches

Vulnerability mechanics

References

2

News mentions

0

No linked articles in our index yet.