In the Linux kernel, the following vulnerability has been...
Unreviewed
Published
Sep 15, 2025
to the GitHub Advisory Database
•
Updated Sep 15, 2025
Description
Published by the National Vulnerability Database
Sep 15, 2025
Published to the GitHub Advisory Database
Sep 15, 2025
Last updated
Sep 15, 2025
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.
References