CVE-2026-23253

Source
https://cve.org/CVERecord?id=CVE-2026-23253
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-23253.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-23253
Downstream
Published
2026-03-18T17:01:44.126Z
Modified
2026-04-02T13:12:18.079148Z
Summary
media: dvb-core: fix wrong reinitialization of ringbuffer on reopen
Details

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

media: dvb-core: fix wrong reinitialization of ringbuffer on reopen

dvbdvropen() calls dvbringbufferinit() when a new reader opens the DVR device. dvbringbufferinit() calls initwaitqueuehead(), which reinitializes the waitqueue list head to empty.

Since dmxdev->dvrbuffer.queue is a shared waitqueue (all opens of the same DVR device share it), this orphans any existing waitqueue entries from iouring poll or epoll, leaving them with stale prev/next pointers while the list head is reset to {self, self}.

The waitqueue and spinlock in dvrbuffer are already properly initialized once in dvbdmxdev_init(). The open path only needs to reset the buffer data pointer, size, and read/write positions.

Replace the dvbringbufferinit() call in dvbdvropen() with direct assignment of data/size and a call to dvbringbufferreset(), which properly resets pread, pwrite, and error with correct memory ordering without touching the waitqueue or spinlock.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23253.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
34731df288a5ffe4b0c396caf8cd24c6a710a222
Fixed
f1e520ca2e83ece6731af6167c9e5e16931ecba0
Fixed
af050ab44fa1b1897a940d7d756e512232f5e5df
Fixed
d71781bad59b1c9d60d7068004581f9bf19c0c9d
Fixed
cfd94642025e6f71c8f754bdec0800ee95e4f3dd
Fixed
32eb8e4adc207ef31bc6e5ae56bab940b0176066
Fixed
bfbc0b5b32a8f28ce284add619bf226716a59bc0

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.17
Fixed
6.1.167
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.130
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.77
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.17
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
6.19.7

Database specific

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