Bug 2439904 (CVE-2026-23148)
| Summary: | CVE-2026-23148 kernel: nvmet: fix race in nvmet_bio_done() leading to NULL pointer dereference | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
| Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
| Status: | NEW --- | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | Keywords: | Security |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: |
A race condition vulnerability was found in the NVMe target (nvmet) subsystem. In nvmet_bio_done(), the bio completion callback can re-queue and re-submit a request using the same inline_bio before bio_uninit() is called. When bio_uninit() subsequently sets bio->bi_blkg to NULL, the re-submitted bio causes a NULL pointer dereference in blk_cgroup_bio_start().
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
OSIDB Bzimport
2026-02-14 17:02:20 UTC
|