Security Advisory

CVE-2022-50328

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2025-09-15 14:49:30
Last updated 2026-05-11 19:17:19
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential use-after-free in jbd2_fc_wait_bufs In 'jbd2_fc_wait_bufs' use 'bh' after put buffer head reference count which may lead to use-after-free. So judge buffer if uptodate before put buffer head reference count.