In the Linux kernel, the following vulnerability has been resolved:
btrfs: fix NULL pointer dereference in do_abort_log_replay()
Coverity reported a NULL pointer dereference issue (CID 1666756) in
do_abort_log_replay(). When btrfs_alloc_path() fails in
replay_one_buffer(), wc->subvol_path is NULL, but btrfs_abort_log_replay()
calls do_abort_log_replay() which unconditionally dereferences
wc->subvol_path when attempting to print debug information. Fix this by
adding a NULL check before dereferencing wc->subvol_path in
do_abort_log_replay().
CVSS
No CVSS.
References
Configurations
No configuration.
History
04 Feb 2026, 16:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-02-04 16:16
Updated : 2026-02-04 16:33
NVD link : CVE-2026-23043
Mitre link : CVE-2026-23043
CVE.ORG link : CVE-2026-23043
JSON object : View
Products Affected
No product.
CWE
No CWE.
