CVE-2026-92514

Source
https://cve.org/CVERecord?id=CVE-2026-92514
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-92514.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-92514
Downstream
Published
2026-09-17T16:10:23Z
Modified
2026-09-19T03:47:31Z
Summary
RDMA/erdma: Fix CEQ tasklet use-after-free on removal
Details

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

RDMA/erdma: Fix CEQ tasklet use-after-free on removal

Each CEQ interrupt handler only schedules eqc->tasklet. The tasklet calls erdma_ceq_completion_handler(), which reads the DMA-coherent EQ ring through get_next_valid_eqe() and updates eq->dbrec through notify_eq().

erdma_ceqs_uninit() frees each CEQ IRQ and then destroys its EQ. free_irq() prevents another hard IRQ and waits for an in-flight handler, but it does not drain a tasklet that the handler already scheduled. The tasklet can therefore access eq->qbuf or eq->dbrec after erdma_eq_destroy() frees them.

Clearing ceq_cb->ready does not synchronize with a tasklet that already passed the check at the start of erdma_ceq_completion_handler().

Kill the tasklet after free_irq(), when no handler can schedule it again, and before erdma_ceq_uninit_one() releases the EQ buffers.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/92xxx/CVE-2026-92514.json"
}
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
f2a0a630b953451a59a2612ad8c29246638f0a38
Fixed
0e8b78dabb1f156db05ffe74c6eae861167c7c21
Fixed
6e129c1310abfa786a510cc63e69c5ef12349048
Fixed
f738c0a372d36a10dfae6dc357717c13b2aa72f4
Fixed
a60c36d8d17f1b86705523d5eb6d290df28831e5
Fixed
61a25b8d333e1eb2a189881d516f8d5194e26840
Fixed
0ca79979384f031d710c4b3bae065dcb5d95aca3

Database specific

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

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.0.0
Fixed
6.1.188
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.157
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.110
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.52
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.6

Database specific

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