Bug 2436769 (CVE-2026-23043)
| Summary: | CVE-2026-23043 kernel: btrfs: fix NULL pointer dereference in do_abort_log_replay() | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
| Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
| Status: | NEW --- | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | Keywords: | Security |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: |
A NULL pointer dereference vulnerability was found in the Linux kernel's Btrfs filesystem log replay code. When btrfs_alloc_path() fails in replay_one_buffer() due to memory allocation failure, wc->subvol_path is left NULL. Subsequently, btrfs_abort_log_replay() calls do_abort_log_replay() which unconditionally dereferences wc->subvol_path to print debug information, causing a kernel crash.
|
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-04 17:02:29 UTC
|